all repos — Putnik @ 21f109dbd19a7be4e183f2b611ee3a8e1460e746

non-professional cyrillic display font

add build instructions
la-ninpre leobrekalini@gmail.com
Fri, 06 Nov 2020 16:10:15 +0300
commit

21f109dbd19a7be4e183f2b611ee3a8e1460e746

parent

f662f46464d1e17cbc40168fc9a850c3a2dec5e6

1 files changed, 32 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -13,6 +13,38 @@ ## Glyph set

Currently there's not too much glyphs. There is cyrillic (all caps), digits and incomplete set of punctuation. +## Compilation + +### Prerequisites + +You need python, pip and fontmake. + +```terminal +$ python -m pip install fontmake +``` + +### Building + +To build both otf and ttf versions, just run + +```terminal +$ make +``` + +If you want only ttf or otf, run + +```terminal +$ make otf +``` + +or + +```terminal +$ make ttf +``` + +respectively. + ## Todo's - all punctuation