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

family: Francois One

designer: Vernon Adams

profiledescriptionlicense: Creative Commons Attribution-ShareAlike 3.0
profiledescriptionlicenseurl: http://creativecommons.org/licenses/by-sa/3.0/
approved: true

description: <p>Francois One is a reworking of traditional \
  sans serif gothic display typeface forms. \
  In Francois One, the earlier letter forms have been \
  digitised and then reshaped for use as a webfont, \
  the counters have been opened \
  up a little and the stems optimised for use as bold \
  display font in modern web browsers. Slanted stem \
  terminals have been added to give the face added visual play.</p>


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



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