From 2f492e2d995e7876fc26305fcbac0e32f73429fb Mon Sep 17 00:00:00 2001 From: Martin Wecke <> Date: Sun, 21 Jun 2020 14:07:58 +0200 Subject: [PATCH] Update webfonts to only use woff and woff2 --- webfont/lab-mono.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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