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

family: Bowlby One SC

designer: Vernon Adams

profiledescriptionlicense: Creative Commons Attribution-ShareAlike 3.0
profiledescriptionlicenseurl: http://creativecommons.org/licenses/by-sa/3.0/
approved: true
description: <p>Bowlby One SC is designed for use as a \
  utilitarian, All Caps and Small Caps display font. A version \
  <a href="http://www.google.com/webfonts/specimen/Bowlby+One">with \
  lowercase characters</a> is also available. Its forms \
  are a fusion of a handfull of designs scanned from \
  old, early Twentieth Century type specimens. Bowlby One SC \
  is perfect for big bold headlines and display uses that \
  need a slightly roughened look. Bowlby is a web font, \
  designed to be used freely across the internet by \
  web browsers on desktop computers, laptops, cloud \
  systems and mobile devices.</p>

# cd ~/src/font-optimizer;
# ./subset.pl -v --licensesubst="SIL OFL 1.1" \
#    --exclude="c2sc,smcp,ordn,sups,sinf,subs,dlig,frac" \
#    --chars="Bowlby One SC" \
#   ~/googlefontdirectory/bowlbyonesc/BowlbyOneSC.{ttf,menu};
# cd ~/googlefontdirectory/bowlbyonesc/; 

# cd ~/googlefontdirectory/bowlbyonesc/; \
# rm *.nam *.log *.latin *.latin-ext *.cyrillic+latin *.cyrillic-ext+latin *.greek+latin *.greek-ext+latin; \
# cd ~/googlefontdirectory/; \
# for family in bowlbyonesc; 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 --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/bowlbyonesc/; \
