payment: NONE

license: OFL
category: serif
subsets: menu,latin

family: Judson

designer: Daniel Johnson

profiledescriptionlicense: Creative Commons Attribution-ShareAlike 3.0
profiledescriptionlicenseurl: http://creativecommons.org/licenses/by-sa/3.0/
approved: true
description: <p>Judson is a serif font designed \
  for African literacy. It contains as many glyphs \
  and precomposed combinations that I know of for all \
  African languages written in Latin-derived alphabets. \
  It uses OpenType tables for correct placement of \
  diacritical marks, including stacked marks. Care has \
  been taken so that all characters are easily distinguished, \
  even in the italic face. The medium roman face has \
  support for the International Phonetic Alphabet (IPA).</p> \
  <p>Currently Judson is only available in medium \
  roman, italic and bold roman faces; at this time \
  there is no bold italic.</p> \
  <p>Use the <code>subset=all</code> Google Web Fonts API \
  parameter to link to the full, original font.</p>

font.Judson-Italic.ttf.style: italic

font.Judson-Regular.ttf.weight: 400
font.Judson-Italic.ttf.weight: 400
font.Judson-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="Judson" \
# ~/googlefontdirectory/judson/Judson-Regular.{ttf,menu};
# cd ~/googlefontdirectory/judson/; 

# cd ~/googlefontdirectory/; \
# for family in judson; 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 judson;
# ls -lS;
# ### echo "Note how latin-ext is bigger the originals??"
# cp Judson-Regular.ttf Judson-Regular.latin-ext;
# cp Judson-Bold.ttf Judson-Bold.latin-ext;
# cp Judson-Italic.ttf Judson-Italic.latin-ext;
# cp Judson-Regular.ttf Judson-Regular.latin;
# cp Judson-Bold.ttf Judson-Bold.latin;
# cp Judson-Italic.ttf Judson-Italic.latin;
