license: OFL
payment: DESIGNER
url: http://www.newtypography.co.uk
category: display
subsets: menu,latin

family: Coda
group: Coda

designer: Vernon Adams

profiledescriptionlicense: Creative Commons Attribution-ShareAlike 3.0
profiledescriptionlicenseurl: http://creativecommons.org/licenses/by-sa/3.0/
approved: true
description: <p>Eye-catching, no-messing, \
  bandwidth-saving, Coda's Heavy (800) \
  style is designed to be \
  an unassuming, practical, impact heavy \
  display font for the world wide web.</p> \
  <p>Designed to be used in large sizes to \
  bring bold information to web pages, it \
  is complemented by a Regular weight \
  for use in text and display contexts.</p> \
  <p>These webfonts are designed to be used \
  freely across the internet by web \
  browsers on desktop computers, laptops \
  and mobile devices.</p>

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

font.Coda-Heavy.ttf.weight: 800
font.Coda-Heavy.ttf.style: normal


font.CodaCaption-Heavy.ttf.subfamily: Caption
font.CodaCaption-Heavy.ttf.weight: 800
font.CodaCaption-Heavy.ttf.style: normal


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

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

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