add league mono

This commit is contained in:
Koen Lageveen 2017-10-14 13:07:07 +02:00
parent 8e6acf4e24
commit 1de52ed1d1
5 changed files with 30 additions and 6 deletions

View File

@ -291,6 +291,15 @@
"ligatures" : false,
"style" : "serif",
"rendering" : "vector"
},{
"alias" : "league",
"name" : "League Mono",
"author" : "Tyler Fink",
"year" : 2017,
"website" : "http://leaguemono.tylerfinck.com",
"ligatures" : false,
"style" : "sans",
"rendering" : "vector"
},{
"alias" : "lekton",
"name" : "Lekton",

Binary file not shown.

Binary file not shown.

View File

@ -112,6 +112,9 @@
.font ( 'latin-modern', normal, italic, 'latin-modern/latin-modern-italic.woff' );
.font ( 'latin-modern', normal, normal, 'latin-modern/latin-modern.woff' );
.font ( 'league', bold, normal, 'league/league-bold.woff' );
.font ( 'league', normal, normal, 'league/league.woff' );
.font ( 'lekton', bold, normal, 'lekton/lekton-bold.ttf' );
.font ( 'lekton', normal, italic, 'lekton/lekton-italic.ttf' );
.font ( 'lekton', normal, normal, 'lekton/lekton.ttf' );

View File

@ -484,6 +484,18 @@
font-style: normal;
src: url('../resources/latin-modern/latin-modern.woff');
}
@font-face {
font-family: 'league';
font-weight: bold;
font-style: normal;
src: url('../resources/league/league-bold.woff');
}
@font-face {
font-family: 'league';
font-weight: normal;
font-style: normal;
src: url('../resources/league/league.woff');
}
@font-face {
font-family: 'lekton';
font-weight: bold;
@ -736,6 +748,12 @@
font-style: normal;
src: url('../resources/oxygen/oxygen.otf');
}
@font-face {
font-family: 'press-start-2p';
font-weight: normal;
font-style: normal;
src: url('../resources/press-start-2p/press-start-2p.ttf');
}
@font-face {
font-family: 'profont';
font-weight: normal;
@ -748,12 +766,6 @@
font-style: normal;
src: url('../resources/proggy-clean/proggy-clean.woff');
}
@font-face {
font-family: 'press-start-2p';
font-weight: normal;
font-style: normal;
src: url('../resources/press-start-2p/press-start-2p.ttf');
}
@font-face {
font-family: 'pt';
font-weight: normal;