Skip to content

Commit

Permalink
Added font-display: block to @font-face
Browse files Browse the repository at this point in the history
Prevents fork awesome from delaying page render.
  • Loading branch information
pattishih authored Oct 18, 2019
1 parent b0605a8 commit a38b3d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/fork-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.7') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.7') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.7') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.7') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.fa {
display: inline-block;
Expand Down

0 comments on commit a38b3d4

Please sign in to comment.