visibility: SANDBOX
license: OFL
category: serif
subsets: menu,latin,latin-ext

family: Almendra

designer: Ana Sanfelippo

approved: true
description: <p>Almendra is a typeface design based on \
  calligraphy. Its style is related to the chancery and \
  gothic hands. It is intended to be used in long texts, \
  especially young children's literature. Almendra's \
  black and white forms generate a nice texture in small \
  sizes, while its many details appear when given the \
  opportunity in huge sizes. The main challenge was to \
  make compatible dialectic elements, especially \
  balancing legibility and formal identity. Almendra \
  was selected to be exhibited at the Bienal \
  Iberoamericana de Diseo in 2010 and was part of \
  the German editorial project Typodarium 2012.</p> \
  <p>There is a sister \
  <a href="http://www.google.com/webfonts/specimen/Almendra+SC">Small \
  Cap</a> family.</p>

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

font.Almendra-Bold.ttf.style: normal
font.Almendra-Bold.ttf.weight: 700

font.Almendra-Italic.ttf.style: italic
font.Almendra-Italic.ttf.weight: 400


# cd ~/googlefontdirectory/almendra/; \
# for font in `ls -1 *ttf | cut -d. -f1`; do
# cd ~/src/font-optimizer; \
# ./subset.pl -v --licensesubst="SIL OFL 1.1" \
#    --exclude="c2sc,smcp,ordn,sups,sinf,subs,dlig,frac" \
#    --chars="Almendra" \
#   ~/googlefontdirectory/almendra/$font.{ttf,menu}; \
# cd ~/googlefontdirectory/almendra/; \
# ~/googlefontdirectory/tools/chars/showchars.py \
#  $font.menu; \
# done; 

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