Skip to content

Commit

Permalink
Add Mononoki
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Jun 20, 2016
1 parent 039335d commit 29ef551
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CONSOLAS=/home/clement/.fonts/Microsoft/Consolas-Fixed.ttf
INCONSOLATA=/home/clement/.fonts/monospace/Inconsolata.otf
INCONSOLATA_LGC=/home/clement/.fonts/monospace/inconsolata-lgc/Inconsolata LGC for Powerline.ttf
TERMINUS=/home/clement/.fonts/monospace/terminus/TerminusTTF-4.39.ttf
MONONOKI=/home/clement/.fonts/monospace/mononoki/mononoki-Regular.ttf

XITS=/home/clement/.fonts/maths/xits-math.otf
STIX=/home/clement/.fonts/maths/STIXMath-Regular.otf
Expand Down Expand Up @@ -34,6 +35,7 @@ prepare:
cp "$(INCONSOLATA)" ./sources/references/Inconsolata.ttf
cp "$(INCONSOLATA_LGC)" ./sources/references/InconsolataLGCForPowerline.ttf
cp "$(TERMINUS)" ./sources/references/Terminus.ttf
cp "$(MONONOKI)" ./sources/references/Mononoki.ttf
echo "Inputs"
rm ./sources/inputs/*
cp "$(XITS)" ./sources/inputs/XITSMath.otf
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Choose from this list (Symbola is a great choice), based on your main programmin
| **Inconsolata** | [Asana Math](./fonts/Asana_monospacified_for_Inconsolata.ttf?raw=true), [FreeSerif](./fonts/FreeSerif_monospacified_for_Inconsolata.ttf?raw=true), [Latin Modern Math](./fonts/LatinModernMath_monospacified_for_Inconsolata.ttf?raw=true), [STIX Math](./fonts/STIXMath_monospacified_for_Inconsolata.ttf?raw=true), [Symbola](./fonts/Symbola_monospacified_for_Inconsolata.ttf?raw=true), [TeX Gyre Schola Math](./fonts/TeXGyreScholaMath_monospacified_for_Inconsolata.ttf?raw=true), [XITS Math](./fonts/XITSMath_monospacified_for_Inconsolata.ttf?raw=true) |
| **Terminus (TTF)** | [Asana Math](./fonts/Asana_monospacified_for_TerminusTTF.ttf?raw=true), [FreeSerif](./fonts/FreeSerif_monospacified_for_TerminusTTF.ttf?raw=true), [Latin Modern Math](./fonts/LatinModernMath_monospacified_for_TerminusTTF.ttf?raw=true), [STIX Math](./fonts/STIXMath_monospacified_for_TerminusTTF.ttf?raw=true), [Symbola](./fonts/Symbola_monospacified_for_TerminusTTF.ttf?raw=true), [TeX Gyre Schola Math](./fonts/TeXGyreScholaMath_monospacified_for_TerminusTTF.ttf?raw=true), [XITS Math](./fonts/XITSMath_monospacified_for_TerminusTTF.ttf?raw=true) |
| **Ubuntu Mono** | [Asana Math](./fonts/Asana_monospacified_for_UbuntuMono.ttf?raw=true), [FreeSerif](./fonts/FreeSerif_monospacified_for_UbuntuMono.ttf?raw=true), [Latin Modern Math](./fonts/LatinModernMath_monospacified_for_UbuntuMono.ttf?raw=true), [STIX Math](./fonts/STIXMath_monospacified_for_UbuntuMono.ttf?raw=true), [Symbola](./fonts/Symbola_monospacified_for_UbuntuMono.ttf?raw=true), [TeX Gyre Schola Math](./fonts/TeXGyreScholaMath_monospacified_for_UbuntuMono.ttf?raw=true), [XITS Math](./fonts/XITSMath_monospacified_for_UbuntuMono.ttf?raw=true) |
| **mononoki** | [Asana Math](./fonts/Asana_monospacified_for_mononoki.ttf?raw=true), [FreeSerif](./fonts/FreeSerif_monospacified_for_mononoki.ttf?raw=true), [Latin Modern Math](./fonts/LatinModernMath_monospacified_for_mononoki.ttf?raw=true), [STIX Math](./fonts/STIXMath_monospacified_for_mononoki.ttf?raw=true), [Symbola](./fonts/Symbola_monospacified_for_mononoki.ttf?raw=true), [TeX Gyre Schola Math](./fonts/TeXGyreScholaMath_monospacified_for_mononoki.ttf?raw=true), [XITS Math](./fonts/XITSMath_monospacified_for_mononoki.ttf?raw=true) |

If your favorite combination is not available, please let me know.

Expand Down
Binary file added fonts/Asana_monospacified_for_mononoki.ttf
Binary file not shown.
Binary file added fonts/FreeSerif_monospacified_for_mononoki.ttf
Binary file not shown.
Binary file not shown.
Binary file added fonts/STIXMath_monospacified_for_mononoki.ttf
Binary file not shown.
Binary file added fonts/Symbola_monospacified_for_mononoki.ttf
Binary file not shown.
Binary file not shown.
Binary file added fonts/XITSMath_monospacified_for_mononoki.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion monospacifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
print(" git clone https://github.com/fontforge/fontforge")
print(" cd fontforge")
print(" ./bootstrap")
print(" ./configure --enable-pyextension")
print(" ./configure")
print(" make -j8")
print(" sudo make install")
raise
Expand Down

0 comments on commit 29ef551

Please sign in to comment.