profont and proggy-clean -> woff and subsetting for lots of filesize savage

This commit is contained in:
Koen Lageveen 2016-03-01 17:08:52 +01:00
parent e637a88da8
commit c9e6b67f75
6 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -133,9 +133,9 @@
.font ( 'oxygen', normal, normal, 'oxygen/oxygen.otf' );
.font ( 'profont', normal, normal, 'profont/profont.ttf' );
.font ( 'profont', normal, normal, 'profont/profont.woff' );
.font ( 'proggy-clean', normal, normal, 'proggy-clean/proggy-clean.ttf' );
.font ( 'proggy-clean', normal, normal, 'proggy-clean/proggy-clean.woff' );
.font ( 'pt', normal, normal, 'pt/pt.ttf' );

View File

@ -494,13 +494,13 @@
font-family: 'profont';
font-weight: normal;
font-style: normal;
src: url('../resources/profont/profont.ttf');
src: url('../resources/profont/profont.woff');
}
@font-face {
font-family: 'proggy-clean';
font-weight: normal;
font-style: normal;
src: url('../resources/proggy-clean/proggy-clean.ttf');
src: url('../resources/proggy-clean/proggy-clean.woff');
}
@font-face {
font-family: 'pt';