├── .gitignore ├── LICENSE ├── README.md ├── activate.sh ├── build.sh ├── dist ├── otf │ ├── Black.otf │ ├── Black_Oblique.otf │ ├── Bold.otf │ ├── Bold_Oblique.otf │ ├── DemiBold.otf │ ├── DemiBold_Oblique.otf │ ├── ExtraBlack.otf │ ├── ExtraBlack_Oblique.otf │ ├── ExtraBold.otf │ ├── ExtraBold_Oblique.otf │ ├── ExtraLight.otf │ ├── ExtraLight_Oblique.otf │ ├── Light.otf │ ├── Light_Oblique.otf │ ├── Medium.otf │ ├── Medium_Oblique.otf │ ├── Regular.otf │ ├── Regular_Oblique.otf │ ├── Thin.otf │ └── Thin_Oblique.otf ├── ttf │ ├── Black.ttf │ ├── Black_Oblique.ttf │ ├── Bold.ttf │ ├── Bold_Oblique.ttf │ ├── DemiBold.ttf │ ├── DemiBold_Oblique.ttf │ ├── ExtraBlack.ttf │ ├── ExtraBlack_Oblique.ttf │ ├── ExtraBold.ttf │ ├── ExtraBold_Oblique.ttf │ ├── ExtraLight.ttf │ ├── ExtraLight_Oblique.ttf │ ├── Light.ttf │ ├── Light_Oblique.ttf │ ├── Medium.ttf │ ├── Medium_Oblique.ttf │ ├── Regular.ttf │ ├── Regular_Oblique.ttf │ ├── Thin.ttf │ └── Thin_Oblique.ttf ├── variable │ └── AnnotationMono-VF.ttf ├── variable_woff2 │ └── AnnotationMono-VF.woff2 └── woff2 │ ├── Black.woff2 │ ├── Black_Oblique.woff2 │ ├── Bold.woff2 │ ├── Bold_Oblique.woff2 │ ├── DemiBold.woff2 │ ├── DemiBold_Oblique.woff2 │ ├── ExtraBlack.woff2 │ ├── ExtraBlack_Oblique.woff2 │ ├── ExtraBold.woff2 │ ├── ExtraBold_Oblique.woff2 │ ├── ExtraLight.woff2 │ ├── ExtraLight_Oblique.woff2 │ ├── Light.woff2 │ ├── Light_Oblique.woff2 │ ├── Medium.woff2 │ ├── Medium_Oblique.woff2 │ ├── Regular.woff2 │ ├── Regular_Oblique.woff2 │ ├── Thin.woff2 │ └── Thin_Oblique.woff2 ├── images ├── banner.png └── banner.svg ├── index.html ├── prepare_build.py ├── requirements.txt ├── scripts ├── extrapolate.py ├── fixnames.py ├── list_chars.py ├── precompose.py ├── remove_redundant.py ├── set_version.py └── slant.py ├── src ├── AnnotationMono.designspace ├── AnnotationMono_Bold.ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── A_E_.glif │ │ ├── A_hookabove.glif │ │ ├── A_ogonek.glif │ │ ├── B_.glif │ │ ├── C_.glif │ │ ├── C_cedilla.glif │ │ ├── D_.glif │ │ ├── D_cedilla.glif │ │ ├── E_.glif │ │ ├── E_cedilla.glif │ │ ├── E_hookabove.glif │ │ ├── E_ng.glif │ │ ├── E_zh.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── G_commaaccent.glif │ │ ├── G_ermandbls.glif │ │ ├── G_lottalstopsmall.glif │ │ ├── H_.glif │ │ ├── H_cedilla.glif │ │ ├── I_.glif │ │ ├── I_J_.glif │ │ ├── I_hookabove.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── K_commaaccent.glif │ │ ├── L_.glif │ │ ├── L_commaaccent.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── N_commaaccent.glif │ │ ├── O_.glif │ │ ├── O_E_.glif │ │ ├── O_hookabove.glif │ │ ├── O_horn.glif │ │ ├── O_hornhookabove.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── R_commaaccent.glif │ │ ├── S_.glif │ │ ├── S_cedilla.glif │ │ ├── T_.glif │ │ ├── T_cedilla.glif │ │ ├── T_horn.glif │ │ ├── U_.glif │ │ ├── U_hookabove.glif │ │ ├── U_horn.glif │ │ ├── U_hornhookabove.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Y_hookabove.glif │ │ ├── Z_.glif │ │ ├── a.glif │ │ ├── acute.glif │ │ ├── ae.glif │ │ ├── ahookabove.glif │ │ ├── ampersand.glif │ │ ├── aogonek.glif │ │ ├── apostrophemod.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── bracketleft.glif │ │ ├── breve.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── caron.glif │ │ ├── ccedilla.glif │ │ ├── cedillacomb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dcedilla.glif │ │ ├── dieresis.glif │ │ ├── divide.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── e.glif │ │ ├── ecedilla.glif │ │ ├── ehookabove.glif │ │ ├── eight.glif │ │ ├── eight.onum.glif │ │ ├── eight.small.glif │ │ ├── eng.glif │ │ ├── equal.glif │ │ ├── euro.glif │ │ ├── exclam.glif │ │ ├── ezh.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── five.onum.glif │ │ ├── five.small.glif │ │ ├── four.glif │ │ ├── four.onum.glif │ │ ├── four.small.glif │ │ ├── g.glif │ │ ├── gcommaaccent.glif │ │ ├── germandbls.glif │ │ ├── glottalstop.glif │ │ ├── glottalstopmod.glif │ │ ├── glottalstopsmall.glif │ │ ├── grave.glif │ │ ├── guillemetleft.glif │ │ ├── guilsinglleft.glif │ │ ├── h.glif │ │ ├── hcedilla.glif │ │ ├── hookabovecomb.glif │ │ ├── horncomb.glif │ │ ├── hungarumlaut.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── ibreve.glif │ │ ├── icaron.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── idotless.glif │ │ ├── igrave.glif │ │ ├── ij.glif │ │ ├── imacron.glif │ │ ├── itilde.glif │ │ ├── j.glif │ │ ├── jdotless.glif │ │ ├── k.glif │ │ ├── kcommaaccent.glif │ │ ├── kgreenlandic.glif │ │ ├── l.glif │ │ ├── lcommaaccent.glif │ │ ├── leftanglebracket.math.glif │ │ ├── less.glif │ │ ├── longs.glif │ │ ├── m.glif │ │ ├── macron.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── ncommaaccent.glif │ │ ├── nine.glif │ │ ├── nine.onum.glif │ │ ├── nine.small.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oe.glif │ │ ├── ogonekcomb.glif │ │ ├── ohookabove.glif │ │ ├── ohorn.glif │ │ ├── ohornhookabove.glif │ │ ├── one.glif │ │ ├── one.onum.glif │ │ ├── one.small.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── perthousand.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── primemod.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quoteleft.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── rcommaaccent.glif │ │ ├── ring.glif │ │ ├── s.glif │ │ ├── scedilla.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── seven.onum.glif │ │ ├── seven.small.glif │ │ ├── six.glif │ │ ├── six.small.glif │ │ ├── slash.glif │ │ ├── sterling.glif │ │ ├── t.glif │ │ ├── tcedilla.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── three.onum.glif │ │ ├── three.small.glif │ │ ├── tilde.glif │ │ ├── two.glif │ │ ├── two.onum.glif │ │ ├── two.small.glif │ │ ├── u.glif │ │ ├── uhookabove.glif │ │ ├── uhorn.glif │ │ ├── uhornhookabove.glif │ │ ├── underscore.glif │ │ ├── uniE_0A_0.glif │ │ ├── uogonek.glif │ │ ├── v.glif │ │ ├── verticallinemod.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── yen.glif │ │ ├── yhookabove.glif │ │ ├── z.glif │ │ ├── zero.glif │ │ ├── zero.onum.glif │ │ └── zero.small.glif │ ├── layercontents.plist │ ├── lib.plist │ └── metainfo.plist ├── AnnotationMono_Bold[slnt=-15].ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── A_E_.glif │ │ ├── A_hookabove.glif │ │ ├── A_ogonek.glif │ │ ├── B_.glif │ │ ├── C_.glif │ │ ├── C_cedilla.glif │ │ ├── D_.glif │ │ ├── D_cedilla.glif │ │ ├── E_.glif │ │ ├── E_cedilla.glif │ │ ├── E_hookabove.glif │ │ ├── E_ng.glif │ │ ├── E_ogonek.glif │ │ ├── E_zh.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── G_commaaccent.glif │ │ ├── G_ermandbls.glif │ │ ├── G_lottalstopsmall.glif │ │ ├── H_.glif │ │ ├── H_cedilla.glif │ │ ├── I_.glif │ │ ├── I_J_.glif │ │ ├── I_hookabove.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── K_commaaccent.glif │ │ ├── L_.glif │ │ ├── L_commaaccent.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── N_commaaccent.glif │ │ ├── O_.glif │ │ ├── O_E_.glif │ │ ├── O_hookabove.glif │ │ ├── O_horn.glif │ │ ├── O_hornhookabove.glif │ │ ├── O_ogonek.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── R_commaaccent.glif │ │ ├── S_.glif │ │ ├── S_cedilla.glif │ │ ├── T_.glif │ │ ├── T_cedilla.glif │ │ ├── T_horn.glif │ │ ├── U_.glif │ │ ├── U_hookabove.glif │ │ ├── U_horn.glif │ │ ├── U_hornhookabove.glif │ │ ├── U_ogonek.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Y_hookabove.glif │ │ ├── Z_.glif │ │ ├── a.glif │ │ ├── acute.glif │ │ ├── ae.glif │ │ ├── ahookabove.glif │ │ ├── ampersand.glif │ │ ├── aogonek.glif │ │ ├── apostrophemod.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── bracketleft.glif │ │ ├── breve.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── caron.glif │ │ ├── ccedilla.glif │ │ ├── cedillacomb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dcedilla.glif │ │ ├── dieresis.glif │ │ ├── divide.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── e.glif │ │ ├── ecedilla.glif │ │ ├── ehookabove.glif │ │ ├── eight.glif │ │ ├── eight.onum.glif │ │ ├── eight.small.glif │ │ ├── eng.glif │ │ ├── equal.glif │ │ ├── euro.glif │ │ ├── exclam.glif │ │ ├── ezh.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── five.onum.glif │ │ ├── five.small.glif │ │ ├── four.glif │ │ ├── four.onum.glif │ │ ├── four.small.glif │ │ ├── g.glif │ │ ├── gcommaaccent.glif │ │ ├── germandbls.glif │ │ ├── glottalstop.glif │ │ ├── glottalstopmod.glif │ │ ├── glottalstopsmall.glif │ │ ├── grave.glif │ │ ├── guillemetleft.glif │ │ ├── guilsinglleft.glif │ │ ├── h.glif │ │ ├── hcedilla.glif │ │ ├── hookabovecomb.glif │ │ ├── horncomb.glif │ │ ├── hungarumlaut.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── ibreve.glif │ │ ├── icaron.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── idotless.glif │ │ ├── igrave.glif │ │ ├── ij.glif │ │ ├── imacron.glif │ │ ├── itilde.glif │ │ ├── j.glif │ │ ├── jdotless.glif │ │ ├── k.glif │ │ ├── kcommaaccent.glif │ │ ├── kgreenlandic.glif │ │ ├── l.glif │ │ ├── lcommaaccent.glif │ │ ├── leftanglebracket.math.glif │ │ ├── less.glif │ │ ├── longs.glif │ │ ├── m.glif │ │ ├── macron.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── ncommaaccent.glif │ │ ├── nine.glif │ │ ├── nine.onum.glif │ │ ├── nine.small.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oe.glif │ │ ├── ogonekcomb.glif │ │ ├── ohookabove.glif │ │ ├── ohorn.glif │ │ ├── ohornhookabove.glif │ │ ├── one.glif │ │ ├── one.onum.glif │ │ ├── one.small.glif │ │ ├── oogonek.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── perthousand.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── primemod.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quoteleft.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── rcommaaccent.glif │ │ ├── ring.glif │ │ ├── s.glif │ │ ├── scedilla.glif │ │ ├── scratch.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── seven.onum.glif │ │ ├── seven.small.glif │ │ ├── six.glif │ │ ├── six.small.glif │ │ ├── slash.glif │ │ ├── sterling.glif │ │ ├── t.glif │ │ ├── tcedilla.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── three.onum.glif │ │ ├── three.small.glif │ │ ├── tilde.glif │ │ ├── two.glif │ │ ├── two.onum.glif │ │ ├── two.small.glif │ │ ├── u.glif │ │ ├── uhookabove.glif │ │ ├── uhorn.glif │ │ ├── uhornhookabove.glif │ │ ├── underscore.glif │ │ ├── uniE_0A_0.glif │ │ ├── uogonek.glif │ │ ├── v.glif │ │ ├── verticallinemod.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── yen.glif │ │ ├── yhookabove.glif │ │ ├── z.glif │ │ ├── zero.glif │ │ ├── zero.onum.glif │ │ └── zero.small.glif │ ├── layercontents.plist │ ├── lib.plist │ └── metainfo.plist ├── AnnotationMono_ExtraBlack.ufo │ ├── fontinfo.plist │ ├── glyphs.weight=1000,top=0 │ │ └── contents.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── A_E_.glif │ │ ├── A_E_acute.glif │ │ ├── A_E_macron.glif │ │ ├── A_acute.glif │ │ ├── A_breve.glif │ │ ├── A_breveacute.glif │ │ ├── A_brevedotbelow.glif │ │ ├── A_brevegrave.glif │ │ ├── A_brevehookabove.glif │ │ ├── A_brevetilde.glif │ │ ├── A_caron.glif │ │ ├── A_circumflex.glif │ │ ├── A_circumflexacute.glif │ │ ├── A_circumflexdotbelow.glif │ │ ├── A_circumflexgrave.glif │ │ ├── A_circumflexhookabove.glif │ │ ├── A_circumflextilde.glif │ │ ├── A_dieresis.glif │ │ ├── A_dieresismacron.glif │ │ ├── A_dotaccent.glif │ │ ├── A_dotmacron.glif │ │ ├── A_grave.glif │ │ ├── A_hookabove.glif │ │ ├── A_macron.glif │ │ ├── A_ogonek.glif │ │ ├── A_ring.glif │ │ ├── A_ringacute.glif │ │ ├── A_tilde.glif │ │ ├── B_.glif │ │ ├── B_dotaccent.glif │ │ ├── B_dotbelow.glif │ │ ├── B_macronbelow.glif │ │ ├── C_.glif │ │ ├── C_cedilla.glif │ │ ├── C_cedillaacute.glif │ │ ├── D_.glif │ │ ├── D_caron.glif │ │ ├── D_cedilla.glif │ │ ├── D_dotaccent.glif │ │ ├── E_.glif │ │ ├── E_cedilla.glif │ │ ├── E_cedillabreve.glif │ │ ├── E_macronacute.glif │ │ ├── E_macrongrave.glif │ │ ├── E_ng.glif │ │ ├── E_zh.glif │ │ ├── F_.glif │ │ ├── F_dotaccent.glif │ │ ├── G_.glif │ │ ├── G_commaaccent.glif │ │ ├── G_ermandbls.glif │ │ ├── G_lottalstopsmall.glif │ │ ├── H_.glif │ │ ├── H_cedilla.glif │ │ ├── I_.glif │ │ ├── I_J_.glif │ │ ├── I_dieresisacute.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── K_acute.glif │ │ ├── K_caron.glif │ │ ├── K_commaaccent.glif │ │ ├── K_dotbelow.glif │ │ ├── K_macronbelow.glif │ │ ├── L_.glif │ │ ├── L_acute.glif │ │ ├── L_bar.glif │ │ ├── L_caron.glif │ │ ├── L_commaaccent.glif │ │ ├── L_dot.glif │ │ ├── L_dotbelow.glif │ │ ├── L_dotbelowmacron.glif │ │ ├── L_macronbelow.glif │ │ ├── L_middletilde.glif │ │ ├── L_slash.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── N_commaaccent.glif │ │ ├── O_.glif │ │ ├── O_E_.glif │ │ ├── O_dieresismacron.glif │ │ ├── O_dotaccentmacron.glif │ │ ├── O_horn.glif │ │ ├── O_hornacute.glif │ │ ├── O_horndotbelow.glif │ │ ├── O_horngrave.glif │ │ ├── O_hornhookabove.glif │ │ ├── O_horntilde.glif │ │ ├── O_macronacute.glif │ │ ├── O_macrongrave.glif │ │ ├── P_.glif │ │ ├── P_acute.glif │ │ ├── P_dotaccent.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── R_commaaccent.glif │ │ ├── S_.glif │ │ ├── S_acute.glif │ │ ├── S_acutedotaccent.glif │ │ ├── S_caron.glif │ │ ├── S_carondotaccent.glif │ │ ├── S_cedilla.glif │ │ ├── S_chwa.glif │ │ ├── S_circumflex.glif │ │ ├── S_commaaccent.glif │ │ ├── S_dotaccent.glif │ │ ├── S_dotbelow.glif │ │ ├── S_dotbelowdotaccent.glif │ │ ├── T_.glif │ │ ├── T_cedilla.glif │ │ ├── T_horn.glif │ │ ├── U_.glif │ │ ├── U_dieresisacute.glif │ │ ├── U_dieresiscaron.glif │ │ ├── U_dieresisgrave.glif │ │ ├── U_dieresismacron.glif │ │ ├── U_horn.glif │ │ ├── U_hornacute.glif │ │ ├── U_horndotbelow.glif │ │ ├── U_horngrave.glif │ │ ├── U_hornhookabove.glif │ │ ├── U_horntilde.glif │ │ ├── U_macrondieresis.glif │ │ ├── V_.glif │ │ ├── V_tilde.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── a.glif │ │ ├── acute.glif │ │ ├── acutecomb.glif │ │ ├── adieresismacron.glif │ │ ├── adotmacron.glif │ │ ├── ae.glif │ │ ├── ampersand.glif │ │ ├── angstrom.glif │ │ ├── aogonek.glif │ │ ├── apostrophemod.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── bar.glif │ │ ├── bdotaccent.glif │ │ ├── braceleft.glif │ │ ├── bracketleft.glif │ │ ├── breve.glif │ │ ├── brevecomb.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── caron.glif │ │ ├── caroncomb.glif │ │ ├── ccedilla.glif │ │ ├── ccedillaacute.glif │ │ ├── cedillacomb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── circumflexcomb.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── commaabovecomb.glif │ │ ├── commaaboverightcomb.glif │ │ ├── commaaccentcomb.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── dcaron.glif │ │ ├── dcedilla.glif │ │ ├── ddotaccent.glif │ │ ├── ddotbelow.glif │ │ ├── degree.glif │ │ ├── dialytikaoxia.glif │ │ ├── dialytikatonoscomb.glif │ │ ├── dialytikavaria.glif │ │ ├── dieresis.glif │ │ ├── dieresiscomb.glif │ │ ├── dieresistonos.glif │ │ ├── divide.glif │ │ ├── dmacronbelow.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotaccentcomb.glif │ │ ├── dotbelowcomb.glif │ │ ├── double_line_drawing_character.glif │ │ ├── e.glif │ │ ├── ecedilla.glif │ │ ├── ecedillabreve.glif │ │ ├── eight.glif │ │ ├── eight.onum.glif │ │ ├── eight.small.glif │ │ ├── emacronacute.glif │ │ ├── emacrongrave.glif │ │ ├── eng.glif │ │ ├── equal.glif │ │ ├── equal_greater.glif │ │ ├── eth.glif │ │ ├── euro.glif │ │ ├── exclam.glif │ │ ├── ezh.glif │ │ ├── f.glif │ │ ├── fdotaccent.glif │ │ ├── five.glif │ │ ├── five.onum.glif │ │ ├── five.small.glif │ │ ├── four.glif │ │ ├── four.onum.glif │ │ ├── four.small.glif │ │ ├── g.glif │ │ ├── gcommaaccent.glif │ │ ├── germandbls.glif │ │ ├── glottalstop.glif │ │ ├── glottalstopmod.glif │ │ ├── glottalstopsmall.glif │ │ ├── grave.glif │ │ ├── gravecomb.glif │ │ ├── greater_equal_greater.glif │ │ ├── greater_hyphen_greater.glif │ │ ├── guillemetleft.glif │ │ ├── guilsinglleft.glif │ │ ├── h.glif │ │ ├── hcaron.glif │ │ ├── hcedilla.glif │ │ ├── hcircumflex.glif │ │ ├── hdieresis.glif │ │ ├── hdotaccent.glif │ │ ├── heavy_line_drawing_character.glif │ │ ├── hookabovecomb.glif │ │ ├── horncomb.glif │ │ ├── hungarumlaut.glif │ │ ├── hungarumlautcomb.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── ibreve.glif │ │ ├── icaron.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── idieresisacute.glif │ │ ├── idotless.glif │ │ ├── igrave.glif │ │ ├── ihookabove.glif │ │ ├── ij.glif │ │ ├── imacron.glif │ │ ├── itilde.glif │ │ ├── j.glif │ │ ├── jdotless.glif │ │ ├── k.glif │ │ ├── kacute.glif │ │ ├── kcaron.glif │ │ ├── kcommaaccent.glif │ │ ├── kdotbelow.glif │ │ ├── kgreenlandic.glif │ │ ├── kmacronbelow.glif │ │ ├── l.glif │ │ ├── lacute.glif │ │ ├── lcaron.glif │ │ ├── lcommaaccent.glif │ │ ├── ldot.glif │ │ ├── ldotbelow.glif │ │ ├── ldotbelowmacron.glif │ │ ├── leftanglebracket.math.glif │ │ ├── less.glif │ │ ├── less_equal.glif │ │ ├── less_equal_greater.glif │ │ ├── less_equal_less.glif │ │ ├── less_hyphen.glif │ │ ├── less_hyphen_greater.glif │ │ ├── less_hyphen_less.glif │ │ ├── line_drawing_character.glif │ │ ├── lmacronbelow.glif │ │ ├── longs.glif │ │ ├── longsdotaccent.glif │ │ ├── lowlinecomb.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── macron.glif │ │ ├── macronbelowcomb.glif │ │ ├── macroncomb.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── ncommaaccent.glif │ │ ├── nine.glif │ │ ├── nine.onum.glif │ │ ├── nine.small.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── odieresismacron.glif │ │ ├── odotaccentmacron.glif │ │ ├── oe.glif │ │ ├── ogonekcomb.glif │ │ ├── ohorn.glif │ │ ├── ohornacute.glif │ │ ├── ohorndotbelow.glif │ │ ├── ohorngrave.glif │ │ ├── ohornhookabove.glif │ │ ├── ohorntilde.glif │ │ ├── omacronacute.glif │ │ ├── omacrongrave.glif │ │ ├── one.glif │ │ ├── one.onum.glif │ │ ├── one.small.glif │ │ ├── ordfeminine.glif │ │ ├── ordmasculine.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── perthousand.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── primemod.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── racute.glif │ │ ├── rcaron.glif │ │ ├── rcommaaccent.glif │ │ ├── rdotaccent.glif │ │ ├── rdotbelow.glif │ │ ├── rdotbelowmacron.glif │ │ ├── registered.glif │ │ ├── rightanglebracket.math.glif │ │ ├── ring.glif │ │ ├── ringcomb.glif │ │ ├── s.glif │ │ ├── scedilla.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── seven.onum.glif │ │ ├── seven.small.glif │ │ ├── six.glif │ │ ├── six.small.glif │ │ ├── slash.glif │ │ ├── sterling.glif │ │ ├── strokeshortcomb.glif │ │ ├── t.glif │ │ ├── tcaron.glif │ │ ├── tcedilla.glif │ │ ├── tcommaaccent.glif │ │ ├── tdieresis.glif │ │ ├── tdotaccent.glif │ │ ├── tdotbelow.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── three.onum.glif │ │ ├── three.small.glif │ │ ├── tilde.glif │ │ ├── tildecomb.glif │ │ ├── tmacronbelow.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── two.onum.glif │ │ ├── two.small.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ubreve.glif │ │ ├── ucaron.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── udieresisacute.glif │ │ ├── udieresiscaron.glif │ │ ├── udieresisgrave.glif │ │ ├── udieresismacron.glif │ │ ├── udotbelow.glif │ │ ├── ugrave.glif │ │ ├── uhookabove.glif │ │ ├── uhorn.glif │ │ ├── uhornacute.glif │ │ ├── uhorndotbelow.glif │ │ ├── uhorngrave.glif │ │ ├── uhornhookabove.glif │ │ ├── uhorntilde.glif │ │ ├── uhungarumlaut.glif │ │ ├── umacron.glif │ │ ├── umacrondieresis.glif │ │ ├── underscore.glif │ │ ├── uniE_0A_0.glif │ │ ├── uniE_0B_1.glif │ │ ├── uniE_0B_5.glif │ │ ├── uniE_0B_9.glif │ │ ├── uogonek.glif │ │ ├── uring.glif │ │ ├── utilde.glif │ │ ├── utildeacute.glif │ │ ├── v.glif │ │ ├── verticallinemod.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── ydotbelow.glif │ │ ├── yen.glif │ │ ├── z.glif │ │ ├── zero.glif │ │ ├── zero.onum.glif │ │ └── zero.small.glif │ ├── layercontents.plist │ ├── lib.plist │ └── metainfo.plist ├── AnnotationMono_ExtraBlack[slnt=-15].ufo │ ├── fontinfo.plist │ ├── glyphs.weight=1000,top=0 │ │ └── contents.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── A_E_.glif │ │ ├── A_E_acute.glif │ │ ├── A_E_macron.glif │ │ ├── A_acute.glif │ │ ├── A_breve.glif │ │ ├── A_breveacute.glif │ │ ├── A_brevedotbelow.glif │ │ ├── A_brevegrave.glif │ │ ├── A_brevehookabove.glif │ │ ├── A_brevetilde.glif │ │ ├── A_caron.glif │ │ ├── A_circumflex.glif │ │ ├── A_circumflexacute.glif │ │ ├── A_circumflexdotbelow.glif │ │ ├── A_circumflexgrave.glif │ │ ├── A_circumflexhookabove.glif │ │ ├── A_circumflextilde.glif │ │ ├── A_dieresis.glif │ │ ├── A_dieresismacron.glif │ │ ├── A_dotaccent.glif │ │ ├── A_dotmacron.glif │ │ ├── A_grave.glif │ │ ├── A_hookabove.glif │ │ ├── A_macron.glif │ │ ├── A_ogonek.glif │ │ ├── A_ring.glif │ │ ├── A_ringacute.glif │ │ ├── A_tilde.glif │ │ ├── B_.glif │ │ ├── B_dotaccent.glif │ │ ├── B_dotbelow.glif │ │ ├── B_macronbelow.glif │ │ ├── C_.glif │ │ ├── C_cedilla.glif │ │ ├── C_cedillaacute.glif │ │ ├── D_.glif │ │ ├── D_caron.glif │ │ ├── D_cedilla.glif │ │ ├── D_dotaccent.glif │ │ ├── E_.glif │ │ ├── E_cedilla.glif │ │ ├── E_cedillabreve.glif │ │ ├── E_circumflexhookabove.glif │ │ ├── E_circumflextilde.glif │ │ ├── E_hookabove.glif │ │ ├── E_macronacute.glif │ │ ├── E_macrongrave.glif │ │ ├── E_ng.glif │ │ ├── E_ogonek.glif │ │ ├── E_zh.glif │ │ ├── F_.glif │ │ ├── F_dotaccent.glif │ │ ├── G_.glif │ │ ├── G_commaaccent.glif │ │ ├── G_ermandbls.glif │ │ ├── G_lottalstopsmall.glif │ │ ├── H_.glif │ │ ├── H_cedilla.glif │ │ ├── I_.glif │ │ ├── I_J_.glif │ │ ├── I_dieresisacute.glif │ │ ├── I_hookabove.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── K_acute.glif │ │ ├── K_caron.glif │ │ ├── K_commaaccent.glif │ │ ├── K_dotbelow.glif │ │ ├── K_macronbelow.glif │ │ ├── L_.glif │ │ ├── L_acute.glif │ │ ├── L_bar.glif │ │ ├── L_caron.glif │ │ ├── L_commaaccent.glif │ │ ├── L_dot.glif │ │ ├── L_dotbelow.glif │ │ ├── L_dotbelowmacron.glif │ │ ├── L_macronbelow.glif │ │ ├── L_middletilde.glif │ │ ├── L_slash.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── N_commaaccent.glif │ │ ├── O_.glif │ │ ├── O_E_.glif │ │ ├── O_circumflexhookabove.glif │ │ ├── O_circumflextilde.glif │ │ ├── O_dieresismacron.glif │ │ ├── O_dotaccentmacron.glif │ │ ├── O_hookabove.glif │ │ ├── O_horn.glif │ │ ├── O_hornacute.glif │ │ ├── O_horndotbelow.glif │ │ ├── O_horngrave.glif │ │ ├── O_hornhookabove.glif │ │ ├── O_horntilde.glif │ │ ├── O_macronacute.glif │ │ ├── O_macrongrave.glif │ │ ├── O_ogonek.glif │ │ ├── O_ogonekmacron.glif │ │ ├── O_tildeacute.glif │ │ ├── O_tildedieresis.glif │ │ ├── O_tildemacron.glif │ │ ├── P_.glif │ │ ├── P_acute.glif │ │ ├── P_dotaccent.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── R_commaaccent.glif │ │ ├── S_.glif │ │ ├── S_acute.glif │ │ ├── S_acutedotaccent.glif │ │ ├── S_caron.glif │ │ ├── S_carondotaccent.glif │ │ ├── S_cedilla.glif │ │ ├── S_chwa.glif │ │ ├── S_circumflex.glif │ │ ├── S_commaaccent.glif │ │ ├── S_dotaccent.glif │ │ ├── S_dotbelow.glif │ │ ├── S_dotbelowdotaccent.glif │ │ ├── T_.glif │ │ ├── T_cedilla.glif │ │ ├── T_horn.glif │ │ ├── U_.glif │ │ ├── U_dieresisacute.glif │ │ ├── U_dieresiscaron.glif │ │ ├── U_dieresisgrave.glif │ │ ├── U_dieresismacron.glif │ │ ├── U_hookabove.glif │ │ ├── U_horn.glif │ │ ├── U_hornacute.glif │ │ ├── U_horndotbelow.glif │ │ ├── U_horngrave.glif │ │ ├── U_hornhookabove.glif │ │ ├── U_horntilde.glif │ │ ├── U_macrondieresis.glif │ │ ├── U_ogonek.glif │ │ ├── U_tildeacute.glif │ │ ├── V_.glif │ │ ├── V_tilde.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Y_hookabove.glif │ │ ├── Z_.glif │ │ ├── a.glif │ │ ├── aacute.glif │ │ ├── abreve.glif │ │ ├── abreveacute.glif │ │ ├── abrevedotbelow.glif │ │ ├── abrevegrave.glif │ │ ├── abrevehookabove.glif │ │ ├── abrevetilde.glif │ │ ├── acaron.glif │ │ ├── acircumflex.glif │ │ ├── acircumflexdotbelow.glif │ │ ├── acircumflexhookabove.glif │ │ ├── acircumflextilde.glif │ │ ├── acute.glif │ │ ├── acutecomb.glif │ │ ├── adieresis.glif │ │ ├── adieresismacron.glif │ │ ├── adotaccent.glif │ │ ├── adotmacron.glif │ │ ├── ae.glif │ │ ├── aeacute.glif │ │ ├── aemacron.glif │ │ ├── agrave.glif │ │ ├── ahookabove.glif │ │ ├── amacron.glif │ │ ├── ampersand.glif │ │ ├── angstrom.glif │ │ ├── aogonek.glif │ │ ├── apostrophemod.glif │ │ ├── aring.glif │ │ ├── aringacute.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── atilde.glif │ │ ├── b.glif │ │ ├── bar.glif │ │ ├── bdotaccent.glif │ │ ├── braceleft.glif │ │ ├── bracketleft.glif │ │ ├── breve.glif │ │ ├── brevecomb.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── cacute.glif │ │ ├── caron.glif │ │ ├── caroncomb.glif │ │ ├── ccaron.glif │ │ ├── ccedilla.glif │ │ ├── ccedillaacute.glif │ │ ├── ccircumflex.glif │ │ ├── cdotaccent.glif │ │ ├── cedillacomb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── circumflexcomb.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── commaabovecomb.glif │ │ ├── commaaboverightcomb.glif │ │ ├── commaaccentcomb.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── dcaron.glif │ │ ├── dcedilla.glif │ │ ├── ddotaccent.glif │ │ ├── ddotbelow.glif │ │ ├── degree.glif │ │ ├── dialytikaoxia.glif │ │ ├── dialytikatonoscomb.glif │ │ ├── dialytikavaria.glif │ │ ├── dieresis.glif │ │ ├── dieresiscomb.glif │ │ ├── dieresistonos.glif │ │ ├── divide.glif │ │ ├── dmacronbelow.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotaccentcomb.glif │ │ ├── dotbelowcomb.glif │ │ ├── e.glif │ │ ├── eacute.glif │ │ ├── ebreve.glif │ │ ├── ecaron.glif │ │ ├── ecedilla.glif │ │ ├── ecedillabreve.glif │ │ ├── ecircumflex.glif │ │ ├── ecircumflexdotbelow.glif │ │ ├── ecircumflexhookabove.glif │ │ ├── ecircumflextilde.glif │ │ ├── edieresis.glif │ │ ├── edotaccent.glif │ │ ├── egrave.glif │ │ ├── ehookabove.glif │ │ ├── eight.glif │ │ ├── eight.onum.glif │ │ ├── eight.small.glif │ │ ├── emacron.glif │ │ ├── emacronacute.glif │ │ ├── emacrongrave.glif │ │ ├── eng.glif │ │ ├── equal.glif │ │ ├── equal_greater.glif │ │ ├── eth.glif │ │ ├── etilde.glif │ │ ├── euro.glif │ │ ├── exclam.glif │ │ ├── ezh.glif │ │ ├── ezhcaron.glif │ │ ├── f.glif │ │ ├── fdotaccent.glif │ │ ├── five.glif │ │ ├── five.onum.glif │ │ ├── five.small.glif │ │ ├── four.glif │ │ ├── four.onum.glif │ │ ├── four.small.glif │ │ ├── g.glif │ │ ├── gacute.glif │ │ ├── gbreve.glif │ │ ├── gcaron.glif │ │ ├── gcircumflex.glif │ │ ├── gcommaaccent.glif │ │ ├── gdotaccent.glif │ │ ├── germandbls.glif │ │ ├── glottalstop.glif │ │ ├── glottalstopmod.glif │ │ ├── glottalstopsmall.glif │ │ ├── gmacron.glif │ │ ├── grave.glif │ │ ├── gravecomb.glif │ │ ├── greater_equal_greater.glif │ │ ├── greater_hyphen_greater.glif │ │ ├── guillemetleft.glif │ │ ├── guilsinglleft.glif │ │ ├── h.glif │ │ ├── hcaron.glif │ │ ├── hcedilla.glif │ │ ├── hcircumflex.glif │ │ ├── hdieresis.glif │ │ ├── hdotaccent.glif │ │ ├── hookabovecomb.glif │ │ ├── horncomb.glif │ │ ├── hungarumlaut.glif │ │ ├── hungarumlautcomb.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── ibreve.glif │ │ ├── icaron.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── idieresisacute.glif │ │ ├── idotless.glif │ │ ├── igrave.glif │ │ ├── ihookabove.glif │ │ ├── ij.glif │ │ ├── imacron.glif │ │ ├── itilde.glif │ │ ├── j.glif │ │ ├── jdotless.glif │ │ ├── k.glif │ │ ├── kacute.glif │ │ ├── kcaron.glif │ │ ├── kcommaaccent.glif │ │ ├── kdotbelow.glif │ │ ├── kgreenlandic.glif │ │ ├── kmacronbelow.glif │ │ ├── l.glif │ │ ├── lacute.glif │ │ ├── lcaron.glif │ │ ├── lcommaaccent.glif │ │ ├── ldot.glif │ │ ├── ldotbelow.glif │ │ ├── ldotbelowmacron.glif │ │ ├── leftanglebracket.math.glif │ │ ├── less.glif │ │ ├── less_equal.glif │ │ ├── less_equal_greater.glif │ │ ├── less_equal_less.glif │ │ ├── less_hyphen.glif │ │ ├── less_hyphen_greater.glif │ │ ├── less_hyphen_less.glif │ │ ├── lmacronbelow.glif │ │ ├── longs.glif │ │ ├── longsdotaccent.glif │ │ ├── lowlinecomb.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── macron.glif │ │ ├── macronbelowcomb.glif │ │ ├── macroncomb.glif │ │ ├── macute.glif │ │ ├── mdotaccent.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── nacute.glif │ │ ├── ncaron.glif │ │ ├── ncommaaccent.glif │ │ ├── ndotaccent.glif │ │ ├── ngrave.glif │ │ ├── nine.glif │ │ ├── nine.onum.glif │ │ ├── nine.small.glif │ │ ├── ntilde.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oacute.glif │ │ ├── obreve.glif │ │ ├── ocaron.glif │ │ ├── ocircumflex.glif │ │ ├── ocircumflexdotbelow.glif │ │ ├── ocircumflexhookabove.glif │ │ ├── ocircumflextilde.glif │ │ ├── odieresis.glif │ │ ├── odieresismacron.glif │ │ ├── odotaccent.glif │ │ ├── odotaccentmacron.glif │ │ ├── oe.glif │ │ ├── ogonekcomb.glif │ │ ├── ograve.glif │ │ ├── ohookabove.glif │ │ ├── ohorn.glif │ │ ├── ohornacute.glif │ │ ├── ohorndotbelow.glif │ │ ├── ohorngrave.glif │ │ ├── ohornhookabove.glif │ │ ├── ohorntilde.glif │ │ ├── ohungarumlaut.glif │ │ ├── omacron.glif │ │ ├── omacronacute.glif │ │ ├── omacrongrave.glif │ │ ├── one.glif │ │ ├── one.onum.glif │ │ ├── one.small.glif │ │ ├── oogonek.glif │ │ ├── oogonekmacron.glif │ │ ├── ordfeminine.glif │ │ ├── ordmasculine.glif │ │ ├── otilde.glif │ │ ├── otildeacute.glif │ │ ├── otildedieresis.glif │ │ ├── otildemacron.glif │ │ ├── p.glif │ │ ├── pacute.glif │ │ ├── parenleft.glif │ │ ├── pdotaccent.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── perthousand.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── primemod.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── racute.glif │ │ ├── rcaron.glif │ │ ├── rcommaaccent.glif │ │ ├── rdotaccent.glif │ │ ├── rdotbelow.glif │ │ ├── rdotbelowmacron.glif │ │ ├── registered.glif │ │ ├── rightanglebracket.math.glif │ │ ├── ring.glif │ │ ├── ringcomb.glif │ │ ├── s.glif │ │ ├── sacute.glif │ │ ├── sacutedotaccent.glif │ │ ├── scaron.glif │ │ ├── scarondotaccent.glif │ │ ├── scedilla.glif │ │ ├── scircumflex.glif │ │ ├── scratch.glif │ │ ├── sdotaccent.glif │ │ ├── sdotbelowdotaccent.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── seven.onum.glif │ │ ├── seven.small.glif │ │ ├── six.glif │ │ ├── six.small.glif │ │ ├── slash.glif │ │ ├── sterling.glif │ │ ├── strokeshortcomb.glif │ │ ├── t.glif │ │ ├── tcaron.glif │ │ ├── tcedilla.glif │ │ ├── tcommaaccent.glif │ │ ├── tdieresis.glif │ │ ├── tdotaccent.glif │ │ ├── tdotbelow.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── three.onum.glif │ │ ├── three.small.glif │ │ ├── tilde.glif │ │ ├── tildecomb.glif │ │ ├── tmacronbelow.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── two.onum.glif │ │ ├── two.small.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ubreve.glif │ │ ├── ucaron.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── udieresisacute.glif │ │ ├── udieresiscaron.glif │ │ ├── udieresisgrave.glif │ │ ├── udieresismacron.glif │ │ ├── udotbelow.glif │ │ ├── ugrave.glif │ │ ├── uhookabove.glif │ │ ├── uhorn.glif │ │ ├── uhornacute.glif │ │ ├── uhorndotbelow.glif │ │ ├── uhorngrave.glif │ │ ├── uhornhookabove.glif │ │ ├── uhorntilde.glif │ │ ├── uhungarumlaut.glif │ │ ├── umacron.glif │ │ ├── umacrondieresis.glif │ │ ├── underscore.glif │ │ ├── uniE_0A_0.glif │ │ ├── uogonek.glif │ │ ├── uring.glif │ │ ├── utilde.glif │ │ ├── utildeacute.glif │ │ ├── v.glif │ │ ├── verticallinemod.glif │ │ ├── vtilde.glif │ │ ├── w.glif │ │ ├── wacute.glif │ │ ├── wcircumflex.glif │ │ ├── wdieresis.glif │ │ ├── wdotaccent.glif │ │ ├── wgrave.glif │ │ ├── wring.glif │ │ ├── x.glif │ │ ├── xdieresis.glif │ │ ├── xdotaccent.glif │ │ ├── y.glif │ │ ├── yacute.glif │ │ ├── ycircumflex.glif │ │ ├── ydieresis.glif │ │ ├── ydotaccent.glif │ │ ├── ydotbelow.glif │ │ ├── yen.glif │ │ ├── ygrave.glif │ │ ├── yhookabove.glif │ │ ├── ymacron.glif │ │ ├── yring.glif │ │ ├── ytilde.glif │ │ ├── z.glif │ │ ├── zacute.glif │ │ ├── zcaron.glif │ │ ├── zcircumflex.glif │ │ ├── zdotaccent.glif │ │ ├── zero.glif │ │ ├── zero.onum.glif │ │ └── zero.small.glif │ ├── layercontents.plist │ ├── lib.plist │ └── metainfo.plist ├── AnnotationMono_Regular.ufo │ ├── fontinfo.plist │ ├── glyphs.bottom=0 │ │ ├── contents.plist │ │ ├── double_line_drawing_character.glif │ │ ├── heavy_line_drawing_character.glif │ │ └── line_drawing_character.glif │ ├── glyphs.left=0 │ │ ├── contents.plist │ │ ├── double_line_drawing_character.glif │ │ ├── heavy_line_drawing_character.glif │ │ └── line_drawing_character.glif │ ├── glyphs.right=0 │ │ ├── contents.plist │ │ ├── double_line_drawing_character.glif │ │ ├── heavy_line_drawing_character.glif │ │ └── line_drawing_character.glif │ ├── glyphs.top=0,left=0 │ │ ├── contents.plist │ │ └── double_line_drawing_character.glif │ ├── glyphs.top=0 │ │ ├── contents.plist │ │ ├── double_line_drawing_character.glif │ │ ├── heavy_line_drawing_character.glif │ │ └── line_drawing_character.glif │ ├── glyphs.width=200 │ │ ├── contents.plist │ │ └── hyphen.glif │ ├── glyphs.width=500 │ │ ├── contents.plist │ │ └── hyphen.glif │ ├── glyphs │ │ ├── A_.glif │ │ ├── A_E_.glif │ │ ├── A_E_acute.glif │ │ ├── A_E_macron.glif │ │ ├── A_acute.glif │ │ ├── A_breve.glif │ │ ├── A_breveacute.glif │ │ ├── A_brevedotbelow.glif │ │ ├── A_brevegrave.glif │ │ ├── A_brevehookabove.glif │ │ ├── A_brevetilde.glif │ │ ├── A_caron.glif │ │ ├── A_circumflex.glif │ │ ├── A_circumflexacute.glif │ │ ├── A_circumflexdotbelow.glif │ │ ├── A_circumflexgrave.glif │ │ ├── A_circumflexhookabove.glif │ │ ├── A_circumflextilde.glif │ │ ├── A_dieresis.glif │ │ ├── A_dieresismacron.glif │ │ ├── A_dotaccent.glif │ │ ├── A_dotbelow.glif │ │ ├── A_dotmacron.glif │ │ ├── A_grave.glif │ │ ├── A_hookabove.glif │ │ ├── A_macron.glif │ │ ├── A_ogonek.glif │ │ ├── A_ring.glif │ │ ├── A_ringacute.glif │ │ ├── A_stroke.glif │ │ ├── A_tilde.glif │ │ ├── B_.glif │ │ ├── B_dotaccent.glif │ │ ├── B_dotbelow.glif │ │ ├── B_macronbelow.glif │ │ ├── C_.glif │ │ ├── C_acute.glif │ │ ├── C_caron.glif │ │ ├── C_cedilla.glif │ │ ├── C_cedillaacute.glif │ │ ├── C_circumflex.glif │ │ ├── C_dotaccent.glif │ │ ├── C_stroke.glif │ │ ├── D_.glif │ │ ├── D_caron.glif │ │ ├── D_cedilla.glif │ │ ├── D_croat.glif │ │ ├── D_dotaccent.glif │ │ ├── D_dotbelow.glif │ │ ├── D_macronbelow.glif │ │ ├── E_.glif │ │ ├── E_acute.glif │ │ ├── E_breve.glif │ │ ├── E_caron.glif │ │ ├── E_cedilla.glif │ │ ├── E_cedillabreve.glif │ │ ├── E_circumflex.glif │ │ ├── E_circumflexacute.glif │ │ ├── E_circumflexdotbelow.glif │ │ ├── E_circumflexgrave.glif │ │ ├── E_circumflexhookabove.glif │ │ ├── E_circumflextilde.glif │ │ ├── E_dieresis.glif │ │ ├── E_dotaccent.glif │ │ ├── E_dotbelow.glif │ │ ├── E_grave.glif │ │ ├── E_hookabove.glif │ │ ├── E_macron.glif │ │ ├── E_macronacute.glif │ │ ├── E_macrongrave.glif │ │ ├── E_ng.glif │ │ ├── E_ogonek.glif │ │ ├── E_th.glif │ │ ├── E_tilde.glif │ │ ├── E_zh.glif │ │ ├── E_zhcaron.glif │ │ ├── F_.glif │ │ ├── F_dotaccent.glif │ │ ├── G_.glif │ │ ├── G_acute.glif │ │ ├── G_breve.glif │ │ ├── G_caron.glif │ │ ├── G_circumflex.glif │ │ ├── G_commaaccent.glif │ │ ├── G_dotaccent.glif │ │ ├── G_ermandbls.glif │ │ ├── G_lottalstopsmall.glif │ │ ├── G_macron.glif │ │ ├── G_stroke.glif │ │ ├── H_.glif │ │ ├── H_bar.glif │ │ ├── H_caron.glif │ │ ├── H_cedilla.glif │ │ ├── H_circumflex.glif │ │ ├── H_dieresis.glif │ │ ├── H_dotaccent.glif │ │ ├── H_dotbelow.glif │ │ ├── I_.glif │ │ ├── I_J_.glif │ │ ├── I_acute.glif │ │ ├── I_breve.glif │ │ ├── I_caron.glif │ │ ├── I_circumflex.glif │ │ ├── I_dieresis.glif │ │ ├── I_dieresisacute.glif │ │ ├── I_dotaccent.glif │ │ ├── I_dotbelow.glif │ │ ├── I_grave.glif │ │ ├── I_hookabove.glif │ │ ├── I_macron.glif │ │ ├── I_ogonek.glif │ │ ├── I_stroke.glif │ │ ├── I_tilde.glif │ │ ├── J_.glif │ │ ├── J_circumflex.glif │ │ ├── K_.glif │ │ ├── K_acute.glif │ │ ├── K_caron.glif │ │ ├── K_commaaccent.glif │ │ ├── K_dotbelow.glif │ │ ├── K_macronbelow.glif │ │ ├── L_.glif │ │ ├── L_acute.glif │ │ ├── L_bar.glif │ │ ├── L_caron.glif │ │ ├── L_commaaccent.glif │ │ ├── L_dot.glif │ │ ├── L_dotbelow.glif │ │ ├── L_dotbelowmacron.glif │ │ ├── L_macronbelow.glif │ │ ├── L_middletilde.glif │ │ ├── L_slash.glif │ │ ├── M_.glif │ │ ├── M_acute.glif │ │ ├── M_dotaccent.glif │ │ ├── M_dotbelow.glif │ │ ├── N_.glif │ │ ├── N_acute.glif │ │ ├── N_caron.glif │ │ ├── N_commaaccent.glif │ │ ├── N_dotaccent.glif │ │ ├── N_dotbelow.glif │ │ ├── N_grave.glif │ │ ├── N_macronbelow.glif │ │ ├── N_tilde.glif │ │ ├── O_.glif │ │ ├── O_E_.glif │ │ ├── O_acute.glif │ │ ├── O_breve.glif │ │ ├── O_caron.glif │ │ ├── O_circumflex.glif │ │ ├── O_circumflexacute.glif │ │ ├── O_circumflexdotbelow.glif │ │ ├── O_circumflexgrave.glif │ │ ├── O_circumflexhookabove.glif │ │ ├── O_circumflextilde.glif │ │ ├── O_dieresis.glif │ │ ├── O_dieresismacron.glif │ │ ├── O_dotaccent.glif │ │ ├── O_dotaccentmacron.glif │ │ ├── O_dotbelow.glif │ │ ├── O_grave.glif │ │ ├── O_hookabove.glif │ │ ├── O_horn.glif │ │ ├── O_hornacute.glif │ │ ├── O_horndotbelow.glif │ │ ├── O_horngrave.glif │ │ ├── O_hornhookabove.glif │ │ ├── O_horntilde.glif │ │ ├── O_hungarumlaut.glif │ │ ├── O_macron.glif │ │ ├── O_macronacute.glif │ │ ├── O_macrongrave.glif │ │ ├── O_ogonek.glif │ │ ├── O_ogonekmacron.glif │ │ ├── O_open.glif │ │ ├── O_slash.glif │ │ ├── O_slashacute.glif │ │ ├── O_tilde.glif │ │ ├── O_tildeacute.glif │ │ ├── O_tildedieresis.glif │ │ ├── O_tildemacron.glif │ │ ├── P_.glif │ │ ├── P_acute.glif │ │ ├── P_dotaccent.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── R_acute.glif │ │ ├── R_caron.glif │ │ ├── R_commaaccent.glif │ │ ├── R_dotaccent.glif │ │ ├── R_dotbelow.glif │ │ ├── R_dotbelowmacron.glif │ │ ├── R_macronbelow.glif │ │ ├── S_.glif │ │ ├── S_acute.glif │ │ ├── S_acutedotaccent.glif │ │ ├── S_caron.glif │ │ ├── S_carondotaccent.glif │ │ ├── S_cedilla.glif │ │ ├── S_chwa.glif │ │ ├── S_circumflex.glif │ │ ├── S_commaaccent.glif │ │ ├── S_dotaccent.glif │ │ ├── S_dotbelow.glif │ │ ├── S_dotbelowdotaccent.glif │ │ ├── T_.glif │ │ ├── T_bar.glif │ │ ├── T_caron.glif │ │ ├── T_cedilla.glif │ │ ├── T_commaaccent.glif │ │ ├── T_diagonalstroke.glif │ │ ├── T_dotaccent.glif │ │ ├── T_dotbelow.glif │ │ ├── T_horn.glif │ │ ├── T_macronbelow.glif │ │ ├── U_.glif │ │ ├── U_acute.glif │ │ ├── U_breve.glif │ │ ├── U_caron.glif │ │ ├── U_circumflex.glif │ │ ├── U_dieresis.glif │ │ ├── U_dieresisacute.glif │ │ ├── U_dieresiscaron.glif │ │ ├── U_dieresisgrave.glif │ │ ├── U_dieresismacron.glif │ │ ├── U_dotbelow.glif │ │ ├── U_grave.glif │ │ ├── U_hookabove.glif │ │ ├── U_horn.glif │ │ ├── U_hornacute.glif │ │ ├── U_horndotbelow.glif │ │ ├── U_horngrave.glif │ │ ├── U_hornhookabove.glif │ │ ├── U_horntilde.glif │ │ ├── U_hungarumlaut.glif │ │ ├── U_macron.glif │ │ ├── U_macrondieresis.glif │ │ ├── U_ogonek.glif │ │ ├── U_ring.glif │ │ ├── U_tilde.glif │ │ ├── U_tildeacute.glif │ │ ├── V_.glif │ │ ├── V_dotbelow.glif │ │ ├── V_tilde.glif │ │ ├── W_.glif │ │ ├── W_acute.glif │ │ ├── W_circumflex.glif │ │ ├── W_dieresis.glif │ │ ├── W_dotaccent.glif │ │ ├── W_dotbelow.glif │ │ ├── W_grave.glif │ │ ├── X_.glif │ │ ├── X_dieresis.glif │ │ ├── X_dotaccent.glif │ │ ├── Y_.glif │ │ ├── Y_acute.glif │ │ ├── Y_circumflex.glif │ │ ├── Y_dieresis.glif │ │ ├── Y_dotaccent.glif │ │ ├── Y_dotbelow.glif │ │ ├── Y_grave.glif │ │ ├── Y_hookabove.glif │ │ ├── Y_macron.glif │ │ ├── Y_tilde.glif │ │ ├── Z_.glif │ │ ├── Z_acute.glif │ │ ├── Z_caron.glif │ │ ├── Z_circumflex.glif │ │ ├── Z_dotaccent.glif │ │ ├── Z_dotbelow.glif │ │ ├── Z_macronbelow.glif │ │ ├── _notdef.glif │ │ ├── a.glif │ │ ├── aacute.glif │ │ ├── abreve.glif │ │ ├── abreveacute.glif │ │ ├── abrevedotbelow.glif │ │ ├── abrevegrave.glif │ │ ├── abrevehookabove.glif │ │ ├── abrevetilde.glif │ │ ├── acaron.glif │ │ ├── acircumflex.glif │ │ ├── acircumflexacute.glif │ │ ├── acircumflexdotbelow.glif │ │ ├── acircumflexgrave.glif │ │ ├── acircumflexhookabove.glif │ │ ├── acircumflextilde.glif │ │ ├── acute.glif │ │ ├── acutecomb.glif │ │ ├── adieresis.glif │ │ ├── adieresismacron.glif │ │ ├── adotaccent.glif │ │ ├── adotbelow.glif │ │ ├── adotmacron.glif │ │ ├── ae.glif │ │ ├── aeacute.glif │ │ ├── aemacron.glif │ │ ├── agrave.glif │ │ ├── ahookabove.glif │ │ ├── amacron.glif │ │ ├── ampersand.glif │ │ ├── angstrom.glif │ │ ├── aogonek.glif │ │ ├── apostrophemod.glif │ │ ├── aring.glif │ │ ├── aringacute.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── astroke.glif │ │ ├── at.glif │ │ ├── atilde.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── bdotaccent.glif │ │ ├── bdotbelow.glif │ │ ├── bmacronbelow.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── breve.glif │ │ ├── brevecomb.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── cacute.glif │ │ ├── caron.glif │ │ ├── caroncomb.glif │ │ ├── ccaron.glif │ │ ├── ccedilla.glif │ │ ├── ccedillaacute.glif │ │ ├── ccircumflex.glif │ │ ├── cdotaccent.glif │ │ ├── cedilla.glif │ │ ├── cedillacomb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── circumflexacute.glif │ │ ├── circumflexcomb.glif │ │ ├── circumflexgrave.glif │ │ ├── clickalveolar.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── commaabovecomb.glif │ │ ├── commaaboverightcomb.glif │ │ ├── commaaccentcomb.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── cstroke.glif │ │ ├── d.glif │ │ ├── dcaron.glif │ │ ├── dcedilla.glif │ │ ├── dcroat.glif │ │ ├── ddotaccent.glif │ │ ├── ddotbelow.glif │ │ ├── degree.glif │ │ ├── dialytikaoxia.glif │ │ ├── dialytikatonoscomb.glif │ │ ├── dialytikavaria.glif │ │ ├── dieresis.glif │ │ ├── dieresiscomb.glif │ │ ├── dieresistonos.glif │ │ ├── divide.glif │ │ ├── dmacronbelow.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotaccentcomb.glif │ │ ├── dotbelowcomb.glif │ │ ├── double_line_drawing_character.glif │ │ ├── e.glif │ │ ├── eacute.glif │ │ ├── ebreve.glif │ │ ├── ecaron.glif │ │ ├── ecedilla.glif │ │ ├── ecedillabreve.glif │ │ ├── ecircumflex.glif │ │ ├── ecircumflexacute.glif │ │ ├── ecircumflexdotbelow.glif │ │ ├── ecircumflexgrave.glif │ │ ├── ecircumflexhookabove.glif │ │ ├── ecircumflextilde.glif │ │ ├── edieresis.glif │ │ ├── edotaccent.glif │ │ ├── edotbelow.glif │ │ ├── egrave.glif │ │ ├── ehookabove.glif │ │ ├── eight.glif │ │ ├── eight.onum.glif │ │ ├── eight.small.glif │ │ ├── eightinferior.glif │ │ ├── eightsuperior.glif │ │ ├── ellipsis.glif │ │ ├── emacron.glif │ │ ├── emacronacute.glif │ │ ├── emacrongrave.glif │ │ ├── emdash.glif │ │ ├── endash.glif │ │ ├── eng.glif │ │ ├── eogonek.glif │ │ ├── equal.glif │ │ ├── equal_greater.glif │ │ ├── eth.glif │ │ ├── etilde.glif │ │ ├── euro.glif │ │ ├── exclam.glif │ │ ├── exclamdown.glif │ │ ├── ezh.glif │ │ ├── ezhcaron.glif │ │ ├── f.glif │ │ ├── fdotaccent.glif │ │ ├── five.glif │ │ ├── five.onum.glif │ │ ├── five.small.glif │ │ ├── fiveinferior.glif │ │ ├── fivesuperior.glif │ │ ├── four.glif │ │ ├── four.onum.glif │ │ ├── four.small.glif │ │ ├── fourinferior.glif │ │ ├── foursuperior.glif │ │ ├── fraction.glif │ │ ├── g.glif │ │ ├── gacute.glif │ │ ├── gbreve.glif │ │ ├── gcaron.glif │ │ ├── gcircumflex.glif │ │ ├── gcommaaccent.glif │ │ ├── gdotaccent.glif │ │ ├── germandbls.glif │ │ ├── glottalstop.glif │ │ ├── glottalstopmod.glif │ │ ├── glottalstopreversed.glif │ │ ├── glottalstopsmall.glif │ │ ├── gmacron.glif │ │ ├── grave.glif │ │ ├── gravecomb.glif │ │ ├── greater.glif │ │ ├── greater_equal.glif │ │ ├── greater_equal_greater.glif │ │ ├── greater_hyphen_greater.glif │ │ ├── gstroke.glif │ │ ├── guillemetleft.glif │ │ ├── guillemetright.glif │ │ ├── guilsinglleft.glif │ │ ├── guilsinglright.glif │ │ ├── h.glif │ │ ├── hbar.glif │ │ ├── hcaron.glif │ │ ├── hcedilla.glif │ │ ├── hcircumflex.glif │ │ ├── hdieresis.glif │ │ ├── hdotaccent.glif │ │ ├── hdotbelow.glif │ │ ├── heavy_line_drawing_character.glif │ │ ├── hmacronbelow.glif │ │ ├── hookabovecomb.glif │ │ ├── horncomb.glif │ │ ├── hungarumlaut.glif │ │ ├── hungarumlautcomb.glif │ │ ├── hyphen.glif │ │ ├── hyphen_greater.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── ibreve.glif │ │ ├── icaron.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── idieresisacute.glif │ │ ├── idotaccent.glif │ │ ├── idotbelow.glif │ │ ├── idotless.glif │ │ ├── igrave.glif │ │ ├── ihookabove.glif │ │ ├── ij.glif │ │ ├── imacron.glif │ │ ├── iogonek.glif │ │ ├── istroke.glif │ │ ├── itilde.glif │ │ ├── j.glif │ │ ├── jcaron.glif │ │ ├── jcircumflex.glif │ │ ├── jdotless.glif │ │ ├── k.glif │ │ ├── kacute.glif │ │ ├── kcaron.glif │ │ ├── kcommaaccent.glif │ │ ├── kdotbelow.glif │ │ ├── kgreenlandic.glif │ │ ├── kmacronbelow.glif │ │ ├── l.glif │ │ ├── lacute.glif │ │ ├── lbar.glif │ │ ├── lcaron.glif │ │ ├── lcommaaccent.glif │ │ ├── ldot.glif │ │ ├── ldotbelow.glif │ │ ├── ldotbelowmacron.glif │ │ ├── leftanglebracket.math.glif │ │ ├── less.glif │ │ ├── less_equal.glif │ │ ├── less_equal_greater.glif │ │ ├── less_equal_less.glif │ │ ├── less_hyphen.glif │ │ ├── less_hyphen_greater.glif │ │ ├── less_hyphen_less.glif │ │ ├── line_drawing_character.glif │ │ ├── lmacronbelow.glif │ │ ├── lmiddletilde.glif │ │ ├── longs.glif │ │ ├── longsdotaccent.glif │ │ ├── lowlinecomb.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── macron.glif │ │ ├── macronbelowcomb.glif │ │ ├── macroncomb.glif │ │ ├── macute.glif │ │ ├── mdotaccent.glif │ │ ├── mdotbelow.glif │ │ ├── minus.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── nacute.glif │ │ ├── nbspace.glif │ │ ├── ncaron.glif │ │ ├── ncommaaccent.glif │ │ ├── ndotaccent.glif │ │ ├── ndotbelow.glif │ │ ├── ngrave.glif │ │ ├── nine.glif │ │ ├── nine.onum.glif │ │ ├── nine.small.glif │ │ ├── nineinferior.glif │ │ ├── ninesuperior.glif │ │ ├── nmacronbelow.glif │ │ ├── ntilde.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oacute.glif │ │ ├── obreve.glif │ │ ├── ocaron.glif │ │ ├── ocircumflex.glif │ │ ├── ocircumflexacute.glif │ │ ├── ocircumflexdotbelow.glif │ │ ├── ocircumflexgrave.glif │ │ ├── ocircumflexhookabove.glif │ │ ├── ocircumflextilde.glif │ │ ├── odieresis.glif │ │ ├── odieresismacron.glif │ │ ├── odotaccent.glif │ │ ├── odotaccentmacron.glif │ │ ├── odotbelow.glif │ │ ├── oe.glif │ │ ├── ogonek.glif │ │ ├── ogonekcomb.glif │ │ ├── ograve.glif │ │ ├── ohookabove.glif │ │ ├── ohorn.glif │ │ ├── ohornacute.glif │ │ ├── ohorndotbelow.glif │ │ ├── ohorngrave.glif │ │ ├── ohornhookabove.glif │ │ ├── ohorntilde.glif │ │ ├── ohungarumlaut.glif │ │ ├── omacron.glif │ │ ├── omacronacute.glif │ │ ├── omacrongrave.glif │ │ ├── one.glif │ │ ├── one.onum.glif │ │ ├── one.small.glif │ │ ├── onehalf.glif │ │ ├── oneinferior.glif │ │ ├── onequarter.glif │ │ ├── onesuperior.glif │ │ ├── onethird.glif │ │ ├── oogonek.glif │ │ ├── oogonekmacron.glif │ │ ├── oopen.glif │ │ ├── ordfeminine.glif │ │ ├── ordmasculine.glif │ │ ├── oslash.glif │ │ ├── oslashacute.glif │ │ ├── otilde.glif │ │ ├── otildeacute.glif │ │ ├── otildedieresis.glif │ │ ├── otildemacron.glif │ │ ├── p.glif │ │ ├── pacute.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── pdotaccent.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── perthousand.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── primemod.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── questiondown.glif │ │ ├── quotedbl.glif │ │ ├── quotedblbase.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteright.glif │ │ ├── quotesinglbase.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── racute.glif │ │ ├── rcaron.glif │ │ ├── rcommaaccent.glif │ │ ├── rdotaccent.glif │ │ ├── rdotbelow.glif │ │ ├── rdotbelowmacron.glif │ │ ├── registered.glif │ │ ├── rightanglebracket.math.glif │ │ ├── ring.glif │ │ ├── ringcomb.glif │ │ ├── rmacronbelow.glif │ │ ├── s.glif │ │ ├── sacute.glif │ │ ├── sacutedotaccent.glif │ │ ├── scaron.glif │ │ ├── scarondotaccent.glif │ │ ├── scedilla.glif │ │ ├── schwa.glif │ │ ├── scircumflex.glif │ │ ├── scommaaccent.glif │ │ ├── sdotaccent.glif │ │ ├── sdotbelow.glif │ │ ├── sdotbelowdotaccent.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── seven.onum.glif │ │ ├── seven.small.glif │ │ ├── seveninferior.glif │ │ ├── sevensuperior.glif │ │ ├── six.glif │ │ ├── six.onum.glif │ │ ├── six.small.glif │ │ ├── sixinferior.glif │ │ ├── sixsuperior.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── sterling.glif │ │ ├── strokeshortcomb.glif │ │ ├── t.glif │ │ ├── tbar.glif │ │ ├── tcaron.glif │ │ ├── tcedilla.glif │ │ ├── tcommaaccent.glif │ │ ├── tdiagonalstroke.glif │ │ ├── tdieresis.glif │ │ ├── tdotaccent.glif │ │ ├── tdotbelow.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── three.onum.glif │ │ ├── three.small.glif │ │ ├── threeinferior.glif │ │ ├── threequarters.glif │ │ ├── threesuperior.glif │ │ ├── tilde.glif │ │ ├── tildecomb.glif │ │ ├── tmacronbelow.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── two.onum.glif │ │ ├── two.small.glif │ │ ├── twoinferior.glif │ │ ├── twosuperior.glif │ │ ├── twothirds.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ubreve.glif │ │ ├── ucaron.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── udieresisacute.glif │ │ ├── udieresiscaron.glif │ │ ├── udieresisgrave.glif │ │ ├── udieresismacron.glif │ │ ├── udotbelow.glif │ │ ├── ugrave.glif │ │ ├── uhookabove.glif │ │ ├── uhorn.glif │ │ ├── uhornacute.glif │ │ ├── uhorndotbelow.glif │ │ ├── uhorngrave.glif │ │ ├── uhornhookabove.glif │ │ ├── uhorntilde.glif │ │ ├── uhungarumlaut.glif │ │ ├── umacron.glif │ │ ├── umacrondieresis.glif │ │ ├── underscore.glif │ │ ├── uniE_0A_0.glif │ │ ├── uniE_0A_1.glif │ │ ├── uniE_0A_2.glif │ │ ├── uniE_0A_3.glif │ │ ├── uniE_0B_0.glif │ │ ├── uniE_0B_1.glif │ │ ├── uniE_0B_2.glif │ │ ├── uniE_0B_3.glif │ │ ├── uniE_0B_4.glif │ │ ├── uniE_0B_5.glif │ │ ├── uniE_0B_6.glif │ │ ├── uniE_0B_7.glif │ │ ├── uniE_0B_8.glif │ │ ├── uniE_0B_9.glif │ │ ├── uniE_0B_A_.glif │ │ ├── uniE_0B_B_.glif │ │ ├── uniE_0B_C_.glif │ │ ├── uniE_0B_D_.glif │ │ ├── uniE_0B_E_.glif │ │ ├── uniE_0B_F_.glif │ │ ├── uniE_0D_2.glif │ │ ├── uniE_0D_4.glif │ │ ├── uniE_0D_6.glif │ │ ├── uniE_0D_7.glif │ │ ├── uogonek.glif │ │ ├── uring.glif │ │ ├── utilde.glif │ │ ├── utildeacute.glif │ │ ├── v.glif │ │ ├── vdotbelow.glif │ │ ├── verticallinemod.glif │ │ ├── vtilde.glif │ │ ├── w.glif │ │ ├── wacute.glif │ │ ├── wcircumflex.glif │ │ ├── wdieresis.glif │ │ ├── wdotaccent.glif │ │ ├── wdotbelow.glif │ │ ├── wgrave.glif │ │ ├── wring.glif │ │ ├── x.glif │ │ ├── xdieresis.glif │ │ ├── xdotaccent.glif │ │ ├── y.glif │ │ ├── yacute.glif │ │ ├── ycircumflex.glif │ │ ├── ydieresis.glif │ │ ├── ydotaccent.glif │ │ ├── ydotbelow.glif │ │ ├── yen.glif │ │ ├── ygrave.glif │ │ ├── yhookabove.glif │ │ ├── ymacron.glif │ │ ├── yring.glif │ │ ├── ytilde.glif │ │ ├── z.glif │ │ ├── zacute.glif │ │ ├── zcaron.glif │ │ ├── zcircumflex.glif │ │ ├── zdotaccent.glif │ │ ├── zdotbelow.glif │ │ ├── zero.glif │ │ ├── zero.onum.glif │ │ ├── zero.small.glif │ │ ├── zeroinferior.glif │ │ ├── zerosuperior.glif │ │ └── zmacronbelow.glif │ ├── layercontents.plist │ ├── lib.plist │ └── metainfo.plist ├── AnnotationMono_Regular[slnt=-15].ufo │ ├── fontinfo.plist │ ├── glyphs.bottom=0 │ │ ├── contents.plist │ │ ├── double_line_drawing_character.glif │ │ ├── heavy_line_drawing_character.glif │ │ └── line_drawing_character.glif │ ├── glyphs.left=0 │ │ ├── contents.plist │ │ ├── double_line_drawing_character.glif │ │ ├── heavy_line_drawing_character.glif │ │ └── line_drawing_character.glif │ ├── glyphs.right=0 │ │ ├── contents.plist │ │ ├── double_line_drawing_character.glif │ │ ├── heavy_line_drawing_character.glif │ │ └── line_drawing_character.glif │ ├── glyphs.top=0,left=0 │ │ ├── contents.plist │ │ └── double_line_drawing_character.glif │ ├── glyphs.top=0 │ │ ├── contents.plist │ │ ├── double_line_drawing_character.glif │ │ ├── heavy_line_drawing_character.glif │ │ └── line_drawing_character.glif │ ├── glyphs.width=200 │ │ ├── contents.plist │ │ └── hyphen.glif │ ├── glyphs.width=500 │ │ ├── contents.plist │ │ └── hyphen.glif │ ├── glyphs │ │ ├── A_.glif │ │ ├── A_E_.glif │ │ ├── A_breveacute.glif │ │ ├── A_brevegrave.glif │ │ ├── A_brevehookabove.glif │ │ ├── A_brevetilde.glif │ │ ├── A_circumflexacute.glif │ │ ├── A_circumflexgrave.glif │ │ ├── A_circumflexhookabove.glif │ │ ├── A_circumflextilde.glif │ │ ├── A_dieresismacron.glif │ │ ├── A_dotmacron.glif │ │ ├── A_hookabove.glif │ │ ├── A_ogonek.glif │ │ ├── A_ringacute.glif │ │ ├── A_stroke.glif │ │ ├── B_.glif │ │ ├── C_.glif │ │ ├── C_cedilla.glif │ │ ├── C_cedillaacute.glif │ │ ├── C_stroke.glif │ │ ├── D_.glif │ │ ├── D_cedilla.glif │ │ ├── E_.glif │ │ ├── E_cedilla.glif │ │ ├── E_cedillabreve.glif │ │ ├── E_circumflexacute.glif │ │ ├── E_circumflexgrave.glif │ │ ├── E_circumflexhookabove.glif │ │ ├── E_circumflextilde.glif │ │ ├── E_hookabove.glif │ │ ├── E_macronacute.glif │ │ ├── E_macrongrave.glif │ │ ├── E_ng.glif │ │ ├── E_ogonek.glif │ │ ├── E_zh.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── G_ermandbls.glif │ │ ├── G_lottalstopsmall.glif │ │ ├── G_stroke.glif │ │ ├── H_.glif │ │ ├── H_bar.glif │ │ ├── H_cedilla.glif │ │ ├── I_.glif │ │ ├── I_J_.glif │ │ ├── I_acute.glif │ │ ├── I_breve.glif │ │ ├── I_caron.glif │ │ ├── I_circumflex.glif │ │ ├── I_dieresis.glif │ │ ├── I_dieresisacute.glif │ │ ├── I_dotaccent.glif │ │ ├── I_grave.glif │ │ ├── I_hookabove.glif │ │ ├── I_macron.glif │ │ ├── I_tilde.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── L_bar.glif │ │ ├── L_caron.glif │ │ ├── L_middletilde.glif │ │ ├── L_slash.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── O_E_.glif │ │ ├── O_circumflexacute.glif │ │ ├── O_circumflexgrave.glif │ │ ├── O_circumflexhookabove.glif │ │ ├── O_circumflextilde.glif │ │ ├── O_dieresismacron.glif │ │ ├── O_dotaccentmacron.glif │ │ ├── O_hookabove.glif │ │ ├── O_horn.glif │ │ ├── O_hornacute.glif │ │ ├── O_horndotbelow.glif │ │ ├── O_horngrave.glif │ │ ├── O_hornhookabove.glif │ │ ├── O_horntilde.glif │ │ ├── O_macronacute.glif │ │ ├── O_macrongrave.glif │ │ ├── O_ogonek.glif │ │ ├── O_ogonekmacron.glif │ │ ├── O_open.glif │ │ ├── O_slash.glif │ │ ├── O_tildeacute.glif │ │ ├── O_tildedieresis.glif │ │ ├── O_tildemacron.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── S_acutedotaccent.glif │ │ ├── S_carondotaccent.glif │ │ ├── S_cedilla.glif │ │ ├── S_chwa.glif │ │ ├── T_.glif │ │ ├── T_cedilla.glif │ │ ├── T_diagonalstroke.glif │ │ ├── T_horn.glif │ │ ├── U_.glif │ │ ├── U_dieresisacute.glif │ │ ├── U_dieresiscaron.glif │ │ ├── U_dieresisgrave.glif │ │ ├── U_dieresismacron.glif │ │ ├── U_hookabove.glif │ │ ├── U_horn.glif │ │ ├── U_hornacute.glif │ │ ├── U_horndotbelow.glif │ │ ├── U_horngrave.glif │ │ ├── U_hornhookabove.glif │ │ ├── U_horntilde.glif │ │ ├── U_macrondieresis.glif │ │ ├── U_ogonek.glif │ │ ├── U_tildeacute.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Y_hookabove.glif │ │ ├── Z_.glif │ │ ├── _notdef.glif │ │ ├── a.glif │ │ ├── aacute.glif │ │ ├── abreve.glif │ │ ├── abreveacute.glif │ │ ├── abrevedotbelow.glif │ │ ├── abrevegrave.glif │ │ ├── abrevehookabove.glif │ │ ├── abrevetilde.glif │ │ ├── acaron.glif │ │ ├── acircumflex.glif │ │ ├── acircumflexdotbelow.glif │ │ ├── acircumflexhookabove.glif │ │ ├── acircumflextilde.glif │ │ ├── acute.glif │ │ ├── acutecomb.glif │ │ ├── adieresis.glif │ │ ├── adieresismacron.glif │ │ ├── adotaccent.glif │ │ ├── adotmacron.glif │ │ ├── ae.glif │ │ ├── aeacute.glif │ │ ├── aemacron.glif │ │ ├── agrave.glif │ │ ├── ahookabove.glif │ │ ├── amacron.glif │ │ ├── ampersand.glif │ │ ├── angstrom.glif │ │ ├── aogonek.glif │ │ ├── apostrophemod.glif │ │ ├── aring.glif │ │ ├── aringacute.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── astroke.glif │ │ ├── at.glif │ │ ├── atilde.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── bdotaccent.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── breve.glif │ │ ├── brevecomb.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── cacute.glif │ │ ├── caron.glif │ │ ├── caroncomb.glif │ │ ├── ccaron.glif │ │ ├── ccedilla.glif │ │ ├── ccedillaacute.glif │ │ ├── ccircumflex.glif │ │ ├── cdotaccent.glif │ │ ├── cedilla.glif │ │ ├── cedillacomb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── circumflexacute.glif │ │ ├── circumflexcomb.glif │ │ ├── circumflexgrave.glif │ │ ├── clickalveolar.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── commaabovecomb.glif │ │ ├── commaaboverightcomb.glif │ │ ├── commaaccentcomb.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── cstroke.glif │ │ ├── d.glif │ │ ├── dcaron.glif │ │ ├── dcedilla.glif │ │ ├── dcroat.glif │ │ ├── ddotaccent.glif │ │ ├── degree.glif │ │ ├── dialytikaoxia.glif │ │ ├── dialytikatonoscomb.glif │ │ ├── dialytikavaria.glif │ │ ├── dieresis.glif │ │ ├── dieresiscomb.glif │ │ ├── dieresistonos.glif │ │ ├── divide.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotaccentcomb.glif │ │ ├── dotbelowcomb.glif │ │ ├── e.glif │ │ ├── eacute.glif │ │ ├── ebreve.glif │ │ ├── ecaron.glif │ │ ├── ecedilla.glif │ │ ├── ecedillabreve.glif │ │ ├── ecircumflex.glif │ │ ├── ecircumflexdotbelow.glif │ │ ├── ecircumflexhookabove.glif │ │ ├── ecircumflextilde.glif │ │ ├── edieresis.glif │ │ ├── edotaccent.glif │ │ ├── egrave.glif │ │ ├── ehookabove.glif │ │ ├── eight.glif │ │ ├── eight.onum.glif │ │ ├── eight.small.glif │ │ ├── emacron.glif │ │ ├── emacronacute.glif │ │ ├── emacrongrave.glif │ │ ├── eng.glif │ │ ├── equal.glif │ │ ├── equal_greater.glif │ │ ├── eth.glif │ │ ├── etilde.glif │ │ ├── euro.glif │ │ ├── exclam.glif │ │ ├── ezh.glif │ │ ├── ezhcaron.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── five.onum.glif │ │ ├── five.small.glif │ │ ├── four.glif │ │ ├── four.onum.glif │ │ ├── four.small.glif │ │ ├── g.glif │ │ ├── gacute.glif │ │ ├── gbreve.glif │ │ ├── gcaron.glif │ │ ├── gcircumflex.glif │ │ ├── gcommaaccent.glif │ │ ├── gdotaccent.glif │ │ ├── germandbls.glif │ │ ├── glottalstop.glif │ │ ├── glottalstopmod.glif │ │ ├── glottalstopreversed.glif │ │ ├── glottalstopsmall.glif │ │ ├── gmacron.glif │ │ ├── grave.glif │ │ ├── gravecomb.glif │ │ ├── greater.glif │ │ ├── greater_equal.glif │ │ ├── greater_equal_greater.glif │ │ ├── greater_hyphen_greater.glif │ │ ├── gstroke.glif │ │ ├── guillemetleft.glif │ │ ├── guillemetright.glif │ │ ├── guilsinglleft.glif │ │ ├── guilsinglright.glif │ │ ├── h.glif │ │ ├── hbar.glif │ │ ├── hcedilla.glif │ │ ├── hookabovecomb.glif │ │ ├── horncomb.glif │ │ ├── hungarumlaut.glif │ │ ├── hungarumlautcomb.glif │ │ ├── hyphen.glif │ │ ├── hyphen_greater.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── ibreve.glif │ │ ├── icaron.glif │ │ ├── icircumflex.glif │ │ ├── idieresisacute.glif │ │ ├── idotless.glif │ │ ├── igrave.glif │ │ ├── ihookabove.glif │ │ ├── ij.glif │ │ ├── imacron.glif │ │ ├── istroke.glif │ │ ├── itilde.glif │ │ ├── j.glif │ │ ├── jcaron.glif │ │ ├── jcircumflex.glif │ │ ├── jdotless.glif │ │ ├── k.glif │ │ ├── kgreenlandic.glif │ │ ├── l.glif │ │ ├── lcaron.glif │ │ ├── leftanglebracket.math.glif │ │ ├── less.glif │ │ ├── less_equal.glif │ │ ├── less_equal_greater.glif │ │ ├── less_equal_less.glif │ │ ├── less_hyphen.glif │ │ ├── less_hyphen_greater.glif │ │ ├── less_hyphen_less.glif │ │ ├── lmiddletilde.glif │ │ ├── longs.glif │ │ ├── lowlinecomb.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── macron.glif │ │ ├── macronbelowcomb.glif │ │ ├── macroncomb.glif │ │ ├── macute.glif │ │ ├── mdotaccent.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── nacute.glif │ │ ├── ncaron.glif │ │ ├── ndotaccent.glif │ │ ├── ngrave.glif │ │ ├── nine.glif │ │ ├── nine.onum.glif │ │ ├── nine.small.glif │ │ ├── ntilde.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oacute.glif │ │ ├── obreve.glif │ │ ├── ocaron.glif │ │ ├── ocircumflex.glif │ │ ├── ocircumflexdotbelow.glif │ │ ├── ocircumflexhookabove.glif │ │ ├── ocircumflextilde.glif │ │ ├── odieresis.glif │ │ ├── odieresismacron.glif │ │ ├── odotaccent.glif │ │ ├── odotaccentmacron.glif │ │ ├── oe.glif │ │ ├── ogonek.glif │ │ ├── ogonekcomb.glif │ │ ├── ograve.glif │ │ ├── ohookabove.glif │ │ ├── ohorn.glif │ │ ├── ohornacute.glif │ │ ├── ohorndotbelow.glif │ │ ├── ohorngrave.glif │ │ ├── ohornhookabove.glif │ │ ├── ohorntilde.glif │ │ ├── ohungarumlaut.glif │ │ ├── omacron.glif │ │ ├── omacronacute.glif │ │ ├── omacrongrave.glif │ │ ├── one.glif │ │ ├── one.onum.glif │ │ ├── one.small.glif │ │ ├── onehalf.glif │ │ ├── onequarter.glif │ │ ├── onethird.glif │ │ ├── oogonek.glif │ │ ├── oogonekmacron.glif │ │ ├── oopen.glif │ │ ├── ordfeminine.glif │ │ ├── ordmasculine.glif │ │ ├── oslash.glif │ │ ├── oslashacute.glif │ │ ├── otilde.glif │ │ ├── otildeacute.glif │ │ ├── otildedieresis.glif │ │ ├── otildemacron.glif │ │ ├── p.glif │ │ ├── pacute.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── pdotaccent.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── perthousand.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── primemod.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedblbase.glif │ │ ├── quoteleft.glif │ │ ├── quoteright.glif │ │ ├── quotesinglbase.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── racute.glif │ │ ├── rcaron.glif │ │ ├── rdotaccent.glif │ │ ├── rdotbelowmacron.glif │ │ ├── registered.glif │ │ ├── rightanglebracket.math.glif │ │ ├── ring.glif │ │ ├── ringcomb.glif │ │ ├── s.glif │ │ ├── sacute.glif │ │ ├── sacutedotaccent.glif │ │ ├── scaron.glif │ │ ├── scarondotaccent.glif │ │ ├── scedilla.glif │ │ ├── schwa.glif │ │ ├── scircumflex.glif │ │ ├── scratch.glif │ │ ├── sdotaccent.glif │ │ ├── sdotbelowdotaccent.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── seven.onum.glif │ │ ├── seven.small.glif │ │ ├── six.glif │ │ ├── six.onum.glif │ │ ├── six.small.glif │ │ ├── slash.glif │ │ ├── sterling.glif │ │ ├── t.glif │ │ ├── tbar.glif │ │ ├── tcaron.glif │ │ ├── tcedilla.glif │ │ ├── tdiagonalstroke.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── three.onum.glif │ │ ├── three.small.glif │ │ ├── threequarters.glif │ │ ├── tilde.glif │ │ ├── tildecomb.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── two.onum.glif │ │ ├── two.small.glif │ │ ├── twothirds.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ubreve.glif │ │ ├── ucaron.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── udieresisacute.glif │ │ ├── udieresiscaron.glif │ │ ├── udieresisgrave.glif │ │ ├── udieresismacron.glif │ │ ├── ugrave.glif │ │ ├── uhookabove.glif │ │ ├── uhorn.glif │ │ ├── uhornacute.glif │ │ ├── uhorndotbelow.glif │ │ ├── uhorngrave.glif │ │ ├── uhornhookabove.glif │ │ ├── uhorntilde.glif │ │ ├── uhungarumlaut.glif │ │ ├── umacron.glif │ │ ├── umacrondieresis.glif │ │ ├── underscore.glif │ │ ├── uniE_0A_0.glif │ │ ├── uniE_0A_2.glif │ │ ├── uogonek.glif │ │ ├── uring.glif │ │ ├── utilde.glif │ │ ├── utildeacute.glif │ │ ├── v.glif │ │ ├── verticallinemod.glif │ │ ├── vtilde.glif │ │ ├── w.glif │ │ ├── wacute.glif │ │ ├── wcircumflex.glif │ │ ├── wdieresis.glif │ │ ├── wdotaccent.glif │ │ ├── wgrave.glif │ │ ├── wring.glif │ │ ├── x.glif │ │ ├── xdieresis.glif │ │ ├── xdotaccent.glif │ │ ├── y.glif │ │ ├── yacute.glif │ │ ├── ycircumflex.glif │ │ ├── ydieresis.glif │ │ ├── ydotaccent.glif │ │ ├── ydotbelow.glif │ │ ├── yen.glif │ │ ├── ygrave.glif │ │ ├── yhookabove.glif │ │ ├── ymacron.glif │ │ ├── yring.glif │ │ ├── ytilde.glif │ │ ├── z.glif │ │ ├── zacute.glif │ │ ├── zcaron.glif │ │ ├── zcircumflex.glif │ │ ├── zdotaccent.glif │ │ ├── zero.glif │ │ ├── zero.onum.glif │ │ └── zero.small.glif │ ├── layercontents.plist │ ├── lib.plist │ └── metainfo.plist ├── AnnotationMono_Thin.ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── A_E_.glif │ │ ├── A_E_acute.glif │ │ ├── A_E_macron.glif │ │ ├── A_acute.glif │ │ ├── A_breve.glif │ │ ├── A_breveacute.glif │ │ ├── A_brevedotbelow.glif │ │ ├── A_brevegrave.glif │ │ ├── A_brevehookabove.glif │ │ ├── A_brevetilde.glif │ │ ├── A_caron.glif │ │ ├── A_circumflex.glif │ │ ├── A_circumflexacute.glif │ │ ├── A_circumflexdotbelow.glif │ │ ├── A_circumflexgrave.glif │ │ ├── A_circumflexhookabove.glif │ │ ├── A_circumflextilde.glif │ │ ├── A_dieresis.glif │ │ ├── A_dieresismacron.glif │ │ ├── A_dotaccent.glif │ │ ├── A_dotmacron.glif │ │ ├── A_grave.glif │ │ ├── A_hookabove.glif │ │ ├── A_macron.glif │ │ ├── A_ogonek.glif │ │ ├── A_ring.glif │ │ ├── A_ringacute.glif │ │ ├── A_tilde.glif │ │ ├── B_.glif │ │ ├── B_dotaccent.glif │ │ ├── B_dotbelow.glif │ │ ├── B_macronbelow.glif │ │ ├── C_.glif │ │ ├── C_cedilla.glif │ │ ├── C_cedillaacute.glif │ │ ├── D_.glif │ │ ├── D_caron.glif │ │ ├── D_cedilla.glif │ │ ├── D_croat.glif │ │ ├── D_dotaccent.glif │ │ ├── E_.glif │ │ ├── E_cedilla.glif │ │ ├── E_cedillabreve.glif │ │ ├── E_circumflexhookabove.glif │ │ ├── E_hookabove.glif │ │ ├── E_macronacute.glif │ │ ├── E_macrongrave.glif │ │ ├── E_ng.glif │ │ ├── E_th.glif │ │ ├── E_zh.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── G_commaaccent.glif │ │ ├── G_ermandbls.glif │ │ ├── G_lottalstopsmall.glif │ │ ├── H_.glif │ │ ├── H_bar.glif │ │ ├── H_cedilla.glif │ │ ├── I_.glif │ │ ├── I_J_.glif │ │ ├── I_dieresisacute.glif │ │ ├── I_hookabove.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── K_commaaccent.glif │ │ ├── L_.glif │ │ ├── L_bar.glif │ │ ├── L_caron.glif │ │ ├── L_commaaccent.glif │ │ ├── L_dot.glif │ │ ├── L_middletilde.glif │ │ ├── L_slash.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── N_commaaccent.glif │ │ ├── O_.glif │ │ ├── O_E_.glif │ │ ├── O_circumflexhookabove.glif │ │ ├── O_dieresismacron.glif │ │ ├── O_dotaccentmacron.glif │ │ ├── O_hookabove.glif │ │ ├── O_horn.glif │ │ ├── O_hornacute.glif │ │ ├── O_horndotbelow.glif │ │ ├── O_horngrave.glif │ │ ├── O_hornhookabove.glif │ │ ├── O_horntilde.glif │ │ ├── O_macronacute.glif │ │ ├── O_macrongrave.glif │ │ ├── O_slash.glif │ │ ├── O_tildeacute.glif │ │ ├── O_tildedieresis.glif │ │ ├── O_tildemacron.glif │ │ ├── P_.glif │ │ ├── P_acute.glif │ │ ├── P_dotaccent.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── R_commaaccent.glif │ │ ├── S_.glif │ │ ├── S_acute.glif │ │ ├── S_acutedotaccent.glif │ │ ├── S_caron.glif │ │ ├── S_carondotaccent.glif │ │ ├── S_cedilla.glif │ │ ├── S_chwa.glif │ │ ├── S_circumflex.glif │ │ ├── S_commaaccent.glif │ │ ├── S_dotaccent.glif │ │ ├── S_dotbelow.glif │ │ ├── S_dotbelowdotaccent.glif │ │ ├── T_.glif │ │ ├── T_cedilla.glif │ │ ├── T_horn.glif │ │ ├── U_.glif │ │ ├── U_dieresisacute.glif │ │ ├── U_dieresiscaron.glif │ │ ├── U_dieresisgrave.glif │ │ ├── U_dieresismacron.glif │ │ ├── U_hookabove.glif │ │ ├── U_horn.glif │ │ ├── U_hornacute.glif │ │ ├── U_horndotbelow.glif │ │ ├── U_horngrave.glif │ │ ├── U_hornhookabove.glif │ │ ├── U_horntilde.glif │ │ ├── U_macrondieresis.glif │ │ ├── U_tildeacute.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Y_hookabove.glif │ │ ├── Z_.glif │ │ ├── a.glif │ │ ├── abrevehookabove.glif │ │ ├── acircumflexhookabove.glif │ │ ├── acute.glif │ │ ├── acutecomb.glif │ │ ├── adieresismacron.glif │ │ ├── adotmacron.glif │ │ ├── ae.glif │ │ ├── ahookabove.glif │ │ ├── ampersand.glif │ │ ├── angstrom.glif │ │ ├── aogonek.glif │ │ ├── apostrophemod.glif │ │ ├── aringacute.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── bar.glif │ │ ├── bdotaccent.glif │ │ ├── braceleft.glif │ │ ├── bracketleft.glif │ │ ├── breve.glif │ │ ├── brevecomb.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── caron.glif │ │ ├── caroncomb.glif │ │ ├── ccedilla.glif │ │ ├── ccedillaacute.glif │ │ ├── cedillacomb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── circumflexcomb.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── commaabovecomb.glif │ │ ├── commaaboverightcomb.glif │ │ ├── commaaccentcomb.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── dcaron.glif │ │ ├── dcedilla.glif │ │ ├── dcroat.glif │ │ ├── ddotaccent.glif │ │ ├── ddotbelow.glif │ │ ├── degree.glif │ │ ├── dialytikaoxia.glif │ │ ├── dialytikatonoscomb.glif │ │ ├── dialytikavaria.glif │ │ ├── dieresis.glif │ │ ├── dieresiscomb.glif │ │ ├── dieresistonos.glif │ │ ├── divide.glif │ │ ├── dmacronbelow.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotaccentcomb.glif │ │ ├── dotbelowcomb.glif │ │ ├── double_line_drawing_character.glif │ │ ├── e.glif │ │ ├── ecedilla.glif │ │ ├── ecedillabreve.glif │ │ ├── ecircumflexhookabove.glif │ │ ├── ehookabove.glif │ │ ├── eight.glif │ │ ├── eight.small.glif │ │ ├── emacronacute.glif │ │ ├── emacrongrave.glif │ │ ├── eng.glif │ │ ├── eogonek.glif │ │ ├── equal.glif │ │ ├── equal_greater.glif │ │ ├── eth.glif │ │ ├── euro.glif │ │ ├── exclam.glif │ │ ├── ezh.glif │ │ ├── f.glif │ │ ├── fdotaccent.glif │ │ ├── five.glif │ │ ├── five.onum.glif │ │ ├── five.small.glif │ │ ├── four.glif │ │ ├── four.onum.glif │ │ ├── four.small.glif │ │ ├── g.glif │ │ ├── gcommaaccent.glif │ │ ├── germandbls.glif │ │ ├── glottalstop.glif │ │ ├── glottalstopmod.glif │ │ ├── glottalstopsmall.glif │ │ ├── grave.glif │ │ ├── gravecomb.glif │ │ ├── greater_equal_greater.glif │ │ ├── greater_hyphen_greater.glif │ │ ├── guillemetleft.glif │ │ ├── guilsinglleft.glif │ │ ├── h.glif │ │ ├── hbar.glif │ │ ├── hcedilla.glif │ │ ├── heavy_line_drawing_character.glif │ │ ├── hookabovecomb.glif │ │ ├── horncomb.glif │ │ ├── hungarumlaut.glif │ │ ├── hungarumlautcomb.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── ibreve.glif │ │ ├── icaron.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── idieresisacute.glif │ │ ├── idotless.glif │ │ ├── igrave.glif │ │ ├── ihookabove.glif │ │ ├── ij.glif │ │ ├── imacron.glif │ │ ├── itilde.glif │ │ ├── j.glif │ │ ├── jdotless.glif │ │ ├── k.glif │ │ ├── kcommaaccent.glif │ │ ├── kgreenlandic.glif │ │ ├── l.glif │ │ ├── lacute.glif │ │ ├── lcaron.glif │ │ ├── lcommaaccent.glif │ │ ├── ldot.glif │ │ ├── ldotbelow.glif │ │ ├── ldotbelowmacron.glif │ │ ├── leftanglebracket.math.glif │ │ ├── less.glif │ │ ├── less_equal.glif │ │ ├── less_equal_greater.glif │ │ ├── less_equal_less.glif │ │ ├── less_hyphen.glif │ │ ├── less_hyphen_greater.glif │ │ ├── less_hyphen_less.glif │ │ ├── line_drawing_character.glif │ │ ├── lmacronbelow.glif │ │ ├── longs.glif │ │ ├── longsdotaccent.glif │ │ ├── lowlinecomb.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── macron.glif │ │ ├── macronbelowcomb.glif │ │ ├── macroncomb.glif │ │ ├── mdotbelow.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── ncommaaccent.glif │ │ ├── nine.glif │ │ ├── nine.onum.glif │ │ ├── nine.small.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── ocircumflexhookabove.glif │ │ ├── odieresismacron.glif │ │ ├── odotaccentmacron.glif │ │ ├── oe.glif │ │ ├── ogonekcomb.glif │ │ ├── ohookabove.glif │ │ ├── ohorn.glif │ │ ├── ohornacute.glif │ │ ├── ohorndotbelow.glif │ │ ├── ohorngrave.glif │ │ ├── ohornhookabove.glif │ │ ├── ohorntilde.glif │ │ ├── omacronacute.glif │ │ ├── omacrongrave.glif │ │ ├── one.glif │ │ ├── one.onum.glif │ │ ├── one.small.glif │ │ ├── ordfeminine.glif │ │ ├── ordmasculine.glif │ │ ├── oslash.glif │ │ ├── otildeacute.glif │ │ ├── otildedieresis.glif │ │ ├── otildemacron.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── perthousand.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── primemod.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── racute.glif │ │ ├── rcaron.glif │ │ ├── rcommaaccent.glif │ │ ├── rdotaccent.glif │ │ ├── rdotbelow.glif │ │ ├── rdotbelowmacron.glif │ │ ├── registered.glif │ │ ├── rightanglebracket.math.glif │ │ ├── ring.glif │ │ ├── ringcomb.glif │ │ ├── s.glif │ │ ├── scedilla.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── seven.onum.glif │ │ ├── seven.small.glif │ │ ├── six.glif │ │ ├── six.small.glif │ │ ├── slash.glif │ │ ├── sterling.glif │ │ ├── strokeshortcomb.glif │ │ ├── t.glif │ │ ├── tcaron.glif │ │ ├── tcedilla.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── three.onum.glif │ │ ├── three.small.glif │ │ ├── tilde.glif │ │ ├── tildecomb.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── two.onum.glif │ │ ├── two.small.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ubreve.glif │ │ ├── ucaron.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── udieresisacute.glif │ │ ├── udieresiscaron.glif │ │ ├── udieresisgrave.glif │ │ ├── udieresismacron.glif │ │ ├── udotbelow.glif │ │ ├── ugrave.glif │ │ ├── uhookabove.glif │ │ ├── uhorn.glif │ │ ├── uhornacute.glif │ │ ├── uhorndotbelow.glif │ │ ├── uhorngrave.glif │ │ ├── uhornhookabove.glif │ │ ├── uhorntilde.glif │ │ ├── uhungarumlaut.glif │ │ ├── umacron.glif │ │ ├── umacrondieresis.glif │ │ ├── underscore.glif │ │ ├── uniE_0A_0.glif │ │ ├── uniE_0B_1.glif │ │ ├── uniE_0B_5.glif │ │ ├── uniE_0B_9.glif │ │ ├── uogonek.glif │ │ ├── uring.glif │ │ ├── utilde.glif │ │ ├── utildeacute.glif │ │ ├── v.glif │ │ ├── verticallinemod.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── ydotbelow.glif │ │ ├── yen.glif │ │ ├── yhookabove.glif │ │ ├── z.glif │ │ ├── zero.glif │ │ ├── zero.onum.glif │ │ └── zero.small.glif │ ├── layercontents.plist │ ├── lib.plist │ └── metainfo.plist ├── AnnotationMono_Thin[slnt=-15].ufo │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── A_E_.glif │ │ ├── A_E_acute.glif │ │ ├── A_E_macron.glif │ │ ├── A_acute.glif │ │ ├── A_breve.glif │ │ ├── A_breveacute.glif │ │ ├── A_brevedotbelow.glif │ │ ├── A_brevegrave.glif │ │ ├── A_brevehookabove.glif │ │ ├── A_brevetilde.glif │ │ ├── A_caron.glif │ │ ├── A_circumflex.glif │ │ ├── A_circumflexacute.glif │ │ ├── A_circumflexdotbelow.glif │ │ ├── A_circumflexgrave.glif │ │ ├── A_circumflexhookabove.glif │ │ ├── A_circumflextilde.glif │ │ ├── A_dieresis.glif │ │ ├── A_dieresismacron.glif │ │ ├── A_dotaccent.glif │ │ ├── A_dotmacron.glif │ │ ├── A_grave.glif │ │ ├── A_hookabove.glif │ │ ├── A_macron.glif │ │ ├── A_ogonek.glif │ │ ├── A_ring.glif │ │ ├── A_ringacute.glif │ │ ├── A_tilde.glif │ │ ├── B_.glif │ │ ├── B_dotaccent.glif │ │ ├── B_dotbelow.glif │ │ ├── B_macronbelow.glif │ │ ├── C_.glif │ │ ├── C_cedilla.glif │ │ ├── C_cedillaacute.glif │ │ ├── D_.glif │ │ ├── D_caron.glif │ │ ├── D_cedilla.glif │ │ ├── D_croat.glif │ │ ├── D_dotaccent.glif │ │ ├── E_.glif │ │ ├── E_cedilla.glif │ │ ├── E_cedillabreve.glif │ │ ├── E_circumflexhookabove.glif │ │ ├── E_circumflextilde.glif │ │ ├── E_hookabove.glif │ │ ├── E_macronacute.glif │ │ ├── E_macrongrave.glif │ │ ├── E_ng.glif │ │ ├── E_ogonek.glif │ │ ├── E_th.glif │ │ ├── E_zh.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── G_commaaccent.glif │ │ ├── G_ermandbls.glif │ │ ├── G_lottalstopsmall.glif │ │ ├── H_.glif │ │ ├── H_bar.glif │ │ ├── H_cedilla.glif │ │ ├── I_.glif │ │ ├── I_J_.glif │ │ ├── I_dieresisacute.glif │ │ ├── I_hookabove.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── K_commaaccent.glif │ │ ├── L_.glif │ │ ├── L_bar.glif │ │ ├── L_caron.glif │ │ ├── L_commaaccent.glif │ │ ├── L_dot.glif │ │ ├── L_middletilde.glif │ │ ├── L_slash.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── N_commaaccent.glif │ │ ├── O_.glif │ │ ├── O_E_.glif │ │ ├── O_circumflexhookabove.glif │ │ ├── O_circumflextilde.glif │ │ ├── O_dieresismacron.glif │ │ ├── O_dotaccentmacron.glif │ │ ├── O_hookabove.glif │ │ ├── O_horn.glif │ │ ├── O_hornacute.glif │ │ ├── O_horndotbelow.glif │ │ ├── O_horngrave.glif │ │ ├── O_hornhookabove.glif │ │ ├── O_horntilde.glif │ │ ├── O_macronacute.glif │ │ ├── O_macrongrave.glif │ │ ├── O_ogonek.glif │ │ ├── O_ogonekmacron.glif │ │ ├── O_slash.glif │ │ ├── O_tildeacute.glif │ │ ├── O_tildedieresis.glif │ │ ├── O_tildemacron.glif │ │ ├── P_.glif │ │ ├── P_acute.glif │ │ ├── P_dotaccent.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── R_commaaccent.glif │ │ ├── S_.glif │ │ ├── S_acute.glif │ │ ├── S_acutedotaccent.glif │ │ ├── S_caron.glif │ │ ├── S_carondotaccent.glif │ │ ├── S_cedilla.glif │ │ ├── S_chwa.glif │ │ ├── S_circumflex.glif │ │ ├── S_commaaccent.glif │ │ ├── S_dotaccent.glif │ │ ├── S_dotbelow.glif │ │ ├── S_dotbelowdotaccent.glif │ │ ├── T_.glif │ │ ├── T_cedilla.glif │ │ ├── T_horn.glif │ │ ├── U_.glif │ │ ├── U_dieresisacute.glif │ │ ├── U_dieresiscaron.glif │ │ ├── U_dieresisgrave.glif │ │ ├── U_dieresismacron.glif │ │ ├── U_hookabove.glif │ │ ├── U_horn.glif │ │ ├── U_hornacute.glif │ │ ├── U_horndotbelow.glif │ │ ├── U_horngrave.glif │ │ ├── U_hornhookabove.glif │ │ ├── U_horntilde.glif │ │ ├── U_macrondieresis.glif │ │ ├── U_ogonek.glif │ │ ├── U_tildeacute.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Y_hookabove.glif │ │ ├── Z_.glif │ │ ├── a.glif │ │ ├── aacute.glif │ │ ├── abreve.glif │ │ ├── abreveacute.glif │ │ ├── abrevedotbelow.glif │ │ ├── abrevegrave.glif │ │ ├── abrevehookabove.glif │ │ ├── abrevetilde.glif │ │ ├── acaron.glif │ │ ├── acircumflex.glif │ │ ├── acircumflexdotbelow.glif │ │ ├── acircumflexhookabove.glif │ │ ├── acircumflextilde.glif │ │ ├── acute.glif │ │ ├── acutecomb.glif │ │ ├── adieresis.glif │ │ ├── adieresismacron.glif │ │ ├── adotaccent.glif │ │ ├── adotmacron.glif │ │ ├── ae.glif │ │ ├── aeacute.glif │ │ ├── aemacron.glif │ │ ├── agrave.glif │ │ ├── ahookabove.glif │ │ ├── amacron.glif │ │ ├── ampersand.glif │ │ ├── angstrom.glif │ │ ├── aogonek.glif │ │ ├── apostrophemod.glif │ │ ├── aring.glif │ │ ├── aringacute.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── atilde.glif │ │ ├── b.glif │ │ ├── bar.glif │ │ ├── bdotaccent.glif │ │ ├── braceleft.glif │ │ ├── bracketleft.glif │ │ ├── breve.glif │ │ ├── brevecomb.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── cacute.glif │ │ ├── caron.glif │ │ ├── caroncomb.glif │ │ ├── ccaron.glif │ │ ├── ccedilla.glif │ │ ├── ccedillaacute.glif │ │ ├── ccircumflex.glif │ │ ├── cdotaccent.glif │ │ ├── cedillacomb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── circumflexcomb.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── commaabovecomb.glif │ │ ├── commaaboverightcomb.glif │ │ ├── commaaccentcomb.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── dcaron.glif │ │ ├── dcedilla.glif │ │ ├── dcroat.glif │ │ ├── ddotaccent.glif │ │ ├── ddotbelow.glif │ │ ├── degree.glif │ │ ├── dialytikaoxia.glif │ │ ├── dialytikatonoscomb.glif │ │ ├── dialytikavaria.glif │ │ ├── dieresis.glif │ │ ├── dieresiscomb.glif │ │ ├── dieresistonos.glif │ │ ├── divide.glif │ │ ├── dmacronbelow.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotaccentcomb.glif │ │ ├── dotbelowcomb.glif │ │ ├── e.glif │ │ ├── eacute.glif │ │ ├── ebreve.glif │ │ ├── ecaron.glif │ │ ├── ecedilla.glif │ │ ├── ecedillabreve.glif │ │ ├── ecircumflex.glif │ │ ├── ecircumflexdotbelow.glif │ │ ├── ecircumflexhookabove.glif │ │ ├── ecircumflextilde.glif │ │ ├── edieresis.glif │ │ ├── edotaccent.glif │ │ ├── egrave.glif │ │ ├── ehookabove.glif │ │ ├── eight.glif │ │ ├── eight.small.glif │ │ ├── emacron.glif │ │ ├── emacronacute.glif │ │ ├── emacrongrave.glif │ │ ├── eng.glif │ │ ├── eogonek.glif │ │ ├── equal.glif │ │ ├── equal_greater.glif │ │ ├── eth.glif │ │ ├── etilde.glif │ │ ├── euro.glif │ │ ├── exclam.glif │ │ ├── ezh.glif │ │ ├── ezhcaron.glif │ │ ├── f.glif │ │ ├── fdotaccent.glif │ │ ├── five.glif │ │ ├── five.onum.glif │ │ ├── five.small.glif │ │ ├── four.glif │ │ ├── four.onum.glif │ │ ├── four.small.glif │ │ ├── g.glif │ │ ├── gacute.glif │ │ ├── gbreve.glif │ │ ├── gcaron.glif │ │ ├── gcircumflex.glif │ │ ├── gcommaaccent.glif │ │ ├── gdotaccent.glif │ │ ├── germandbls.glif │ │ ├── glottalstop.glif │ │ ├── glottalstopmod.glif │ │ ├── glottalstopsmall.glif │ │ ├── gmacron.glif │ │ ├── grave.glif │ │ ├── gravecomb.glif │ │ ├── greater_equal_greater.glif │ │ ├── greater_hyphen_greater.glif │ │ ├── guillemetleft.glif │ │ ├── guilsinglleft.glif │ │ ├── h.glif │ │ ├── hbar.glif │ │ ├── hcedilla.glif │ │ ├── hookabovecomb.glif │ │ ├── horncomb.glif │ │ ├── hungarumlaut.glif │ │ ├── hungarumlautcomb.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── ibreve.glif │ │ ├── icaron.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── idieresisacute.glif │ │ ├── idotless.glif │ │ ├── igrave.glif │ │ ├── ihookabove.glif │ │ ├── ij.glif │ │ ├── imacron.glif │ │ ├── itilde.glif │ │ ├── j.glif │ │ ├── jdotless.glif │ │ ├── k.glif │ │ ├── kcommaaccent.glif │ │ ├── kgreenlandic.glif │ │ ├── l.glif │ │ ├── lacute.glif │ │ ├── lcaron.glif │ │ ├── lcommaaccent.glif │ │ ├── ldot.glif │ │ ├── ldotbelow.glif │ │ ├── ldotbelowmacron.glif │ │ ├── leftanglebracket.math.glif │ │ ├── less.glif │ │ ├── less_equal.glif │ │ ├── less_equal_greater.glif │ │ ├── less_equal_less.glif │ │ ├── less_hyphen.glif │ │ ├── less_hyphen_greater.glif │ │ ├── less_hyphen_less.glif │ │ ├── lmacronbelow.glif │ │ ├── longs.glif │ │ ├── longsdotaccent.glif │ │ ├── lowlinecomb.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── macron.glif │ │ ├── macronbelowcomb.glif │ │ ├── macroncomb.glif │ │ ├── macute.glif │ │ ├── mdotaccent.glif │ │ ├── mdotbelow.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── nacute.glif │ │ ├── ncaron.glif │ │ ├── ncommaaccent.glif │ │ ├── ndotaccent.glif │ │ ├── ngrave.glif │ │ ├── nine.glif │ │ ├── nine.onum.glif │ │ ├── nine.small.glif │ │ ├── ntilde.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oacute.glif │ │ ├── obreve.glif │ │ ├── ocaron.glif │ │ ├── ocircumflex.glif │ │ ├── ocircumflexdotbelow.glif │ │ ├── ocircumflexhookabove.glif │ │ ├── ocircumflextilde.glif │ │ ├── odieresis.glif │ │ ├── odieresismacron.glif │ │ ├── odotaccent.glif │ │ ├── odotaccentmacron.glif │ │ ├── oe.glif │ │ ├── ogonekcomb.glif │ │ ├── ograve.glif │ │ ├── ohookabove.glif │ │ ├── ohorn.glif │ │ ├── ohornacute.glif │ │ ├── ohorndotbelow.glif │ │ ├── ohorngrave.glif │ │ ├── ohornhookabove.glif │ │ ├── ohorntilde.glif │ │ ├── ohungarumlaut.glif │ │ ├── omacron.glif │ │ ├── omacronacute.glif │ │ ├── omacrongrave.glif │ │ ├── one.glif │ │ ├── one.onum.glif │ │ ├── one.small.glif │ │ ├── oogonek.glif │ │ ├── oogonekmacron.glif │ │ ├── ordfeminine.glif │ │ ├── ordmasculine.glif │ │ ├── oslash.glif │ │ ├── oslashacute.glif │ │ ├── otilde.glif │ │ ├── otildeacute.glif │ │ ├── otildedieresis.glif │ │ ├── otildemacron.glif │ │ ├── p.glif │ │ ├── pacute.glif │ │ ├── parenleft.glif │ │ ├── pdotaccent.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── perthousand.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── primemod.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── racute.glif │ │ ├── rcaron.glif │ │ ├── rcommaaccent.glif │ │ ├── rdotaccent.glif │ │ ├── rdotbelow.glif │ │ ├── rdotbelowmacron.glif │ │ ├── registered.glif │ │ ├── rightanglebracket.math.glif │ │ ├── ring.glif │ │ ├── ringcomb.glif │ │ ├── s.glif │ │ ├── sacute.glif │ │ ├── sacutedotaccent.glif │ │ ├── scaron.glif │ │ ├── scarondotaccent.glif │ │ ├── scedilla.glif │ │ ├── scircumflex.glif │ │ ├── scratch.glif │ │ ├── sdotaccent.glif │ │ ├── sdotbelowdotaccent.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── seven.onum.glif │ │ ├── seven.small.glif │ │ ├── six.glif │ │ ├── six.small.glif │ │ ├── slash.glif │ │ ├── sterling.glif │ │ ├── strokeshortcomb.glif │ │ ├── t.glif │ │ ├── tcaron.glif │ │ ├── tcedilla.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── three.onum.glif │ │ ├── three.small.glif │ │ ├── tilde.glif │ │ ├── tildecomb.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── two.onum.glif │ │ ├── two.small.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ubreve.glif │ │ ├── ucaron.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── udieresisacute.glif │ │ ├── udieresiscaron.glif │ │ ├── udieresisgrave.glif │ │ ├── udieresismacron.glif │ │ ├── udotbelow.glif │ │ ├── ugrave.glif │ │ ├── uhookabove.glif │ │ ├── uhorn.glif │ │ ├── uhornacute.glif │ │ ├── uhorndotbelow.glif │ │ ├── uhorngrave.glif │ │ ├── uhornhookabove.glif │ │ ├── uhorntilde.glif │ │ ├── uhungarumlaut.glif │ │ ├── umacron.glif │ │ ├── umacrondieresis.glif │ │ ├── underscore.glif │ │ ├── uniE_0A_0.glif │ │ ├── uogonek.glif │ │ ├── uring.glif │ │ ├── utilde.glif │ │ ├── utildeacute.glif │ │ ├── v.glif │ │ ├── verticallinemod.glif │ │ ├── vtilde.glif │ │ ├── w.glif │ │ ├── wacute.glif │ │ ├── wcircumflex.glif │ │ ├── wdieresis.glif │ │ ├── wdotaccent.glif │ │ ├── wgrave.glif │ │ ├── wring.glif │ │ ├── x.glif │ │ ├── xdieresis.glif │ │ ├── xdotaccent.glif │ │ ├── y.glif │ │ ├── yacute.glif │ │ ├── ycircumflex.glif │ │ ├── ydieresis.glif │ │ ├── ydotaccent.glif │ │ ├── ydotbelow.glif │ │ ├── yen.glif │ │ ├── ygrave.glif │ │ ├── yhookabove.glif │ │ ├── ymacron.glif │ │ ├── yring.glif │ │ ├── ytilde.glif │ │ ├── z.glif │ │ ├── zacute.glif │ │ ├── zcaron.glif │ │ ├── zcircumflex.glif │ │ ├── zdotaccent.glif │ │ ├── zero.glif │ │ ├── zero.onum.glif │ │ └── zero.small.glif │ ├── layercontents.plist │ ├── lib.plist │ └── metainfo.plist └── features │ └── features.fea └── workflow.yaml /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | venv 3 | build 4 | archive 5 | -------------------------------------------------------------------------------- /dist/otf/Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Black.otf -------------------------------------------------------------------------------- /dist/otf/Black_Oblique.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Black_Oblique.otf -------------------------------------------------------------------------------- /dist/otf/Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Bold.otf -------------------------------------------------------------------------------- /dist/otf/Bold_Oblique.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Bold_Oblique.otf -------------------------------------------------------------------------------- /dist/otf/DemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/DemiBold.otf -------------------------------------------------------------------------------- /dist/otf/DemiBold_Oblique.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/DemiBold_Oblique.otf -------------------------------------------------------------------------------- /dist/otf/ExtraBlack.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/ExtraBlack.otf -------------------------------------------------------------------------------- /dist/otf/ExtraBlack_Oblique.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/ExtraBlack_Oblique.otf -------------------------------------------------------------------------------- /dist/otf/ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/ExtraBold.otf -------------------------------------------------------------------------------- /dist/otf/ExtraBold_Oblique.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/ExtraBold_Oblique.otf -------------------------------------------------------------------------------- /dist/otf/ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/ExtraLight.otf -------------------------------------------------------------------------------- /dist/otf/ExtraLight_Oblique.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/ExtraLight_Oblique.otf -------------------------------------------------------------------------------- /dist/otf/Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Light.otf -------------------------------------------------------------------------------- /dist/otf/Light_Oblique.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Light_Oblique.otf -------------------------------------------------------------------------------- /dist/otf/Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Medium.otf -------------------------------------------------------------------------------- /dist/otf/Medium_Oblique.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Medium_Oblique.otf -------------------------------------------------------------------------------- /dist/otf/Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Regular.otf -------------------------------------------------------------------------------- /dist/otf/Regular_Oblique.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Regular_Oblique.otf -------------------------------------------------------------------------------- /dist/otf/Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Thin.otf -------------------------------------------------------------------------------- /dist/otf/Thin_Oblique.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/otf/Thin_Oblique.otf -------------------------------------------------------------------------------- /dist/ttf/Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Black.ttf -------------------------------------------------------------------------------- /dist/ttf/Black_Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Black_Oblique.ttf -------------------------------------------------------------------------------- /dist/ttf/Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Bold.ttf -------------------------------------------------------------------------------- /dist/ttf/Bold_Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Bold_Oblique.ttf -------------------------------------------------------------------------------- /dist/ttf/DemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/DemiBold.ttf -------------------------------------------------------------------------------- /dist/ttf/DemiBold_Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/DemiBold_Oblique.ttf -------------------------------------------------------------------------------- /dist/ttf/ExtraBlack.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/ExtraBlack.ttf -------------------------------------------------------------------------------- /dist/ttf/ExtraBlack_Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/ExtraBlack_Oblique.ttf -------------------------------------------------------------------------------- /dist/ttf/ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/ExtraBold.ttf -------------------------------------------------------------------------------- /dist/ttf/ExtraBold_Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/ExtraBold_Oblique.ttf -------------------------------------------------------------------------------- /dist/ttf/ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/ExtraLight.ttf -------------------------------------------------------------------------------- /dist/ttf/ExtraLight_Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/ExtraLight_Oblique.ttf -------------------------------------------------------------------------------- /dist/ttf/Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Light.ttf -------------------------------------------------------------------------------- /dist/ttf/Light_Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Light_Oblique.ttf -------------------------------------------------------------------------------- /dist/ttf/Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Medium.ttf -------------------------------------------------------------------------------- /dist/ttf/Medium_Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Medium_Oblique.ttf -------------------------------------------------------------------------------- /dist/ttf/Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Regular.ttf -------------------------------------------------------------------------------- /dist/ttf/Regular_Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Regular_Oblique.ttf -------------------------------------------------------------------------------- /dist/ttf/Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Thin.ttf -------------------------------------------------------------------------------- /dist/ttf/Thin_Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/ttf/Thin_Oblique.ttf -------------------------------------------------------------------------------- /dist/variable/AnnotationMono-VF.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/variable/AnnotationMono-VF.ttf -------------------------------------------------------------------------------- /dist/variable_woff2/AnnotationMono-VF.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/variable_woff2/AnnotationMono-VF.woff2 -------------------------------------------------------------------------------- /dist/woff2/Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Black.woff2 -------------------------------------------------------------------------------- /dist/woff2/Black_Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Black_Oblique.woff2 -------------------------------------------------------------------------------- /dist/woff2/Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Bold.woff2 -------------------------------------------------------------------------------- /dist/woff2/Bold_Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Bold_Oblique.woff2 -------------------------------------------------------------------------------- /dist/woff2/DemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/DemiBold.woff2 -------------------------------------------------------------------------------- /dist/woff2/DemiBold_Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/DemiBold_Oblique.woff2 -------------------------------------------------------------------------------- /dist/woff2/ExtraBlack.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/ExtraBlack.woff2 -------------------------------------------------------------------------------- /dist/woff2/ExtraBlack_Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/ExtraBlack_Oblique.woff2 -------------------------------------------------------------------------------- /dist/woff2/ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/ExtraBold.woff2 -------------------------------------------------------------------------------- /dist/woff2/ExtraBold_Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/ExtraBold_Oblique.woff2 -------------------------------------------------------------------------------- /dist/woff2/ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/ExtraLight.woff2 -------------------------------------------------------------------------------- /dist/woff2/ExtraLight_Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/ExtraLight_Oblique.woff2 -------------------------------------------------------------------------------- /dist/woff2/Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Light.woff2 -------------------------------------------------------------------------------- /dist/woff2/Light_Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Light_Oblique.woff2 -------------------------------------------------------------------------------- /dist/woff2/Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Medium.woff2 -------------------------------------------------------------------------------- /dist/woff2/Medium_Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Medium_Oblique.woff2 -------------------------------------------------------------------------------- /dist/woff2/Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Regular.woff2 -------------------------------------------------------------------------------- /dist/woff2/Regular_Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Regular_Oblique.woff2 -------------------------------------------------------------------------------- /dist/woff2/Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Thin.woff2 -------------------------------------------------------------------------------- /dist/woff2/Thin_Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/dist/woff2/Thin_Oblique.woff2 -------------------------------------------------------------------------------- /images/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qwerasd205/AnnotationMono/1ec4178e98d44cf3003be066eb83b34ead9d4359/images/banner.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | fontmake 2 | fonttools 3 | ufolib2 4 | ufoProcessor 5 | glyphsLib 6 | gftools 7 | git+https://github.com/googlefonts/fontra.git 8 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/A_hookabove.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/A_ogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/D_cedilla.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/E_cedilla.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/E_hookabove.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/G_commaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/H_cedilla.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/I_hookabove.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/K_commaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/L_commaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/N_commaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/O_hookabove.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/O_horn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/R_commaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/S_cedilla.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/T_cedilla.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/U_hookabove.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/U_horn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/Y_hookabove.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/aogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/apostrophemod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/ccedilla.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/commaturnedmod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/dcedilla.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/ecedilla.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/eight.onum.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/hcedilla.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/iacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/ibreve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/icaron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/icircumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/idieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/igrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/imacron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/itilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/kcommaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/lcommaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/ncommaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/ohorn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/quotedbl.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/rcommaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/scedilla.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/tcedilla.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/uhorn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/glyphs/uogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/layercontents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | public.default 7 | glyphs 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.github.fonttools.ufoLib 7 | formatVersion 8 | 3 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/apostrophemod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/commaturnedmod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/eight.onum.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/iacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/ibreve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/icaron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/icircumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/idieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/igrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/imacron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/itilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/glyphs/quotedbl.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/layercontents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | public.default 7 | glyphs 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Bold[slnt=-15].ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.github.fonttools.ufoLib 7 | formatVersion 8 | 3 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs.weight=1000,top=0/contents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/A_E_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/A_E_macron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/A_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/A_breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/A_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/A_dieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/A_grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/A_macron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/A_ring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/A_tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/B_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/K_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/K_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/K_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/L_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/O_horn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/P_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/S_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/S_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/U_horn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/V_tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/apostrophemod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/bdotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/commaabovecomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/commaaboverightcomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/commaturnedmod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/ddotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/dialytikatonoscomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Generated by precompose.py 6 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/dieresiscomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/eight.onum.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/hcaron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/iacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/ibreve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/icaron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/icircumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/idieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/igrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/ihookabove.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/imacron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/itilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/kacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/kcaron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/lacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/quotedbl.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/rdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/rightanglebracket.math.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/glyphs/ydotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.github.fonttools.ufoLib 7 | formatVersion 8 | 3 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs.weight=1000,top=0/contents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/apostrophemod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/bdotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/commaabovecomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/commaaboverightcomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/commaturnedmod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/ddotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/dieresiscomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/eight.onum.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/iacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/ibreve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/icaron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/icircumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/idieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/igrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/imacron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/itilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/quotedbl.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/rdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/rightanglebracket.math.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/glyphs/ydotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_ExtraBlack[slnt=-15].ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.github.fonttools.ufoLib 7 | formatVersion 8 | 3 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs.top=0,left=0/contents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | double_line_drawing_character 6 | double_line_drawing_character.glif 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs.width=200/contents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | hyphen 6 | hyphen.glif 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs.width=500/contents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | hyphen 6 | hyphen.glif 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_E_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_E_macron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_circumflexacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_circumflexgrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_dieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_macron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_ring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/A_tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/B_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/C_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/C_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/D_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/D_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/D_macronbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/E_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/E_breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/E_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/E_circumflexacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/E_circumflexgrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/E_dieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/E_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/E_grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/E_macron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/E_tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/E_zhcaron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/G_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/G_breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/G_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/G_commaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/G_macron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/H_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/H_dieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/H_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/I_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/K_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/K_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/K_commaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/K_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/L_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/L_commaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/L_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/M_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/M_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/N_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/N_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/N_commaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/N_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/N_grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/N_tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/O_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/O_breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/O_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/O_circumflexacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/O_circumflexgrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/O_dieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/O_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/O_grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/O_horn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/O_macron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/O_tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/P_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/R_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/R_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/R_commaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/R_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/S_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/S_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/S_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/T_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/T_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/U_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/U_breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/U_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/U_dieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/U_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/U_grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/U_horn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/U_macron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/U_ring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/U_tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/V_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/V_tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/W_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/W_dieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/W_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/W_grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/X_dieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/Y_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/Y_dieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/Y_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/Y_grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/Y_macron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/Y_tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/Z_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/Z_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/Z_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/acircumflexacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/acircumflexgrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/adotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/angstrom.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/aring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/bdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/ddotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/dialytikatonoscomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Generated by precompose.py 6 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/dmacronbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/ecircumflexacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/ecircumflexgrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/edotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/eogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/fdotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/hcaron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/hdieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/hdotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/hdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/idieresisacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/idotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/ihookabove.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/jcaron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/jcircumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/kacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/kcaron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/kcommaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/kdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/lacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/lcommaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/ldotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/mdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/ncommaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/ndotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/ocircumflexacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/ocircumflexgrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/odotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/ohorn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/rcommaaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/rdotbelowmacron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/sdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/tdieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/tdotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/tdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/udotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/uhorn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/uring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/vdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/wdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/wring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/yring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/glyphs/zdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.github.fonttools.ufoLib 7 | formatVersion 8 | 3 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs.top=0,left=0/contents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | double_line_drawing_character 6 | double_line_drawing_character.glif 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs.width=200/contents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | hyphen 6 | hyphen.glif 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs.width=500/contents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | hyphen 6 | hyphen.glif 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs/A_circumflexacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs/A_circumflexgrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs/E_circumflexacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs/E_circumflexgrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs/O_circumflexacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs/O_circumflexgrave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs/angstrom.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs/idieresisacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs/jcaron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs/jcircumflex.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/glyphs/rdotbelowmacron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Regular[slnt=-15].ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.github.fonttools.ufoLib 7 | formatVersion 8 | 3 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/A_E_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/A_E_macron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/A_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/A_breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/A_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/A_dieresis.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/A_grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/A_macron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/A_ring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/A_tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/B_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/D_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/O_horn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/P_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/S_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/S_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/S_dotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/U_horn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/apostrophemod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/bdotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/commaabovecomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/commaaboverightcomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/commaturnedmod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/ddotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/ddotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/dialytikatonoscomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Generated by precompose.py 6 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/dieresiscomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/eogonek.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/lacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/ldotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/mdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/ohorn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/rdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/rightanglebracket.math.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/udotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/uhorn.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/uring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/glyphs/ydotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/layercontents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | public.default 7 | glyphs 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin.ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.github.fonttools.ufoLib 7 | formatVersion 8 | 3 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/A_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/A_breve.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/A_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/A_grave.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/A_ring.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/A_tilde.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/D_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/P_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/S_acute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/S_caron.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/apostrophemod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/bdotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/commaabovecomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/commaaboverightcomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/commaturnedmod.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/ddotaccent.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/dieresiscomb.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/lacute.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Generated by precompose.py 7 | If this note is removed or altered then future runs will not update this, even if anchor positions have changed. 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/rdotbelow.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/glyphs/rightanglebracket.math.glif: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/layercontents.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | public.default 7 | glyphs 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/AnnotationMono_Thin[slnt=-15].ufo/metainfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | creator 6 | com.github.fonttools.ufoLib 7 | formatVersion 8 | 3 9 | 10 | 11 | --------------------------------------------------------------------------------