diff --git a/fonts.json b/fonts.json index 6273755..a4f4364 100644 --- a/fonts.json +++ b/fonts.json @@ -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+", diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index f44dd45..5fb4758 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -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' ); diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index 7f0b0d4..7bd336c 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -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;