diff --git a/fonts/resources/gohufont/COPYING-LICENSE b/fonts/resources/gohufont-11/COPYING-LICENSE similarity index 100% rename from fonts/resources/gohufont/COPYING-LICENSE rename to fonts/resources/gohufont-11/COPYING-LICENSE diff --git a/fonts/resources/gohufont-11/gohufont-11.ttf b/fonts/resources/gohufont-11/gohufont-11.ttf new file mode 100644 index 0000000..14e52b2 Binary files /dev/null and b/fonts/resources/gohufont-11/gohufont-11.ttf differ diff --git a/fonts/resources/gohufont-14/COPYING-LICENSE b/fonts/resources/gohufont-14/COPYING-LICENSE new file mode 100644 index 0000000..b73a68c --- /dev/null +++ b/fonts/resources/gohufont-14/COPYING-LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + 14 rue de Plaisance, 75014 Paris, France + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/fonts/resources/gohufont/gohufont.ttf b/fonts/resources/gohufont-14/gohufont-14.ttf similarity index 100% rename from fonts/resources/gohufont/gohufont.ttf rename to fonts/resources/gohufont-14/gohufont-14.ttf diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index 3936022..91d255f 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -176,7 +176,8 @@ .font ( 'go-mono', normal, italic, 'go-mono/go-mono-italic.ttf' ); .font ( 'go-mono', normal, normal, 'go-mono/go-mono.ttf' ); -.font ( 'gohufont', normal, normal, 'gohufont/gohufont.ttf' ); +.font ( 'gohufont-11', normal, normal, 'gohufont-11/gohufont-11.ttf' ); +.font ( 'gohufont-14', normal, normal, 'gohufont-14/gohufont-14.ttf' ); .font ( 'hack', bold, italic, 'hack/hack-bold-italic.woff' ); .font ( 'hack', bold, normal, 'hack/hack-bold.woff' ); diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index a7ada33..20b861a 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -737,10 +737,16 @@ src: url('../resources/go-mono/go-mono.ttf'); } @font-face { - font-family: 'gohufont'; + font-family: 'gohufont-11'; font-weight: normal; font-style: normal; - src: url('../resources/gohufont/gohufont.ttf'); + src: url('../resources/gohufont-11/gohufont-11.ttf'); +} +@font-face { + font-family: 'gohufont-14'; + font-weight: normal; + font-style: normal; + src: url('../resources/gohufont-14/gohufont-14.ttf'); } @font-face { font-family: 'hack';