payment: NONE license: OFL url: N/A category: display #subsets: menu,latin,latin-ext subsets: menu,latin family: Nova group: Nova font.NovaFlat.ttf.subfamily: Flat designer: Wojciech Kalinowski profiledescriptionlicense: Creative Commons Attribution-ShareAlike 3.0 profiledescriptionlicenseurl: http://creativecommons.org/licenses/by-sa/3.0/ approved: true description:

I created the NovaCut font about \ 14-15 years ago for making inscriptions on stone. \ Initially the font contained only capitals \ and digits and existed only on paper and stone \ inscriptions. In 2010 I decided transfer this \ font to a computer, and made the missing lowercase \ and some basical signs; it was initially named \ Gothica.

\

By the way I made other versions of some \ letters. It was a lot of this at the \ end of my work. I decided create new fonts \ based on these letters. And finally I created \ six fonts family and named these fonts Nova \ (NovaCut, NovaFlat, NovaOval, NovaRound, \ NovaSlim, NovaSquare - by the shape of \ individual fonts). At last I created monospace \ font - NovaMono - the seventh part of \ this family.

# cd ~/src/font-optimizer/; # ./subset.pl -v --chars="Nova Flat" \ # --exclude="smcp,ordn,sups,sinf,subs,dlig,frac" \ # ~/googlefontdirectory/novaflat/NovaFlat.{ttf,menu}; # cd ~/googlefontdirectory/novaflat/; # cd novaflat; # for font in `ls -1 *ttf | cut -d. -f1`; do # for subset in \ # latin latin-ext; do # echo subset.py --null --nmr --roundtrip --namelist --script \ # --subset=$subset $font.ttf $font.$subset; # python ~/googlefontdirectory/tools/subset/subset.py \ # --null --nmr --roundtrip \ # --namelist --script --subset=$subset \ # $font.ttf $font.$subset > $font.$subset.log; # done; # cd ..; # done;