diff --git a/webfont/lab-mono.css b/webfont/lab-mono.css index 12d2ee2..c8062fd 100755 --- a/webfont/lab-mono.css +++ b/webfont/lab-mono.css @@ -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; } \ No newline at end of file