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

family: Cutive

designer: Vernon Adams

approved: true
description: <p>The design of Cutive is based on a \
  number of classic typewriter typefaces, in \
  particular the faces of IBM's 'Executive,' and \
  the older 'Smith-Premier.'  In Cutive these old \
  faces re-emerge as a webfont that is useful for \
  adding character to body texts as well as using \
  in larger sizes for headers and display.</p> \
  <p>Cutive is a Unicode typeface family that \
  supports languages that use the Latin script \
  and its variants, and could be expanded to \
  support other scripts.</p> \
  <p>To contribute to the project see \
  <a href="https://github.com/vernnobile/CutiveFont/tree/master/src">Cutive \
  on GitHub</a>.</p>

font.Cutive-Regular.ttf.style: normal
font.Cutive-Regular.ttf.weight: 400

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

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