visibility: SANDBOX
license: OFL
category: sans-serif
subsets: menu,latin,latin-ext,greek+latin

family: Advent Pro

designer: Andreas Kalpakidis

approved: true
description: <p>Advent Pro is a modern font designed \
  for web and print. Advent Pro utilizes some of the \
  universal characteristics of a sans-serif font \
  with modern characteristics to give an edge \
  to your typography. The font supports a wide \
  range of languages including Greek, Turkish, \
  English and German.</p>

font.AdventPro-Thin.ttf.style: normal
font.AdventPro-ExtraLight.ttf.style: normal
font.AdventPro-Light.ttf.style: normal
font.AdventPro-Regular.ttf.style: normal
font.AdventPro-Medium.ttf.style: normal
font.AdventPro-SemiBold.ttf.style: normal
font.AdventPro-Bold.ttf.style: normal

font.AdventPro-Thin.ttf.weight: 100
font.AdventPro-ExtraLight.ttf.weight: 200
font.AdventPro-Light.ttf.weight: 300
font.AdventPro-Regular.ttf.weight: 400
font.AdventPro-Medium.ttf.weight: 500
font.AdventPro-SemiBold.ttf.weight: 600
font.AdventPro-Bold.ttf.weight: 700

# cd ~/src/font-optimizer; \
# ./subset.pl -v --licensesubst="SIL OFL 1.1" \
#  --exclude="c2sc,smcp,ordn,sups,sinf,subs,dlig,frac" \
#  --chars="Advent Pro" \
# ~/googlefontdirectory/adventpro/AdventPro-Regular.{ttf,menu}; \
# cd ~/googlefontdirectory/adventpro/; \
# ~/googlefontdirectory/tools/chars/showchars.py \
#  AdventPro-Regular.menu; 

# fontforge -lang=ff -script menusubset-adventpro.ff AdventPro-Regular.ttf;
# mv AdventPro-Regular.{ttf.menu.ttf,menu};


# cd ~/googlefontdirectory/adventpro/; \
# rm *.nam *.log *.latin *.latin-ext *.cyrillic+latin *.cyrillic-ext+latin *.greek+latin *.greek-ext+latin; \
# cd ~/googlefontdirectory/; \
# for family in adventpro; do \
#    for font in `ls -1 $family/*ttf | cut -d. -f1`; do \
#        for subset in \
#            latin latin-ext greek+latin,greek-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 ~/googlefontdirectory/adventpro/; \
