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

family: Oxygen

designer: Vernon Adams

approved: true
description: <p>The Oxygen typeface family is created \
  as part of the KDE Project, a libre desktop for the \
  GNU+Linux operating system. The design is optimised \
  for the FreeType font rendering system and works well \
  in all graphical user interfaces, desktops and \
  devices.</p> \
  <p>This is a web font version of Oxygen, designed to \
  be used freely across the internet by web browsers \
  on desktop computers, laptops and mobile devices.</p> \
  <p>Oxygen is a Unicode typeface family that supports \
  languages that use the Latin script and its variants, \
  and could be expanded to support other scripts. To \
  contribute to the project contact \
  <a href="mailto:vern@newtypography.co.uk">Vernon \
  Adams</a> and use the \
  <a href="https://projects.kde.org/projects/playground/artwork/oxygen-fonts">KDE \
  Project git repository</a>.</p>

font.Oxygen-Regular.ttf.style: normal

font.Oxygen-Regular.ttf.weight: 400

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

# cd ~/googlefontdirectory/oxygen/; \
# rm *.nam *.log *.latin *.latin-ext *.cyrillic+latin *.cyrillic-ext+latin *.greek+latin *.greek-ext+latin; \
# cd ~/googlefontdirectory/; \
# for family in oxygen; 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 --script \
#                --subset=$subset $font.ttf $font.$subset; \
#            python tools/subset/subset.py --null --nmr --roundtrip \
#                --script --subset=$subset \
#                $font.ttf $font.$subset > $font.$subset.log; \
#        done; \
#    done; \
# done; \
# cd ~/googlefontdirectory/oxygen/; \
