├── FONTLOG.txt ├── LICENSE.md ├── README.md └── Source ├── 0.gif ├── Gnomon* Foreground ├── gnomon.sfd └── gnomon.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif │ └── metainfo.plist ├── Gnomon* Simple ├── Gnomon*-Simple.ttf ├── Gnomon.sfd ├── gnomon.designspace └── sources │ ├── 0Gnomon-0.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-1.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-10.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-11.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-12.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-2.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-3.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-4.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-5.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-6.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-7.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-8.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 0Gnomon-9.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-0.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-1.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-10.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-11.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-12.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-2.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-3.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-4.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-5.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-6.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-7.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-8.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 1Gnomon-9.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-0.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-1.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-10.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-11.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-12.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-2.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-3.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-4.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-5.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-6.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-7.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ ├── 3Gnomon-8.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.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 │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── o.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 │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ └── metainfo.plist │ └── 3Gnomon-9.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif │ └── metainfo.plist └── Gnomon* Web ├── Gnomon*-Web.ttf ├── gnomon.designspace └── sources ├── 0Gnomon-0.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-1.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-10.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-11.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-12.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-2.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-3.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-4.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-5.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-6.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-7.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-8.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 0Gnomon-9.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-0.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-1.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-10.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-11.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-12.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-2.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-3.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-4.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-5.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-6.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-7.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-8.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 1Gnomon-9.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-0.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-1.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-10.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-11.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-12.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-2.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-3.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-4.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-5.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-6.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-7.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist ├── 3Gnomon-8.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── B_.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 │ ├── a.glif │ ├── ampersand.glif │ ├── asterisk.glif │ ├── at.glif │ ├── b.glif │ ├── backslash.glif │ ├── c.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── d.glif │ ├── dollar.glif │ ├── e.glif │ ├── eight.glif │ ├── equal.glif │ ├── exclam.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── m.glif │ ├── n.glif │ ├── nine.glif │ ├── numbersign.glif │ ├── o.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 │ ├── quoteright.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── s.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── t.glif │ ├── three.glif │ ├── two.glif │ ├── u.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── z.glif │ └── zero.glif └── metainfo.plist └── 3Gnomon-9.ufo ├── features.fea ├── fontinfo.plist ├── glyphs ├── A_.glif ├── B_.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 ├── a.glif ├── ampersand.glif ├── asterisk.glif ├── at.glif ├── b.glif ├── backslash.glif ├── c.glif ├── colon.glif ├── comma.glif ├── contents.plist ├── d.glif ├── dollar.glif ├── e.glif ├── eight.glif ├── equal.glif ├── exclam.glif ├── f.glif ├── five.glif ├── four.glif ├── g.glif ├── h.glif ├── hyphen.glif ├── i.glif ├── j.glif ├── k.glif ├── l.glif ├── m.glif ├── n.glif ├── nine.glif ├── numbersign.glif ├── o.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 ├── quoteright.glif ├── quotesingle.glif ├── r.glif ├── s.glif ├── semicolon.glif ├── seven.glif ├── six.glif ├── slash.glif ├── space.glif ├── t.glif ├── three.glif ├── two.glif ├── u.glif ├── v.glif ├── w.glif ├── x.glif ├── y.glif ├── z.glif └── zero.glif └── metainfo.plist /FONTLOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/FONTLOG.txt -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/README.md -------------------------------------------------------------------------------- /Source/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/0.gif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.sfd -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/fontinfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/colon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/colon.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/comma.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/dollar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/dollar.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/eight.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/eight.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/equal.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/equal.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/exclam.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/exclam.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/five.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/five.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/four.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/four.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/hyphen.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/nine.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/nine.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/one.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/period.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/plus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/plus.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/seven.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/seven.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/six.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/slash.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/space.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/three.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/three.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/two.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/glyphs/zero.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/glyphs/zero.glif -------------------------------------------------------------------------------- /Source/Gnomon* Foreground/gnomon.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Foreground/gnomon.ufo/metainfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Simple/Gnomon*-Simple.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Simple/Gnomon*-Simple.ttf -------------------------------------------------------------------------------- /Source/Gnomon* Simple/Gnomon.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Simple/Gnomon.sfd -------------------------------------------------------------------------------- /Source/Gnomon* Simple/gnomon.designspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Simple/gnomon.designspace -------------------------------------------------------------------------------- /Source/Gnomon* Web/Gnomon*-Web.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/Gnomon*-Web.ttf -------------------------------------------------------------------------------- /Source/Gnomon* Web/gnomon.designspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/gnomon.designspace -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/fontinfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-0.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-0.ufo/metainfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/fontinfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-1.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-1.ufo/metainfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-10.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-11.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-12.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/fontinfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-2.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-2.ufo/metainfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/fontinfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-3.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-3.ufo/metainfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/fontinfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-4.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-4.ufo/metainfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/fontinfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-5.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-5.ufo/metainfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/fontinfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-6.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-6.ufo/metainfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/fontinfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-7.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-7.ufo/metainfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/fontinfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-8.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-8.ufo/metainfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/fontinfo.plist -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/0Gnomon-9.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/1Gnomon-0.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/1Gnomon-0.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/1Gnomon-1.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/1Gnomon-1.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/1Gnomon-2.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/1Gnomon-2.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/1Gnomon-3.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/1Gnomon-3.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/1Gnomon-4.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/1Gnomon-4.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/1Gnomon-5.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/1Gnomon-5.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/1Gnomon-6.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/1Gnomon-6.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/1Gnomon-7.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/1Gnomon-7.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/1Gnomon-8.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/1Gnomon-8.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/1Gnomon-9.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/1Gnomon-9.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/3Gnomon-0.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/3Gnomon-0.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/3Gnomon-1.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/3Gnomon-1.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/3Gnomon-2.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/3Gnomon-2.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/3Gnomon-3.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/3Gnomon-3.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/3Gnomon-4.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/3Gnomon-4.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/3Gnomon-5.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/3Gnomon-5.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/3Gnomon-6.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/3Gnomon-6.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/3Gnomon-7.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/3Gnomon-7.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/3Gnomon-8.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/3Gnomon-8.ufo/features.fea -------------------------------------------------------------------------------- /Source/Gnomon* Web/sources/3Gnomon-9.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indestructible-type/Gnomon/HEAD/Source/Gnomon* Web/sources/3Gnomon-9.ufo/features.fea --------------------------------------------------------------------------------