Remove TTF fonts

This commit is contained in:
Ken-Håvard Lieng 2018-06-01 22:05:19 +02:00
parent 494dbc4cf5
commit f5de115534
9 changed files with 9 additions and 136 deletions

View file

@ -1,8 +1,7 @@
@font-face {
font-family: 'fontello';
src: url('/font/fontello.woff2?48901973') format('woff2'),
url('/font/fontello.woff?48901973') format('woff'),
url('/font/fontello.ttf?48901973') format('truetype');
url('/font/fontello.woff?48901973') format('woff');
font-weight: normal;
font-style: normal;
}