add mononoki

This commit is contained in:
Koen Lageveen 2016-04-18 18:09:21 +02:00
parent dce7bd2828
commit 013e34b89f
3 changed files with 30 additions and 0 deletions

View File

@ -189,6 +189,12 @@
"author": "Tobias Benjamin Köhler",
"year": 2000,
"website": "http://www.dafont.com/monofur.font"
},{
"alias": "mononoki",
"name": "Mononoki",
"author": "Matthias Tellen",
"year": 2013,
"website": "https://github.com/madmalik/mononoki"
},{
"alias": "mplus",
"name": "M+",

View File

@ -117,6 +117,12 @@
.font ( 'monofur', normal, italic, 'monofur/monofur-italic.woff' );
.font ( 'monofur', normal, normal, 'monofur/monofur.woff' );
.font ( 'mononoki', bold, italic, 'mononoki/mononoki-bold-italic.woff' );
.font ( 'mononoki', bold, normal, 'mononoki/mononoki-bold.woff' );
.font ( 'mononoki', normal, italic, 'mononoki/mononoki-italic.woff' );
.font ( 'mononoki', normal, normal, 'mononoki/mononoki.woff' );
.font ( 'mplus', bold, normal, 'mplus/mplus-bold.woff' );
.font ( 'mplus', normal, normal, 'mplus/mplus.woff' );

View File

@ -430,6 +430,24 @@
font-style: normal;
src: url('../resources/monofur/monofur.woff');
}
@font-face {
font-family: 'mononoki';
font-weight: bold;
font-style: normal;
src: url('../resources/mononoki/mononoki-bold.woff');
}
@font-face {
font-family: 'mononoki';
font-weight: normal;
font-style: italic;
src: url('../resources/mononoki/mononoki-italic.woff');
}
@font-face {
font-family: 'mononoki';
font-weight: normal;
font-style: normal;
src: url('../resources/mononoki/mononoki.woff');
}
@font-face {
font-family: 'mplus';
font-weight: bold;