fira to woff to shave of a few kb

This commit is contained in:
Koen Lageveen 2016-03-01 11:40:34 +01:00
parent ca20c5ca30
commit 6aa3f0c7fd
6 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/resources/fira/fira.woff Executable file

Binary file not shown.

View File

@ -63,8 +63,8 @@
.font ( 'fifteen', normal, normal, 'fifteen/fifteen.ttf' );
.font ( 'fira', bold, normal, 'fira/fira-bold.otf' );
.font ( 'fira', normal, normal, 'fira/fira.otf' );
.font ( 'fira', bold, normal, 'fira/fira-bold.woff' );
.font ( 'fira', normal, normal, 'fira/fira.woff' );
.font ( 'fixedsys', normal, normal, 'fixedsys/fixedsys.ttf' );

View File

@ -236,13 +236,13 @@
font-family: 'fira';
font-weight: bold;
font-style: normal;
src: url('../resources/fira/fira-bold.otf');
src: url('../resources/fira/fira-bold.woff');
}
@font-face {
font-family: 'fira';
font-weight: normal;
font-style: normal;
src: url('../resources/fira/fira.otf');
src: url('../resources/fira/fira.woff');
}
@font-face {
font-family: 'fixedsys';