├── .gitignore ├── Open Font License FAQ.markdown ├── Open Font License.markdown ├── OstrichSans-Black.otf ├── OstrichSans-Bold.otf ├── OstrichSans-Heavy.otf ├── OstrichSans-Light.otf ├── OstrichSans-Medium.otf ├── OstrichSansDashed-Medium.otf ├── OstrichSansInline-Italic.otf ├── OstrichSansInline-Regular.otf ├── OstrichSansRounded-Medium.otf ├── images ├── ostrich-sans-1.jpeg ├── ostrich-sans-2.jpeg ├── ostrich-sans-3.jpeg ├── ostrich-sans-4.jpeg └── ostrich-sans-5.jpeg ├── readme.markdown ├── source ├── Ostrich Sans Black.ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.glif │ │ ├── CR_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── _notdef.glif │ │ ├── _null.glif │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── breve.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── caron.glif │ │ ├── circumflex.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotlessi.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── emdash.glif │ │ ├── endash.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── g103.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── h.glif │ │ ├── hungarumlaut.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── less.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── ogonek.glif │ │ ├── one.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── plus.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── tilde.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── underscore.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ ├── lib.plist │ └── metainfo.plist ├── Ostrich Sans Black.vfb ├── Ostrich Sans Black.vfbak ├── Ostrich Sans Bold.ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.glif │ │ ├── CR_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── _notdef.glif │ │ ├── _null.glif │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── breve.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── caron.glif │ │ ├── circumflex.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotlessi.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── emdash.glif │ │ ├── endash.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── g110.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── h.glif │ │ ├── hungarumlaut.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── less.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── ogonek.glif │ │ ├── one.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── plus.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── tilde.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── underscore.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ ├── lib.plist │ └── metainfo.plist ├── Ostrich Sans Bold.vfb ├── Ostrich Sans Bold.vfbak ├── Ostrich Sans Dashed.ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.glif │ │ ├── CR_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── _notdef.glif │ │ ├── _null.glif │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── breve.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── caron.glif │ │ ├── circumflex.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotlessi.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── emdash.glif │ │ ├── endash.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── g73.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── guilsinglright.glif │ │ ├── h.glif │ │ ├── hungarumlaut.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── less.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── ogonek.glif │ │ ├── one.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── plus.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── tilde.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── underscore.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ ├── lib.plist │ └── metainfo.plist ├── Ostrich Sans Heavy.ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── AE_.glif │ │ ├── AEacute_.glif │ │ ├── A_.glif │ │ ├── Aacute_.glif │ │ ├── Acircumflex_.glif │ │ ├── Acute_.glif │ │ ├── Adieresis_.glif │ │ ├── Agrave_.glif │ │ ├── Amacron_.glif │ │ ├── Aring_.glif │ │ ├── Atilde_.glif │ │ ├── B_.glif │ │ ├── Breve_.glif │ │ ├── CR_.glif │ │ ├── C_.glif │ │ ├── Cacute_.glif │ │ ├── Caron_.glif │ │ ├── Ccaron_.glif │ │ ├── Ccedilla_.glif │ │ ├── Ccircumflex_.glif │ │ ├── Cdotaccent_.glif │ │ ├── Cedilla_.glif │ │ ├── Circumflex_.glif │ │ ├── D_.glif │ │ ├── Dcaron_.glif │ │ ├── Dcroat_.glif │ │ ├── Dieresis_.glif │ │ ├── E_.glif │ │ ├── Eacute_.glif │ │ ├── Ebreve_.glif │ │ ├── Ecaron_.glif │ │ ├── Ecircumflex_.glif │ │ ├── Edieresis_.glif │ │ ├── Edotaccent_.glif │ │ ├── Egrave_.glif │ │ ├── Emacron_.glif │ │ ├── Eth_.glif │ │ ├── Euro_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── Gbreve_.glif │ │ ├── Gcircumflex_.glif │ │ ├── Gcommaaccent_.glif │ │ ├── Gdotaccent_.glif │ │ ├── Grave_.glif │ │ ├── H_.glif │ │ ├── Hcircumflex_.glif │ │ ├── I_.glif │ │ ├── Iacute_.glif │ │ ├── Ibreve_.glif │ │ ├── Icircumflex_.glif │ │ ├── Idieresis_.glif │ │ ├── Idotaccent_.glif │ │ ├── Igrave_.glif │ │ ├── Imacron_.glif │ │ ├── Itilde_.glif │ │ ├── J_.glif │ │ ├── Jcircumflex_.glif │ │ ├── K_.glif │ │ ├── Kcommaaccent_.glif │ │ ├── L_.glif │ │ ├── Lacute_.glif │ │ ├── Lcaron_.glif │ │ ├── Lcommaaccent_.glif │ │ ├── Lslash_.glif │ │ ├── M_.glif │ │ ├── Macron_.glif │ │ ├── N_.glif │ │ ├── Nacute_.glif │ │ ├── Ncaron_.glif │ │ ├── Ncommaaccent_.glif │ │ ├── Ntilde_.glif │ │ ├── OE_.glif │ │ ├── O_.glif │ │ ├── Oacute_.glif │ │ ├── Obreve_.glif │ │ ├── Ocircumflex_.glif │ │ ├── Odieresis_.glif │ │ ├── Ograve_.glif │ │ ├── Omacron_.glif │ │ ├── Oslash_.glif │ │ ├── Oslashacute_.glif │ │ ├── Otilde_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── Racute_.glif │ │ ├── Rcaron_.glif │ │ ├── Rcommaaccent_.glif │ │ ├── Ring_.glif │ │ ├── S_.glif │ │ ├── Sacute_.glif │ │ ├── Scaron_.glif │ │ ├── Scedilla_.glif │ │ ├── Scircumflex_.glif │ │ ├── T_.glif │ │ ├── Tcaron_.glif │ │ ├── Tcommaaccent_.glif │ │ ├── Thorn_.glif │ │ ├── Tilde_.glif │ │ ├── U_.glif │ │ ├── Uacute_.glif │ │ ├── Ubreve_.glif │ │ ├── Ucircumflex_.glif │ │ ├── Udieresis_.glif │ │ ├── Ugrave_.glif │ │ ├── Umacron_.glif │ │ ├── Uring_.glif │ │ ├── Utilde_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── Wacute_.glif │ │ ├── Wcircumflex_.glif │ │ ├── Wdieresis_.glif │ │ ├── Wgrave_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Yacute_.glif │ │ ├── Ycircumflex_.glif │ │ ├── Ydieresis_.glif │ │ ├── Ygrave_.glif │ │ ├── Z_.glif │ │ ├── Zacute_.glif │ │ ├── Zcaron_.glif │ │ ├── Zdotaccent_.glif │ │ ├── _notdef.glif │ │ ├── a.glif │ │ ├── aacute.glif │ │ ├── acircumflex.glif │ │ ├── acute.glif │ │ ├── adieresis.glif │ │ ├── ae.glif │ │ ├── aeacute.glif │ │ ├── agrave.glif │ │ ├── amacron.glif │ │ ├── ampersand.glif │ │ ├── aring.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── atilde.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── breve.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── cacute.glif │ │ ├── caron.glif │ │ ├── ccaron.glif │ │ ├── ccedilla.glif │ │ ├── ccircumflex.glif │ │ ├── cdotaccent.glif │ │ ├── cedilla.glif │ │ ├── circumflex.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── commaaccent.cap.glif │ │ ├── commaaccent.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── dcaron.glif │ │ ├── dcroat.glif │ │ ├── degree.glif │ │ ├── dieresis.glif │ │ ├── divide.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotlessi.glif │ │ ├── e.glif │ │ ├── eacute.glif │ │ ├── ebreve.glif │ │ ├── ecaron.glif │ │ ├── ecircumflex.glif │ │ ├── edieresis.glif │ │ ├── edotaccent.glif │ │ ├── egrave.glif │ │ ├── eight.glif │ │ ├── emacron.glif │ │ ├── emdash.glif │ │ ├── endash.glif │ │ ├── equal.glif │ │ ├── eth.glif │ │ ├── exclam.glif │ │ ├── exclamdown.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── fraction.glif │ │ ├── g.glif │ │ ├── gbreve.glif │ │ ├── gcircumflex.glif │ │ ├── gcommaaccent.glif │ │ ├── gdotaccent.glif │ │ ├── germandbls.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── h.glif │ │ ├── hcircumflex.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── ibreve.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── igrave.glif │ │ ├── imacron.glif │ │ ├── itilde.glif │ │ ├── j.glif │ │ ├── jcircumflex.glif │ │ ├── k.glif │ │ ├── kcommaaccent.glif │ │ ├── l.glif │ │ ├── lacute.glif │ │ ├── lcommaaccent.glif │ │ ├── less.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── macron.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── nacute.glif │ │ ├── ncaron.glif │ │ ├── ncommaaccent.glif │ │ ├── nine.glif │ │ ├── ntilde.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oacute.glif │ │ ├── obreve.glif │ │ ├── ocircumflex.glif │ │ ├── odieresis.glif │ │ ├── oe.glif │ │ ├── ograve.glif │ │ ├── omacron.glif │ │ ├── one.glif │ │ ├── ordmasculine.glif │ │ ├── oslash.glif │ │ ├── oslashacute.glif │ │ ├── otilde.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── plus.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── questiondown.glif │ │ ├── quotedbl.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── racute.glif │ │ ├── rcaron.glif │ │ ├── rcommaaccent.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── s.glif │ │ ├── sacute.glif │ │ ├── scaron.glif │ │ ├── scedilla.glif │ │ ├── scircumflex.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── sterling.glif │ │ ├── t.glif │ │ ├── tcaron.glif │ │ ├── tcommaaccent.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── tilde.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ubreve.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── ugrave.glif │ │ ├── umacron.glif │ │ ├── underscore.glif │ │ ├── uniF8FF_.glif │ │ ├── uring.glif │ │ ├── utilde.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── wacute.glif │ │ ├── wcircumflex.glif │ │ ├── wdieresis.glif │ │ ├── wgrave.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── yacute.glif │ │ ├── ycircumflex.glif │ │ ├── ydieresis.glif │ │ ├── ygrave.glif │ │ ├── z.glif │ │ ├── zacute.glif │ │ ├── zcaron.glif │ │ ├── zdotaccent.glif │ │ └── zero.glif │ ├── kerning.plist │ ├── lib.plist │ └── metainfo.plist ├── Ostrich Sans Heavy.vfb ├── Ostrich Sans Inline Italic.ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── AE_.glif │ │ ├── A_.glif │ │ ├── Aacute_.glif │ │ ├── Acircumflex_.glif │ │ ├── Adieresis_.glif │ │ ├── Agrave_.glif │ │ ├── Aring_.glif │ │ ├── Atilde_.glif │ │ ├── B_.glif │ │ ├── CR_.glif │ │ ├── C_.glif │ │ ├── Ccedilla_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── Eacute_.glif │ │ ├── Ecircumflex_.glif │ │ ├── Edieresis_.glif │ │ ├── Egrave_.glif │ │ ├── Eth_.glif │ │ ├── Euro_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── Iacute_.glif │ │ ├── Icircumflex_.glif │ │ ├── Idieresis_.glif │ │ ├── Igrave_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── Lslash_.glif │ │ ├── M_.glif │ │ ├── NULL_.glif │ │ ├── N_.glif │ │ ├── Ntilde_.glif │ │ ├── OE_.glif │ │ ├── O_.glif │ │ ├── Oacute_.glif │ │ ├── Ocircumflex_.glif │ │ ├── Odieresis_.glif │ │ ├── Ograve_.glif │ │ ├── Oslash_.glif │ │ ├── Otilde_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── Scaron_.glif │ │ ├── T_.glif │ │ ├── Thorn_.glif │ │ ├── U_.glif │ │ ├── Uacute_.glif │ │ ├── Ucircumflex_.glif │ │ ├── Udieresis_.glif │ │ ├── Ugrave_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Yacute_.glif │ │ ├── Ydieresis_.glif │ │ ├── Z_.glif │ │ ├── Zcaron_.glif │ │ ├── _notdef.glif │ │ ├── a.glif │ │ ├── aacute.glif │ │ ├── acircumflex.glif │ │ ├── acute.glif │ │ ├── adieresis.glif │ │ ├── ae.glif │ │ ├── agrave.glif │ │ ├── ampersand.glif │ │ ├── aring.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── atilde.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── breve.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── caron.glif │ │ ├── ccedilla.glif │ │ ├── cedilla.glif │ │ ├── circumflex.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── degree.glif │ │ ├── dieresis.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotlessi.glif │ │ ├── e.glif │ │ ├── eacute.glif │ │ ├── ecircumflex.glif │ │ ├── edieresis.glif │ │ ├── egrave.glif │ │ ├── eight.glif │ │ ├── ellipsis.glif │ │ ├── emdash.glif │ │ ├── endash.glif │ │ ├── equal.glif │ │ ├── eth.glif │ │ ├── exclam.glif │ │ ├── exclamdown.glif │ │ ├── f.glif │ │ ├── fi.glif │ │ ├── five.glif │ │ ├── fl.glif │ │ ├── four.glif │ │ ├── fraction.glif │ │ ├── g.glif │ │ ├── germandbls.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── guillemotleft.glif │ │ ├── guillemotright.glif │ │ ├── guilsinglleft.glif │ │ ├── guilsinglright.glif │ │ ├── h.glif │ │ ├── hungarumlaut.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── igrave.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── less.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── minus.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── ntilde.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oacute.glif │ │ ├── ocircumflex.glif │ │ ├── odieresis.glif │ │ ├── oe.glif │ │ ├── ogonek.glif │ │ ├── ograve.glif │ │ ├── one.glif │ │ ├── ordmasculine.glif │ │ ├── oslash.glif │ │ ├── otilde.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── plus.glif │ │ ├── plusminus.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── questiondown.glif │ │ ├── quotedbl.glif │ │ ├── quotedblbase.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteright.glif │ │ ├── quotesinglbase.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── s.glif │ │ ├── scaron.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── tilde.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── ugrave.glif │ │ ├── underscore.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── yacute.glif │ │ ├── ydieresis.glif │ │ ├── z.glif │ │ ├── zcaron.glif │ │ └── zero.glif │ ├── kerning.plist │ ├── lib.plist │ └── metainfo.plist ├── Ostrich Sans Inline Italic.vfb ├── Ostrich Sans Inline Regular.ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── AE_.glif │ │ ├── A_.glif │ │ ├── Aacute_.glif │ │ ├── Acircumflex_.glif │ │ ├── Adieresis_.glif │ │ ├── Agrave_.glif │ │ ├── Aring_.glif │ │ ├── Atilde_.glif │ │ ├── B_.glif │ │ ├── CR_.glif │ │ ├── C_.glif │ │ ├── Ccedilla_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── Eacute_.glif │ │ ├── Ecircumflex_.glif │ │ ├── Edieresis_.glif │ │ ├── Egrave_.glif │ │ ├── Eth_.glif │ │ ├── Euro_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── Iacute_.glif │ │ ├── Icircumflex_.glif │ │ ├── Idieresis_.glif │ │ ├── Igrave_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── Lslash_.glif │ │ ├── M_.glif │ │ ├── NULL_.glif │ │ ├── N_.glif │ │ ├── Ntilde_.glif │ │ ├── OE_.glif │ │ ├── O_.glif │ │ ├── Oacute_.glif │ │ ├── Ocircumflex_.glif │ │ ├── Odieresis_.glif │ │ ├── Ograve_.glif │ │ ├── Oslash_.glif │ │ ├── Otilde_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── Scaron_.glif │ │ ├── T_.glif │ │ ├── Thorn_.glif │ │ ├── U_.glif │ │ ├── Uacute_.glif │ │ ├── Ucircumflex_.glif │ │ ├── Udieresis_.glif │ │ ├── Ugrave_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Yacute_.glif │ │ ├── Ydieresis_.glif │ │ ├── Z_.glif │ │ ├── Zcaron_.glif │ │ ├── _notdef.glif │ │ ├── a.glif │ │ ├── aacute.glif │ │ ├── acircumflex.glif │ │ ├── acute.glif │ │ ├── adieresis.glif │ │ ├── ae.glif │ │ ├── agrave.glif │ │ ├── ampersand.glif │ │ ├── aring.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── atilde.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── breve.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── caron.glif │ │ ├── ccedilla.glif │ │ ├── cedilla.glif │ │ ├── circumflex.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── degree.glif │ │ ├── dieresis.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotlessi.glif │ │ ├── e.glif │ │ ├── eacute.glif │ │ ├── ecircumflex.glif │ │ ├── edieresis.glif │ │ ├── egrave.glif │ │ ├── eight.glif │ │ ├── ellipsis.glif │ │ ├── emdash.glif │ │ ├── endash.glif │ │ ├── equal.glif │ │ ├── eth.glif │ │ ├── exclam.glif │ │ ├── exclamdown.glif │ │ ├── f.glif │ │ ├── fi.glif │ │ ├── five.glif │ │ ├── fl.glif │ │ ├── four.glif │ │ ├── fraction.glif │ │ ├── g.glif │ │ ├── germandbls.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── guillemotleft.glif │ │ ├── guillemotright.glif │ │ ├── guilsinglleft.glif │ │ ├── guilsinglright.glif │ │ ├── h.glif │ │ ├── hungarumlaut.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── igrave.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── less.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── minus.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── ntilde.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oacute.glif │ │ ├── ocircumflex.glif │ │ ├── odieresis.glif │ │ ├── oe.glif │ │ ├── ogonek.glif │ │ ├── ograve.glif │ │ ├── one.glif │ │ ├── ordmasculine.glif │ │ ├── oslash.glif │ │ ├── otilde.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── plus.glif │ │ ├── plusminus.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── questiondown.glif │ │ ├── quotedbl.glif │ │ ├── quotedblbase.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteright.glif │ │ ├── quotesinglbase.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── s.glif │ │ ├── scaron.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── tilde.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── ugrave.glif │ │ ├── underscore.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── yacute.glif │ │ ├── ydieresis.glif │ │ ├── z.glif │ │ ├── zcaron.glif │ │ └── zero.glif │ ├── kerning.plist │ ├── lib.plist │ └── metainfo.plist ├── Ostrich Sans Inline Regular.vfb ├── Ostrich Sans Light.ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.glif │ │ ├── CR_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── _notdef.glif │ │ ├── _null.glif │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── breve.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── caron.glif │ │ ├── circumflex.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotlessi.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── emdash.glif │ │ ├── endash.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── g115.glif │ │ ├── greater.glif │ │ ├── h.glif │ │ ├── hungarumlaut.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── less.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── ogonek.glif │ │ ├── one.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── plus.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── tilde.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── underscore.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ ├── lib.plist │ └── metainfo.plist ├── Ostrich Sans Medium.vfb ├── Ostrich Sans Regular.ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.glif │ │ ├── CR_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── _notdef.glif │ │ ├── _null.glif │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── breve.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── caron.glif │ │ ├── circumflex.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotlessi.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── emdash.glif │ │ ├── endash.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── g116.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── h.glif │ │ ├── hungarumlaut.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── less.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── ogonek.glif │ │ ├── one.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── plus.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── tilde.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── underscore.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ ├── lib.plist │ └── metainfo.plist └── Ostrich Sans Rounded.ufo │ ├── fontinfo.plist │ ├── glyphs │ ├── A_.glif │ ├── B_.glif │ ├── CR_.glif │ ├── C_.glif │ ├── D_.glif │ ├── E_.glif │ ├── F_.glif │ ├── G_.glif │ ├── H_.glif │ ├── I_.glif │ ├── J_.glif │ ├── K_.glif │ ├── L_.glif │ ├── M_.glif │ ├── N_.glif │ ├── O_.glif │ ├── P_.glif │ ├── Q_.glif │ ├── R_.glif │ ├── S_.glif │ ├── T_.glif │ ├── U_.glif │ ├── V_.glif │ ├── W_.glif │ ├── X_.glif │ ├── Y_.glif │ ├── Z_.glif │ ├── _notdef.glif │ ├── _null.glif │ ├── a.glif │ ├── ampersand.glif │ ├── asciicircum.glif │ ├── asciitilde.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── bar.glif │ ├── braceleft.glif │ ├── braceright.glif │ ├── bracketleft.glif │ ├── bracketright.glif │ ├── breve.glif │ ├── bullet.glif │ ├── c.glif │ ├── caron.glif │ ├── circumflex.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── copyright.glif │ ├── d.glif │ ├── dollar.glif │ ├── dotaccent.glif │ ├── dotlessi.glif │ ├── e.glif │ ├── eight.glif │ ├── emdash.glif │ ├── endash.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── g116.glif │ ├── grave.glif │ ├── greater.glif │ ├── h.glif │ ├── hungarumlaut.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── less.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.glif │ ├── ogonek.glif │ ├── one.glif │ ├── p.glif │ ├── parenleft.glif │ ├── parenright.glif │ ├── percent.glif │ ├── period.glif │ ├── plus.glif │ ├── q.glif │ ├── question.glif │ ├── quotedbl.glif │ ├── quotedblleft.glif │ ├── quotedblright.glif │ ├── quoteleft.glif │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── registered.glif │ ├── ring.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── tilde.glif │ ├── trademark.glif │ ├── two.glif │ ├── u.glif │ ├── underscore.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif │ ├── lib.plist │ └── metainfo.plist └── webfonts ├── ostrich-sans-black.eot ├── ostrich-sans-black.svg ├── ostrich-sans-black.ttf ├── ostrich-sans-black.woff ├── ostrich-sans-bold.eot ├── ostrich-sans-bold.svg ├── ostrich-sans-bold.ttf ├── ostrich-sans-bold.woff ├── ostrich-sans-dashed.eot ├── ostrich-sans-dashed.svg ├── ostrich-sans-dashed.ttf ├── ostrich-sans-dashed.woff ├── ostrich-sans-inline-italic.eot ├── ostrich-sans-inline-italic.svg ├── ostrich-sans-inline-italic.ttf ├── ostrich-sans-inline-italic.woff ├── ostrich-sans-inline-regular.eot ├── ostrich-sans-inline-regular.svg ├── ostrich-sans-inline-regular.ttf ├── ostrich-sans-inline-regular.woff ├── ostrich-sans-light.eot ├── ostrich-sans-light.svg ├── ostrich-sans-light.ttf ├── ostrich-sans-light.woff ├── ostrich-sans-regular.eot ├── ostrich-sans-regular.svg ├── ostrich-sans-regular.ttf ├── ostrich-sans-regular.woff ├── ostrich-sans-rounded.eot ├── ostrich-sans-rounded.svg ├── ostrich-sans-rounded.ttf ├── ostrich-sans-rounded.woff └── ostrich-sans.css /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | references/* -------------------------------------------------------------------------------- /OstrichSans-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/OstrichSans-Black.otf -------------------------------------------------------------------------------- /OstrichSans-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/OstrichSans-Bold.otf -------------------------------------------------------------------------------- /OstrichSans-Heavy.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/OstrichSans-Heavy.otf -------------------------------------------------------------------------------- /OstrichSans-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/OstrichSans-Light.otf -------------------------------------------------------------------------------- /OstrichSans-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/OstrichSans-Medium.otf -------------------------------------------------------------------------------- /OstrichSansDashed-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/OstrichSansDashed-Medium.otf -------------------------------------------------------------------------------- /OstrichSansInline-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/OstrichSansInline-Italic.otf -------------------------------------------------------------------------------- /OstrichSansInline-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/OstrichSansInline-Regular.otf -------------------------------------------------------------------------------- /OstrichSansRounded-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/OstrichSansRounded-Medium.otf -------------------------------------------------------------------------------- /images/ostrich-sans-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/images/ostrich-sans-1.jpeg -------------------------------------------------------------------------------- /images/ostrich-sans-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/images/ostrich-sans-2.jpeg -------------------------------------------------------------------------------- /images/ostrich-sans-3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/images/ostrich-sans-3.jpeg -------------------------------------------------------------------------------- /images/ostrich-sans-4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/images/ostrich-sans-4.jpeg -------------------------------------------------------------------------------- /images/ostrich-sans-5.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/images/ostrich-sans-5.jpeg -------------------------------------------------------------------------------- /readme.markdown: -------------------------------------------------------------------------------- 1 | ![Ostrich Sans](https://github.com/theleagueof/ostrich-sans/raw/master/images/ostrich-sans-1.jpeg) 2 | 3 | Ostrich Sans & Ostrich Sans Inline 4 | ======== 5 | _by [Tyler Finck](http://www.finck.co)_ 6 | 7 | A gorgeous modern sans-serif with a very long neck. With a whole slew of styles & weights: 8 | 9 | - Dashed (thin) 10 | - Rounded (medium) 11 | - Ultra light 12 | - Normal 13 | - Bold (race track style double lines) 14 | - Black 15 | - Inline (with italics) 16 | - Heavy (round) 17 | 18 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/CR_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/_null.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/asciicircum.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/asciitilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/backslash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/braceleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/braceright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/bracketleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/bracketright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/circumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/colon.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/copyright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/dotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/dotlessi.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/equal.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/exclam.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/four.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/g103.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/greater.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/hungarumlaut.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/ogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/quotedbl.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/quotedblleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/quotedblright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/quoteleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/quoteright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/quotesingle.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/registered.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/ring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/semicolon.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/seven.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/trademark.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/underscore.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.schriftgestaltung.GlyphsUFOExport 7 | formatVersion 8 | 2 9 | 10 | 11 | -------------------------------------------------------------------------------- /source/Ostrich Sans Black.vfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/source/Ostrich Sans Black.vfb -------------------------------------------------------------------------------- /source/Ostrich Sans Black.vfbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/source/Ostrich Sans Black.vfbak -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/CR_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/_null.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/asciicircum.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/asciitilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/backslash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/braceleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/braceright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/bracketleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/bracketright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/circumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/copyright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/dotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/dotlessi.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/g110.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/greater.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/hungarumlaut.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/ogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/quoteleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/quoteright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/quotesingle.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/registered.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/ring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/trademark.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/glyphs/underscore.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.schriftgestaltung.GlyphsUFOExport 7 | formatVersion 8 | 2 9 | 10 | 11 | -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.vfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/source/Ostrich Sans Bold.vfb -------------------------------------------------------------------------------- /source/Ostrich Sans Bold.vfbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/source/Ostrich Sans Bold.vfbak -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/CR_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/_null.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/asciicircum.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/asciitilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/braceleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/braceright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/bracketleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/bracketright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/circumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/copyright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/dotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/g73.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/greater.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/guilsinglright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/hungarumlaut.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/ogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/registered.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/ring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/glyphs/trademark.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Dashed.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.schriftgestaltung.GlyphsUFOExport 7 | formatVersion 8 | 2 9 | 10 | 11 | -------------------------------------------------------------------------------- /source/Ostrich Sans Heavy.ufo/glyphs/Acute_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Heavy.ufo/glyphs/CR_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Heavy.ufo/glyphs/Grave_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Heavy.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Heavy.ufo/glyphs/acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Heavy.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Heavy.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Heavy.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Heavy.ufo/glyphs/uniF8FF_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Heavy.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.schriftgestaltung.GlyphsUFOExport 7 | formatVersion 8 | 2 9 | 10 | 11 | -------------------------------------------------------------------------------- /source/Ostrich Sans Heavy.vfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/source/Ostrich Sans Heavy.vfb -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/CR_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/NULL_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/backslash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/dotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/dotlessi.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/fraction.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/hungarumlaut.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/minus.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/ogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/quoteleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/quoteright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/quotesinglbase.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/quotesingle.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/glyphs/underscore.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.schriftgestaltung.GlyphsUFOExport 7 | formatVersion 8 | 2 9 | 10 | 11 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Italic.vfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/source/Ostrich Sans Inline Italic.vfb -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/CR_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/NULL_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/backslash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/dotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/dotlessi.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/fraction.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/hungarumlaut.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/minus.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/ogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/quoteleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/quoteright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/quotesinglbase.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/quotesingle.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/glyphs/underscore.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.schriftgestaltung.GlyphsUFOExport 7 | formatVersion 8 | 2 9 | 10 | 11 | -------------------------------------------------------------------------------- /source/Ostrich Sans Inline Regular.vfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/source/Ostrich Sans Inline Regular.vfb -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/CR_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/_null.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/asciicircum.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/asciitilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/backslash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/braceleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/braceright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/bracketleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/bracketright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/circumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/colon.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/copyright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/dotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/dotlessi.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/equal.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/exclam.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/four.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/g115.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/greater.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/hungarumlaut.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/ogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/quotedbl.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/quotedblleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/quotedblright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/quoteleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/quoteright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/quotesingle.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/registered.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/ring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/semicolon.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/seven.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/trademark.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/underscore.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Light.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.schriftgestaltung.GlyphsUFOExport 7 | formatVersion 8 | 2 9 | 10 | 11 | -------------------------------------------------------------------------------- /source/Ostrich Sans Medium.vfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/source/Ostrich Sans Medium.vfb -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/CR_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/_null.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/asciicircum.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/asciitilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/backslash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/braceleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/braceright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/bracketleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/bracketright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/circumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/colon.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/copyright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/dotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/dotlessi.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/equal.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/exclam.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/four.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/g116.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/greater.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/hungarumlaut.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/ogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/quotedbl.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/quotedblleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/quotedblright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/quoteleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/quoteright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/quotesingle.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/registered.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/ring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/semicolon.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/seven.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/trademark.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/underscore.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /source/Ostrich Sans Regular.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.schriftgestaltung.GlyphsUFOExport 7 | formatVersion 8 | 2 9 | 10 | 11 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/CR_.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/_null.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/asciicircum.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/asciitilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/braceleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/braceright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/bracketleft.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/bracketright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/circumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/copyright.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/dotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/g116.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/greater.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/hungarumlaut.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/ogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/registered.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/ring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/glyphs/trademark.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /source/Ostrich Sans Rounded.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.schriftgestaltung.GlyphsUFOExport 7 | formatVersion 8 | 2 9 | 10 | 11 | -------------------------------------------------------------------------------- /webfonts/ostrich-sans-black.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-black.eot -------------------------------------------------------------------------------- /webfonts/ostrich-sans-black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-black.ttf -------------------------------------------------------------------------------- /webfonts/ostrich-sans-black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-black.woff -------------------------------------------------------------------------------- /webfonts/ostrich-sans-bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-bold.eot -------------------------------------------------------------------------------- /webfonts/ostrich-sans-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-bold.ttf -------------------------------------------------------------------------------- /webfonts/ostrich-sans-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-bold.woff -------------------------------------------------------------------------------- /webfonts/ostrich-sans-dashed.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-dashed.eot -------------------------------------------------------------------------------- /webfonts/ostrich-sans-dashed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-dashed.ttf -------------------------------------------------------------------------------- /webfonts/ostrich-sans-dashed.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-dashed.woff -------------------------------------------------------------------------------- /webfonts/ostrich-sans-inline-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-inline-italic.eot -------------------------------------------------------------------------------- /webfonts/ostrich-sans-inline-italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-inline-italic.svg -------------------------------------------------------------------------------- /webfonts/ostrich-sans-inline-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-inline-italic.ttf -------------------------------------------------------------------------------- /webfonts/ostrich-sans-inline-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-inline-italic.woff -------------------------------------------------------------------------------- /webfonts/ostrich-sans-inline-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-inline-regular.eot -------------------------------------------------------------------------------- /webfonts/ostrich-sans-inline-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-inline-regular.svg -------------------------------------------------------------------------------- /webfonts/ostrich-sans-inline-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-inline-regular.ttf -------------------------------------------------------------------------------- /webfonts/ostrich-sans-inline-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-inline-regular.woff -------------------------------------------------------------------------------- /webfonts/ostrich-sans-light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-light.eot -------------------------------------------------------------------------------- /webfonts/ostrich-sans-light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-light.ttf -------------------------------------------------------------------------------- /webfonts/ostrich-sans-light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-light.woff -------------------------------------------------------------------------------- /webfonts/ostrich-sans-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-regular.eot -------------------------------------------------------------------------------- /webfonts/ostrich-sans-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-regular.ttf -------------------------------------------------------------------------------- /webfonts/ostrich-sans-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-regular.woff -------------------------------------------------------------------------------- /webfonts/ostrich-sans-rounded.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-rounded.eot -------------------------------------------------------------------------------- /webfonts/ostrich-sans-rounded.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-rounded.ttf -------------------------------------------------------------------------------- /webfonts/ostrich-sans-rounded.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theleagueof/ostrich-sans/a949d40d0576d12ba26e2a45e19c91fd0228c964/webfonts/ostrich-sans-rounded.woff --------------------------------------------------------------------------------