PageRenderTime 1377ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/fonts/nosifer/METADATA

https://github.com/hartzler/crow
#! | 42 lines | 36 code | 6 blank | 0 comment | 0 complexity | 493aa39c6cc44a9666cc56030eaf3406 MD5 | raw file
  1. visibility: SANDBOX
  2. license: OFL
  3. category: display
  4. subsets: menu,latin,latin-ext
  5. family: Nosifer
  6. designer: Typomondo
  7. approved: true
  8. description: <p>Nobody knows where Nosifer \
  9. comes from. It emanates a dark stench as it \
  10. drips from the Internet.</p>
  11. font.Nosifer-Regular.ttf.style: normal
  12. font.Nosifer-Regular.ttf.weight: 400
  13. # cd ~/src/font-optimizer; \
  14. # ./subset.pl -v --licensesubst="SIL OFL 1.1" \
  15. # --exclude="c2sc,smcp,ordn,sups,sinf,subs,dlig,frac" \
  16. # --chars="Nosifer" \
  17. # ~/googlefontdirectory/nosifer/Nosifer-Regular.{ttf,menu}; \
  18. # cd ~/googlefontdirectory/nosifer/; \
  19. # ~/googlefontdirectory/tools/chars/showchars.py \
  20. # Nosifer-Regular.menu; \
  21. # cd ~/googlefontdirectory/nosifer/; \
  22. # rm *.nam *.log *.latin *.latin-ext *.cyrillic+latin *.cyrillic-ext+latin *.greek+latin *.greek-ext+latin; \
  23. # cd ~/googlefontdirectory/; \
  24. # for family in nosifer; do \
  25. # for font in `ls -1 $family/*ttf | cut -d. -f1`; do \
  26. # for subset in \
  27. # latin latin-ext; do \
  28. # echo subset.py --null --nmr --roundtrip --namelist --script \
  29. # --subset=$subset $font.ttf $font.$subset; \
  30. # python tools/subset/subset.py --null --nmr --roundtrip \
  31. # --namelist --script --subset=$subset \
  32. # $font.ttf $font.$subset > $font.$subset.log; \
  33. # done; \
  34. # done; \
  35. # done; \
  36. # cd ~/googlefontdirectory/nosifer/; \