meslo -> woff and subsetting for lots of filesize savage

This commit is contained in:
Koen Lageveen 2016-03-01 16:43:37 +01:00
parent c6d088f3d6
commit bf14833ef4
11 changed files with 20 additions and 7 deletions

View File

@ -0,0 +1,13 @@
Copyright 2009, 2010, 2013 André Berg
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

View File

@ -109,10 +109,10 @@
.font ( 'luxi', normal, italic, 'luxi/luxi-italic.woff' );
.font ( 'luxi', normal, normal, 'luxi/luxi.woff' );
.font ( 'meslo', bold, italic, 'meslo/meslo-bold-italic.ttf' );
.font ( 'meslo', bold, normal, 'meslo/meslo-bold.ttf' );
.font ( 'meslo', normal, italic, 'meslo/meslo-italic.ttf' );
.font ( 'meslo', normal, normal, 'meslo/meslo.ttf' );
.font ( 'meslo', bold, italic, 'meslo/meslo-bold-italic.woff' );
.font ( 'meslo', bold, normal, 'meslo/meslo-bold.woff' );
.font ( 'meslo', normal, italic, 'meslo/meslo-italic.woff' );
.font ( 'meslo', normal, normal, 'meslo/meslo.woff' );
.font ( 'monofur', normal, italic, 'monofur/monofur-italic.ttf' );
.font ( 'monofur', normal, normal, 'monofur/monofur.ttf' );

View File

@ -404,19 +404,19 @@
font-family: 'meslo';
font-weight: bold;
font-style: normal;
src: url('../resources/meslo/meslo-bold.ttf');
src: url('../resources/meslo/meslo-bold.woff');
}
@font-face {
font-family: 'meslo';
font-weight: normal;
font-style: italic;
src: url('../resources/meslo/meslo-italic.ttf');
src: url('../resources/meslo/meslo-italic.woff');
}
@font-face {
font-family: 'meslo';
font-weight: normal;
font-style: normal;
src: url('../resources/meslo/meslo.ttf');
src: url('../resources/meslo/meslo.woff');
}
@font-face {
font-family: 'monofur';