payment: NONE

license: OFL
category: sans-serif
subsets: menu,latin,latin-ext,cyrillic,cyrillic-ext

family: Tenor Sans

designer: Denis Masharov

profiledescriptionlicense: Creative Commons Attribution-ShareAlike 3.0
profiledescriptionlicenseurl: http://creativecommons.org/licenses/by-sa/3.0/
approved: true
description: <p>Tenor Sans is a humanist sans-serif typeface \
  designed by Denis Masharov. Intended for the setting of body \
  text, it can also be applied to headlines. Optimized for \
  print and web, it has excellent legibility characteristics \
  in its letterforms. It contains an extended Latin and \
  extended Cyrillic alphabets, Western and Central European, \
  Cyrillic, Turkish, Baltic, Icelandic and Celtic.

font.TenorSans-Regular.ttf.weight: normal

# # menu subset made with menusubset.ff 
# fontforge -lang=ff -script menusubset-tenorsans.ff TenorSans-Regular.ttf;
# mv TenorSans-Regular.{ttf.menu.ttf,menu};
# for some reason the space char isn't included, its 350 units wide, add it by hand


# for family in tenorsans; do
#    for font in `ls -1 $family/*ttf | cut -d. -f1`; do
#        for subset in \
#            latin latin-ext \
#            cyrillic+latin cyrillic-ext+latin; do
#            echo subset.py --null --nmr --roundtrip --namelist --script \
#                --subset=$subset $font.ttf $font.$subset;
#            python tools/subset/subset.py --null --nmr --roundtrip \
#                --namelist --script --subset=$subset \
#                $font.ttf $font.$subset > $font.$subset.log;
#        done;
#    done;
# done;
# cd tenorsans/;
