Skip to content

Commit

Permalink
fix: add font-display: swap to @font-face (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
greglobinski authored and jlengstorf committed Jan 11, 2019
1 parent 8600472 commit 4868c53
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions src/fonts/futura-pt/Webfonts/futurapt_demi_macroman/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@
*/

@font-face {
font-family: 'Futura PT';
src: url('ftn65-webfont.eot');
src: url('ftn65-webfont.eot?#iefix') format('embedded-opentype'),
url('ftn65-webfont.woff2') format('woff2'),
url('ftn65-webfont.woff') format('woff'),
url('ftn65-webfont.ttf') format('truetype'),
url('ftn65-webfont.svg#futura_ptdemi') format('svg');
font-weight: bold;
font-style: normal;

font-family: 'Futura PT';
font-display: swap;
src: url('ftn65-webfont.eot');
src: url('ftn65-webfont.eot?#iefix') format('embedded-opentype'),
url('ftn65-webfont.woff2') format('woff2'),
url('ftn65-webfont.woff') format('woff'),
url('ftn65-webfont.ttf') format('truetype'),
url('ftn65-webfont.svg#futura_ptdemi') format('svg');
font-weight: bold;
font-style: normal;
}

0 comments on commit 4868c53

Please sign in to comment.