removed gohu added fixedsys

This commit is contained in:
Koen 2014-11-19 08:37:11 +01:00
parent ae37a723df
commit 36505639e8
2 changed files with 11 additions and 2 deletions

View File

@ -57,6 +57,8 @@
.font ( 'fira', bold, normal, 'fira/fira-bold.otf' );
.font ( 'fira', normal, normal, 'fira/fira.otf' );
.font ( 'fixedsys', normal, normal, 'fixedsys/fixedsys.ttf' );
.font ( 'generic', normal, normal, 'generic/generic.otf' );
.font ( 'gnu-freefont', bold, italic, 'gnu-freefont/gnu-freefont-bold-italic.otf' );
@ -66,6 +68,9 @@
.font ( 'gnutypewriter', normal, normal, 'gnutypewriter/gnutypewriter.otf' );
.font ( 'gohu', normal, normal, 'gohu/gohu.ttf' );
.font ( 'gohu', normal, normal, 'gohu/gohu.ttf' );
.font ( 'hermit', bold, normal, 'hermit/hermit-bold.otf' );
.font ( 'hermit', normal, normal, 'hermit/hermit.otf' );

View File

@ -227,10 +227,10 @@ function findSequence(goal) {
<option value="fantasque-sans">fantasque-sans</option>,
<option value="fifteen">fifteen</option>,
<option value="fira">fira</option>,
<option value="fixedsys">Fixedsys</option>,
<option value="generic">generic</option>,
<option selected value="gnu-freefont">gnu-freefont</option>,
<option value="gnutypewriter">gnutypewriter</option>,
<option value="gohu">gohu</option>,
<option value="hermit">hermit</option>,
<option value="inconsolata">inconsolata</option>,
<option value="inconsolata-g">inconsolata-g</option>,
@ -256,9 +256,13 @@ function findSequence(goal) {
<option value="ubuntu">ubuntu</option>,
<option value="unifont">unifont</option>,
<option value="vt323">vt323</option>
<!-- In need of testing -->
<!-- <option value="gohu">gohu</option>, -->
</select></span>
</p>
<p><a href="https://github.com/braver/fonts/blob/master/FONTS.md" rel="external">Dowload your favourite font here</a></p>
</article>