11 and 14 sizes for gohu

This commit is contained in:
Koen Lagveen 2023-07-04 22:23:55 +02:00
parent 24252b8907
commit 0653fdc615
6 changed files with 23 additions and 3 deletions

Binary file not shown.

View File

@ -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.

View File

@ -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' );

View File

@ -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';