average -> woff and subsetting for lots of filesize savage

This commit is contained in:
Koen Lageveen 2016-03-01 09:47:57 +01:00
parent afec43565c
commit d96642c020
10 changed files with 8 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -12,10 +12,10 @@
.font ( 'aurulent', normal, normal, 'aurulent/aurulent.otf' );
.font ( 'average', bold, normal, 'average/average-bold.otf' );
.font ( 'average', normal, italic, 'average/average-bold-italic.otf' );
.font ( 'average', normal, italic, 'average/average-italic.otf' );
.font ( 'average', normal, normal, 'average/average.otf' );
.font ( 'average', bold, normal, 'average/average-bold.woff' );
.font ( 'average', normal, italic, 'average/average-bold-italic.woff' );
.font ( 'average', normal, italic, 'average/average-italic.woff' );
.font ( 'average', normal, normal, 'average/average.woff' );
.font ( 'bitstream-vera', bold, italic, 'bitstream-vera/bitstream-vera-bold-italic.woff' );
.font ( 'bitstream-vera', bold, normal, 'bitstream-vera/bitstream-vera-bold.woff' );

View File

@ -44,25 +44,25 @@
font-family: 'average';
font-weight: bold;
font-style: normal;
src: url('../resources/average/average-bold.otf');
src: url('../resources/average/average-bold.woff');
}
@font-face {
font-family: 'average';
font-weight: normal;
font-style: italic;
src: url('../resources/average/average-bold-italic.otf');
src: url('../resources/average/average-bold-italic.woff');
}
@font-face {
font-family: 'average';
font-weight: normal;
font-style: italic;
src: url('../resources/average/average-italic.otf');
src: url('../resources/average/average-italic.woff');
}
@font-face {
font-family: 'average';
font-weight: normal;
font-style: normal;
src: url('../resources/average/average.otf');
src: url('../resources/average/average.woff');
}
@font-face {
font-family: 'bitstream-vera';