Skip to content

Commit

Permalink
Update webfonts to only use woff and woff2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Wecke committed Jun 21, 2020
1 parent b98c5a6 commit 2f492e2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions webfont/lab-mono.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
@font-face {
font-family: 'Lab Mono Web';
src: url( 'labmono-regular-web.eot' );
src: url( 'labmono-regular-web.eot?#iefix' ) format( 'embedded-opentype' ),
url( 'labmono-regular-web.woff2' ) format( 'woff2' ),
url( 'labmono-regular-web.woff' ) format( 'woff' ),
url( 'labmono-regular-web.ttf' ) format( 'truetype' );
src: url( 'labmono-regular-web.woff2' ) format( 'woff2' ),
url( 'labmono-regular-web.woff' ) format( 'woff' );
font-weight: normal;
font-style: normal;
}

0 comments on commit 2f492e2

Please sign in to comment.