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

family: Oswald 

designer: Vernon Adams

profiledescriptionlicense: Creative Commons Attribution-ShareAlike 3.0
profiledescriptionlicenseurl: http://creativecommons.org/licenses/by-sa/3.0/
approved: true
description: <p>Oswald is a reworking of the classic \
  style historically represented by the 'Alternate \
  Gothic' sans serif typefaces. The characters of \
  Oswald have been re-drawn and reformed to better \
  fit the pixel grid of standard digital screens. \
  Oswald is designed to be used freely across the \
  internet by web browsers on desktop computers, \
  laptops and mobile devices. Updated in February \
  2012 with Light and Bold styles, and Extended \
  Latin character sets.</p>

font.Oswald-Light.ttf.style: normal
font.Oswald-Regular.ttf.style: normal
font.Oswald-Bold.ttf.style: normal

font.Oswald-Light.ttf.weight: 300
font.Oswald-Regular.ttf.weight: 400
font.Oswald-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="Oswald" \
# ~/googlefontdirectory/oswald/Oswald-Regular.{ttf,menu}; \
# cd ~/googlefontdirectory/oswald/; \
# ~/googlefontdirectory/tools/chars/showchars.py \
#  Oswald-Regular.menu; 

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