fixedsys -> woff and subsetting for lots of filesize savage

This commit is contained in:
Koen Lageveen 2016-03-01 11:43:36 +01:00
parent 6aa3f0c7fd
commit 7148c76766
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -66,7 +66,7 @@
.font ( 'fira', bold, normal, 'fira/fira-bold.woff' );
.font ( 'fira', normal, normal, 'fira/fira.woff' );
.font ( 'fixedsys', normal, normal, 'fixedsys/fixedsys.ttf' );
.font ( 'fixedsys', normal, normal, 'fixedsys/fixedsys.woff' );
.font ( 'generic', normal, normal, 'generic/generic.otf' );

View File

@ -248,7 +248,7 @@
font-family: 'fixedsys';
font-weight: normal;
font-style: normal;
src: url('../resources/fixedsys/fixedsys.ttf');
src: url('../resources/fixedsys/fixedsys.woff');
}
@font-face {
font-family: 'generic';