├── .flake8 ├── .github ├── FUNDING.yml └── workflows │ ├── build.yaml │ └── release.yml ├── .gitignore ├── AUTHORS.txt ├── CONTRIBUTORS.txt ├── Makefile ├── OFL.txt ├── README-Debian.md ├── README.md ├── documentation ├── ARTICLE.en_us.html ├── Sudo Overview.pdf ├── Sudo Overview.tex ├── characters.tex ├── din91379-blocks.tex ├── image1.png ├── image1.py └── opentype-features.tex ├── fonts-sudo-archive-keyring.gpg ├── fonts └── variable │ ├── Sudo-Italic[YTDE,wght].ttf │ ├── SudoUI-Italic[YTDE,wght].ttf │ ├── SudoUI[YTDE,wght].ttf │ └── Sudo[YTDE,wght].ttf ├── images ├── sudo-light-powerline.png ├── sudo-monospaced-ui-font.afdesign ├── sudo-monospaced-ui-font.png ├── sudo-textmate-py.png └── sudo.png ├── out ├── badges │ ├── ArticleChecks.json │ ├── DescriptionChecks.json │ ├── FamilyChecks.json │ ├── FontFileChecks.json │ ├── GlyphsetChecks.json │ ├── LicensingChecks.json │ ├── MetadataChecks.json │ ├── Nametablechecks.json │ ├── OpenTypeSpecificationChecks.json │ ├── OutlineChecks.json │ ├── RepositoryChecks.json │ ├── ShapingChecks.json │ ├── SuperfamilyChecks.json │ ├── UniversalProfileChecks.json │ └── overall.json └── fontbakery │ ├── fontbakery-report.html │ └── fontbakery-report.md ├── packaging └── debian │ ├── changelog │ ├── control │ ├── copyright │ ├── fonts-sudo.dirs │ ├── fonts-sudo.lintian-overrides │ ├── rules │ └── source │ ├── format │ └── include-binaries ├── reference └── DIN 91379 Sequences.rtf ├── renovate.json ├── requirements-test.in ├── requirements-test.txt ├── requirements.in ├── requirements.txt ├── scripts ├── Add Width Classes.py ├── Build Production Sources.py ├── BuildWebSVGs.py ├── Export Fonts From Glyphs.py ├── Update Rename Glyphs CP.py ├── customize.py ├── deb-install.sh ├── index.html ├── prepare-deb.sh ├── read-config.py └── update-custom-filter.py ├── sources-design ├── README.md └── Sudo.glyphspackage │ ├── fontinfo.plist │ ├── glyphs │ ├── A_-cy.glyph │ ├── A_.glyph │ ├── A_.hex.glyph │ ├── A_.short.glyph │ ├── A_.sups.glyph │ ├── A_E_.glyph │ ├── A_E_.ss20.glyph │ ├── A_E_acute.glyph │ ├── A_E_acute.ss20.glyph │ ├── A_E_macron.glyph │ ├── A_E_macron.ss20.glyph │ ├── A_acute.glyph │ ├── A_breve.glyph │ ├── A_breveacute.glyph │ ├── A_breveacute.ss20.glyph │ ├── A_brevedotbelow.glyph │ ├── A_brevegrave.glyph │ ├── A_brevegrave.ss20.glyph │ ├── A_brevehookabove.glyph │ ├── A_brevehookabove.ss20.glyph │ ├── A_brevetilde.glyph │ ├── A_brevetilde.ss20.glyph │ ├── A_caron.glyph │ ├── A_circumflex.glyph │ ├── A_circumflexacute.glyph │ ├── A_circumflexacute.ss20.glyph │ ├── A_circumflexdotbelow.glyph │ ├── A_circumflexgrave.glyph │ ├── A_circumflexgrave.ss20.glyph │ ├── A_circumflexhookabove.glyph │ ├── A_circumflexhookabove.ss20.glyph │ ├── A_circumflextilde.glyph │ ├── A_circumflextilde.ss20.glyph │ ├── A_dieresis.glyph │ ├── A_dieresismacron.glyph │ ├── A_dieresismacron.ss20.glyph │ ├── A_dotaccent.glyph │ ├── A_dotbelow.glyph │ ├── A_grave.glyph │ ├── A_hookabove.glyph │ ├── A_hookabove.ss20.glyph │ ├── A_lpha.glyph │ ├── A_lphatonos.glyph │ ├── A_macron.glyph │ ├── A_ogonek.glyph │ ├── A_ring.glyph │ ├── A_ring.ss20.glyph │ ├── A_ringacute.glyph │ ├── A_tilde.glyph │ ├── B_.glyph │ ├── B_.hex.glyph │ ├── B_.short.glyph │ ├── B_.sups.glyph │ ├── B_dotaccent.glyph │ ├── B_dotbelow.glyph │ ├── B_e-cy.glyph │ ├── B_eta.glyph │ ├── B_hook.glyph │ ├── B_hook.ss20.glyph │ ├── B_macronbelow.glyph │ ├── B_stroke.glyph │ ├── C_.glyph │ ├── C_.hex.glyph │ ├── C_.short.glyph │ ├── C_.ss20.glyph │ ├── C_.sups.glyph │ ├── C_R_.glyph │ ├── C_acute.glyph │ ├── C_acute.ss20.glyph │ ├── C_caron.glyph │ ├── C_caron.ss20.glyph │ ├── C_cedilla.glyph │ ├── C_cedilla.ss20.glyph │ ├── C_cedillaacute.glyph │ ├── C_cedillaacute.ss20.glyph │ ├── C_circumflex.glyph │ ├── C_circumflex.ss20.glyph │ ├── C_dotaccent.glyph │ ├── C_dotaccent.ss20.glyph │ ├── C_he-cy.glyph │ ├── C_hi.glyph │ ├── C_hook.glyph │ ├── C_hook.ss20.glyph │ ├── D_.glyph │ ├── D_.hex.glyph │ ├── D_.short.glyph │ ├── D_.ss20.glyph │ ├── D_.sups.glyph │ ├── D_caron.glyph │ ├── D_caron.ss20.glyph │ ├── D_cedilla.glyph │ ├── D_cedilla.ss20.glyph │ ├── D_croat.glyph │ ├── D_croat.ss20.glyph │ ├── D_dotaccent.glyph │ ├── D_dotaccent.ss20.glyph │ ├── D_dotbelow.glyph │ ├── D_dotbelow.ss20.glyph │ ├── D_e-cy.glyph │ ├── D_e-cy.ss20.glyph │ ├── D_elta.glyph │ ├── D_hook.glyph │ ├── D_hook.ss20.glyph │ ├── D_je-cy.glyph │ ├── D_macronbelow.glyph │ ├── D_macronbelow.ss20.glyph │ ├── D_ze-cy.glyph │ ├── D_zhe-cy.glyph │ ├── E_-cy.glyph │ ├── E_.glyph │ ├── E_.hex.glyph │ ├── E_.short.glyph │ ├── E_.ss20.glyph │ ├── E_.sups.glyph │ ├── E_acute.glyph │ ├── E_acute.ss20.glyph │ ├── E_breve.glyph │ ├── E_breve.ss20.glyph │ ├── E_caron.glyph │ ├── E_caron.ss20.glyph │ ├── E_cedilla.glyph │ ├── E_cedilla.ss20.glyph │ ├── E_cedillabreve.glyph │ ├── E_cedillabreve.ss20.glyph │ ├── E_circumflex.glyph │ ├── E_circumflex.ss20.glyph │ ├── E_circumflexacute.glyph │ ├── E_circumflexacute.ss20.glyph │ ├── E_circumflexdotbelow.glyph │ ├── E_circumflexdotbelow.ss20.glyph │ ├── E_circumflexgrave.glyph │ ├── E_circumflexgrave.ss20.glyph │ ├── E_circumflexhookabove.glyph │ ├── E_circumflexhookabove.ss20.glyph │ ├── E_circumflextilde.glyph │ ├── E_circumflextilde.ss20.glyph │ ├── E_dieresis.glyph │ ├── E_dieresis.ss20.glyph │ ├── E_dotaccent.glyph │ ├── E_dotaccent.ss20.glyph │ ├── E_dotbelow.glyph │ ├── E_dotbelow.ss20.glyph │ ├── E_f-cy.glyph │ ├── E_f-cy.ss20.glyph │ ├── E_grave.glyph │ ├── E_grave.ss20.glyph │ ├── E_hookabove.glyph │ ├── E_hookabove.ss20.glyph │ ├── E_l-cy.glyph │ ├── E_l-cy.ss20.glyph │ ├── E_m-cy.glyph │ ├── E_m-cy.ss20.glyph │ ├── E_macron.glyph │ ├── E_macron.ss20.glyph │ ├── E_macronacute.glyph │ ├── E_macronacute.ss20.glyph │ ├── E_macrongrave.glyph │ ├── E_macrongrave.ss20.glyph │ ├── E_n-cy.glyph │ ├── E_n-cy.ss20.glyph │ ├── E_ng.glyph │ ├── E_ng.loclN_S_M_.glyph │ ├── E_ng.loclN_S_M_.ss20.glyph │ ├── E_ng.ss20.glyph │ ├── E_ogonek.glyph │ ├── E_ogonek.ss20.glyph │ ├── E_open.glyph │ ├── E_psilon.glyph │ ├── E_psilon.ss20.glyph │ ├── E_psilontonos.glyph │ ├── E_psilontonos.ss20.glyph │ ├── E_r-cy.glyph │ ├── E_reversed-cy.glyph │ ├── E_s-cy.glyph │ ├── E_s-cy.ss20.glyph │ ├── E_ta.glyph │ ├── E_ta.ss20.glyph │ ├── E_tatonos.glyph │ ├── E_tatonos.ss20.glyph │ ├── E_th.glyph │ ├── E_th.ss20.glyph │ ├── E_tilde.glyph │ ├── E_tilde.ss20.glyph │ ├── E_turned.glyph │ ├── E_turned.ss20.glyph │ ├── E_zh.glyph │ ├── E_zh.ss20.glyph │ ├── E_zhcaron.glyph │ ├── E_zhcaron.ss20.glyph │ ├── F_.glyph │ ├── F_.hex.glyph │ ├── F_.short.glyph │ ├── F_.ss20.glyph │ ├── F_.sups.glyph │ ├── F_dotaccent.glyph │ ├── F_dotaccent.ss20.glyph │ ├── G_.glyph │ ├── G_.short.glyph │ ├── G_.ss20.glyph │ ├── G_.sups.glyph │ ├── G_acute.glyph │ ├── G_acute.ss20.glyph │ ├── G_amma.glyph │ ├── G_amma.ss20.glyph │ ├── G_breve.glyph │ ├── G_breve.ss20.glyph │ ├── G_caron.glyph │ ├── G_caron.ss20.glyph │ ├── G_circumflex.glyph │ ├── G_circumflex.ss20.glyph │ ├── G_commaaccent.glyph │ ├── G_commaaccent.ss20.glyph │ ├── G_dotaccent.glyph │ ├── G_dotaccent.ss20.glyph │ ├── G_e-cy.glyph │ ├── G_e-cy.ss20.glyph │ ├── G_ermandbls.glyph │ ├── G_ermandbls.ss20.glyph │ ├── G_eupturn-cy.glyph │ ├── G_eupturn-cy.ss20.glyph │ ├── G_je-cy.glyph │ ├── G_je-cy.ss20.glyph │ ├── G_macron.glyph │ ├── G_macron.ss20.glyph │ ├── G_stroke.glyph │ ├── G_stroke.ss20.glyph │ ├── H_.glyph │ ├── H_.ss20.glyph │ ├── H_.sups.glyph │ ├── H_a-cy.glyph │ ├── H_ardsign-cy.glyph │ ├── H_bar.glyph │ ├── H_bar.ss20.glyph │ ├── H_brevebelow.glyph │ ├── H_brevebelow.ss20.glyph │ ├── H_caron.glyph │ ├── H_caron.ss20.glyph │ ├── H_cedilla.glyph │ ├── H_cedilla.ss20.glyph │ ├── H_circumflex.glyph │ ├── H_circumflex.ss20.glyph │ ├── H_dieresis.glyph │ ├── H_dieresis.ss20.glyph │ ├── H_dotaccent.glyph │ ├── H_dotaccent.ss20.glyph │ ├── H_dotbelow.glyph │ ├── H_dotbelow.ss20.glyph │ ├── H_turned.glyph │ ├── H_turned.ss20.glyph │ ├── I_-cy.cv02.glyph │ ├── I_-cy.cv02.ss20.glyph │ ├── I_-cy.glyph │ ├── I_-cy.ss20.glyph │ ├── I_.cv02.glyph │ ├── I_.cv02.ss20.glyph │ ├── I_.glyph │ ├── I_.short.cv02.glyph │ ├── I_.short.glyph │ ├── I_.ss20.glyph │ ├── I_.sups.glyph │ ├── I_J_.glyph │ ├── I_J_.ss20.glyph │ ├── I_acute.cv02.glyph │ ├── I_acute.cv02.ss20.glyph │ ├── I_acute.glyph │ ├── I_acute.ss20.glyph │ ├── I_breve.cv02.glyph │ ├── I_breve.cv02.ss20.glyph │ ├── I_breve.glyph │ ├── I_breve.ss20.glyph │ ├── I_capitalsmall.cv02.glyph │ ├── I_capitalsmall.cv02.ss20.glyph │ ├── I_capitalsmall.glyph │ ├── I_capitalsmall.ss20.glyph │ ├── I_caron.cv02.glyph │ ├── I_caron.cv02.ss20.glyph │ ├── I_caron.glyph │ ├── I_caron.ss20.glyph │ ├── I_circumflex.cv02.glyph │ ├── I_circumflex.cv02.ss20.glyph │ ├── I_circumflex.glyph │ ├── I_circumflex.ss20.glyph │ ├── I_dieresis.cv02.glyph │ ├── I_dieresis.cv02.ss20.glyph │ ├── I_dieresis.glyph │ ├── I_dieresis.ss20.glyph │ ├── I_dieresisacute.cv02.glyph │ ├── I_dieresisacute.cv02.ss20.glyph │ ├── I_dieresisacute.glyph │ ├── I_dieresisacute.ss20.glyph │ ├── I_dotaccent.cv02.glyph │ ├── I_dotaccent.cv02.ss20.glyph │ ├── I_dotaccent.glyph │ ├── I_dotaccent.ss20.glyph │ ├── I_dotbelow.cv02.glyph │ ├── I_dotbelow.cv02.ss20.glyph │ ├── I_dotbelow.glyph │ ├── I_dotbelow.ss20.glyph │ ├── I_e-cy.glyph │ ├── I_e-cy.ss20.glyph │ ├── I_egrave-cy.glyph │ ├── I_egrave-cy.ss20.glyph │ ├── I_grave.cv02.glyph │ ├── I_grave.cv02.ss20.glyph │ ├── I_grave.glyph │ ├── I_grave.ss20.glyph │ ├── I_hookabove.cv02.glyph │ ├── I_hookabove.cv02.ss20.glyph │ ├── I_hookabove.glyph │ ├── I_hookabove.ss20.glyph │ ├── I_i-cy.glyph │ ├── I_i-cy.ss20.glyph │ ├── I_igrave-cy.glyph │ ├── I_igrave-cy.ss20.glyph │ ├── I_ishort-cy.glyph │ ├── I_ishort-cy.ss20.glyph │ ├── I_macron.cv02.glyph │ ├── I_macron.cv02.ss20.glyph │ ├── I_macron.glyph │ ├── I_macron.ss20.glyph │ ├── I_o-cy.glyph │ ├── I_o-cy.ss20.glyph │ ├── I_ogonek.cv02.glyph │ ├── I_ogonek.cv02.ss20.glyph │ ├── I_ogonek.glyph │ ├── I_ogonek.ss20.glyph │ ├── I_ota.cv02.glyph │ ├── I_ota.cv02.ss20.glyph │ ├── I_ota.glyph │ ├── I_ota.ss20.glyph │ ├── I_otadieresis.cv02.glyph │ ├── I_otadieresis.cv02.ss20.glyph │ ├── I_otadieresis.glyph │ ├── I_otadieresis.ss20.glyph │ ├── I_otatonos.cv02.glyph │ ├── I_otatonos.cv02.ss20.glyph │ ├── I_otatonos.glyph │ ├── I_otatonos.ss20.glyph │ ├── I_small.glyph │ ├── I_small.ss20.glyph │ ├── I_smallstroke.glyph │ ├── I_smallstroke.ss20.glyph │ ├── I_stroke.cv02.glyph │ ├── I_stroke.cv02.ss20.glyph │ ├── I_stroke.glyph │ ├── I_stroke.ss20.glyph │ ├── I_tilde.cv02.glyph │ ├── I_tilde.cv02.ss20.glyph │ ├── I_tilde.glyph │ ├── I_tilde.ss20.glyph │ ├── J_.cv03.glyph │ ├── J_.cv03.ss20.glyph │ ├── J_.glyph │ ├── J_.ss20.glyph │ ├── J_.sups.glyph │ ├── J_acute.cv03.glyph │ ├── J_acute.cv03.ss20.glyph │ ├── J_acute.glyph │ ├── J_acute.ss20.glyph │ ├── J_circumflex.cv03.glyph │ ├── J_circumflex.cv03.ss20.glyph │ ├── J_circumflex.glyph │ ├── J_circumflex.ss20.glyph │ ├── J_e-cy.cv03.glyph │ ├── J_e-cy.cv03.ss20.glyph │ ├── J_e-cy.glyph │ ├── J_e-cy.ss20.glyph │ ├── K_.glyph │ ├── K_.short.glyph │ ├── K_.sups.glyph │ ├── K_a-cy.glyph │ ├── K_acute.glyph │ ├── K_appa.glyph │ ├── K_caron.glyph │ ├── K_commaaccent.glyph │ ├── K_dotbelow.glyph │ ├── K_hook.glyph │ ├── K_je-cy.glyph │ ├── K_macronbelow.glyph │ ├── L_.glyph │ ├── L_.ss20.glyph │ ├── L_.sups.glyph │ ├── L_acute.glyph │ ├── L_acute.ss20.glyph │ ├── L_ambda.glyph │ ├── L_bar.glyph │ ├── L_bar.ss20.glyph │ ├── L_caron.glyph │ ├── L_caron.ss20.glyph │ ├── L_commaaccent.glyph │ ├── L_commaaccent.ss20.glyph │ ├── L_dot.glyph │ ├── L_dot.ss20.glyph │ ├── L_dotbelow.glyph │ ├── L_dotbelow.ss20.glyph │ ├── L_dotbelowmacron.glyph │ ├── L_dotbelowmacron.ss20.glyph │ ├── L_je-cy.glyph │ ├── L_je-cy.ss20.glyph │ ├── L_macronbelow.glyph │ ├── L_macronbelow.ss20.glyph │ ├── L_slash.glyph │ ├── L_slash.ss20.glyph │ ├── M_.glyph │ ├── M_.ss20.glyph │ ├── M_.sups.glyph │ ├── M_acute.glyph │ ├── M_acute.ss20.glyph │ ├── M_dotaccent.glyph │ ├── M_dotaccent.ss20.glyph │ ├── M_dotbelow.glyph │ ├── M_dotbelow.ss20.glyph │ ├── M_u.glyph │ ├── M_u.ss20.glyph │ ├── N_.glyph │ ├── N_.short.glyph │ ├── N_.ss20.glyph │ ├── N_.sups.glyph │ ├── N_acute.glyph │ ├── N_acute.ss20.glyph │ ├── N_caron.glyph │ ├── N_caron.ss20.glyph │ ├── N_commaaccent.glyph │ ├── N_commaaccent.ss20.glyph │ ├── N_dotaccent.glyph │ ├── N_dotaccent.ss20.glyph │ ├── N_dotbelow.glyph │ ├── N_dotbelow.ss20.glyph │ ├── N_grave.glyph │ ├── N_grave.ss20.glyph │ ├── N_hookleft.glyph │ ├── N_hookleft.ss20.glyph │ ├── N_je-cy.glyph │ ├── N_je-cy.ss20.glyph │ ├── N_macronbelow.glyph │ ├── N_macronbelow.ss20.glyph │ ├── N_tilde.glyph │ ├── N_tilde.ss20.glyph │ ├── N_u.glyph │ ├── N_u.ss20.glyph │ ├── O_-cy.glyph │ ├── O_-cy.ss20.glyph │ ├── O_.glyph │ ├── O_.short.glyph │ ├── O_.ss20.glyph │ ├── O_.sups.glyph │ ├── O_E_.glyph │ ├── O_E_.ss20.glyph │ ├── O_acute.glyph │ ├── O_acute.ss20.glyph │ ├── O_barred.glyph │ ├── O_barred.ss20.glyph │ ├── O_breve.glyph │ ├── O_breve.ss20.glyph │ ├── O_caron.glyph │ ├── O_caron.ss20.glyph │ ├── O_circumflex.glyph │ ├── O_circumflex.ss20.glyph │ ├── O_circumflexacute.glyph │ ├── O_circumflexacute.ss20.glyph │ ├── O_circumflexdotbelow.glyph │ ├── O_circumflexdotbelow.ss20.glyph │ ├── O_circumflexgrave.glyph │ ├── O_circumflexgrave.ss20.glyph │ ├── O_circumflexhookabove.glyph │ ├── O_circumflexhookabove.ss20.glyph │ ├── O_circumflextilde.glyph │ ├── O_circumflextilde.ss20.glyph │ ├── O_dieresis.glyph │ ├── O_dieresis.ss20.glyph │ ├── O_dieresismacron.glyph │ ├── O_dieresismacron.ss20.glyph │ ├── O_dotaccent.glyph │ ├── O_dotaccent.ss20.glyph │ ├── O_dotaccentmacron.glyph │ ├── O_dotaccentmacron.ss20.glyph │ ├── O_dotbelow.glyph │ ├── O_dotbelow.ss20.glyph │ ├── O_grave.glyph │ ├── O_grave.ss20.glyph │ ├── O_hm.glyph │ ├── O_hookabove.glyph │ ├── O_hookabove.ss20.glyph │ ├── O_horn.glyph │ ├── O_horn.short.glyph │ ├── O_horn.ss20.glyph │ ├── O_hornacute.glyph │ ├── O_hornacute.ss20.glyph │ ├── O_horndotbelow.glyph │ ├── O_horndotbelow.ss20.glyph │ ├── O_horngrave.glyph │ ├── O_horngrave.ss20.glyph │ ├── O_hornhookabove.glyph │ ├── O_hornhookabove.ss20.glyph │ ├── O_horntilde.glyph │ ├── O_horntilde.ss20.glyph │ ├── O_hungarumlaut.glyph │ ├── O_hungarumlaut.ss20.glyph │ ├── O_macron.glyph │ ├── O_macron.ss20.glyph │ ├── O_macronacute.glyph │ ├── O_macronacute.ss20.glyph │ ├── O_macrongrave.glyph │ ├── O_macrongrave.ss20.glyph │ ├── O_mega.glyph │ ├── O_megatonos.glyph │ ├── O_megatonos.ss20.glyph │ ├── O_micron.glyph │ ├── O_micron.ss20.glyph │ ├── O_microntonos.glyph │ ├── O_microntonos.ss20.glyph │ ├── O_ogonek.glyph │ ├── O_ogonek.ss20.glyph │ ├── O_ogonekmacron.glyph │ ├── O_ogonekmacron.ss20.glyph │ ├── O_open.glyph │ ├── O_open.ss20.glyph │ ├── O_slash.glyph │ ├── O_slash.ss20.glyph │ ├── O_slashacute.glyph │ ├── O_slashacute.ss20.glyph │ ├── O_tilde.glyph │ ├── O_tilde.ss20.glyph │ ├── O_tildemacron.glyph │ ├── O_tildemacron.ss20.glyph │ ├── P_.glyph │ ├── P_.short.glyph │ ├── P_.sups.glyph │ ├── P_acute.glyph │ ├── P_alochka-cy.cv02.glyph │ ├── P_alochka-cy.cv02.ss20.glyph │ ├── P_alochka-cy.glyph │ ├── P_alochka-cy.ss20.glyph │ ├── P_dotaccent.glyph │ ├── P_e-cy.glyph │ ├── P_e-cy.ss20.glyph │ ├── P_hi.glyph │ ├── P_hi.ss20.glyph │ ├── P_i.glyph │ ├── P_i.ss20.glyph │ ├── P_si.glyph │ ├── P_si.ss20.glyph │ ├── Q_.glyph │ ├── Q_.ss20.glyph │ ├── Q_.sups.glyph │ ├── R_.glyph │ ├── R_.short.glyph │ ├── R_.sups.glyph │ ├── R_acute.glyph │ ├── R_caron.glyph │ ├── R_commaaccent.glyph │ ├── R_dotaccent.glyph │ ├── R_dotbelow.glyph │ ├── R_dotbelowmacron.glyph │ ├── R_ho.glyph │ ├── R_invertedbreve.glyph │ ├── R_macronbelow.glyph │ ├── S_.glyph │ ├── S_.short.glyph │ ├── S_.sups.glyph │ ├── S__horncomb.glyph │ ├── S_acute.glyph │ ├── S_caron.glyph │ ├── S_cedilla.glyph │ ├── S_chwa.glyph │ ├── S_circumflex.glyph │ ├── S_commaaccent.glyph │ ├── S_dotaccent.glyph │ ├── S_dotbelow.glyph │ ├── S_dotbelowdotaccent.glyph │ ├── S_ha-cy.glyph │ ├── S_ha-cy.ss20.glyph │ ├── S_hcha-cy.glyph │ ├── S_hcha-cy.ss20.glyph │ ├── S_igma.glyph │ ├── S_obliquestroke.glyph │ ├── S_oftsign-cy.glyph │ ├── T_.glyph │ ├── T_.short.glyph │ ├── T_.sups.glyph │ ├── T__horncomb.glyph │ ├── T_au.glyph │ ├── T_bar.glyph │ ├── T_caron.glyph │ ├── T_cedilla.glyph │ ├── T_commaaccent.glyph │ ├── T_dotaccent.glyph │ ├── T_dotbelow.glyph │ ├── T_e-cy.glyph │ ├── T_heta.glyph │ ├── T_heta.ss20.glyph │ ├── T_horn.glyph │ ├── T_macronbelow.glyph │ ├── T_se-cy.glyph │ ├── T_she-cy.glyph │ ├── U_-cy.glyph │ ├── U_.glyph │ ├── U_.short.2.glyph │ ├── U_.short.glyph │ ├── U_.ss20.glyph │ ├── U_.sups.glyph │ ├── U_acute.glyph │ ├── U_acute.ss20.glyph │ ├── U_breve.glyph │ ├── U_breve.ss20.glyph │ ├── U_caron.glyph │ ├── U_caron.ss20.glyph │ ├── U_circumflex.glyph │ ├── U_circumflex.ss20.glyph │ ├── U_dieresis.glyph │ ├── U_dieresis.ss20.glyph │ ├── U_dieresisacute.glyph │ ├── U_dieresisacute.ss20.glyph │ ├── U_dieresiscaron.glyph │ ├── U_dieresiscaron.ss20.glyph │ ├── U_dieresisgrave.glyph │ ├── U_dieresisgrave.ss20.glyph │ ├── U_dieresismacron.glyph │ ├── U_dieresismacron.ss20.glyph │ ├── U_dotbelow.glyph │ ├── U_dotbelow.ss20.glyph │ ├── U_grave.glyph │ ├── U_grave.ss20.glyph │ ├── U_hookabove.glyph │ ├── U_hookabove.ss20.glyph │ ├── U_horn.glyph │ ├── U_horn.short.glyph │ ├── U_horn.ss20.glyph │ ├── U_hornacute.glyph │ ├── U_hornacute.ss20.glyph │ ├── U_horndotbelow.glyph │ ├── U_horndotbelow.ss20.glyph │ ├── U_horngrave.glyph │ ├── U_horngrave.ss20.glyph │ ├── U_hornhookabove.glyph │ ├── U_hornhookabove.ss20.glyph │ ├── U_horntilde.glyph │ ├── U_horntilde.ss20.glyph │ ├── U_hungarumlaut.glyph │ ├── U_hungarumlaut.ss20.glyph │ ├── U_macron.glyph │ ├── U_macron.ss20.glyph │ ├── U_ogonek.glyph │ ├── U_ogonek.ss20.glyph │ ├── U_psilon.glyph │ ├── U_psilon.ss20.glyph │ ├── U_psilondieresis.glyph │ ├── U_psilondieresis.ss20.glyph │ ├── U_psilonhookS_ymbol.glyph │ ├── U_psilontonos.glyph │ ├── U_ring.glyph │ ├── U_ring.ss20.glyph │ ├── U_short-cy.glyph │ ├── U_tilde.glyph │ ├── U_tilde.ss20.glyph │ ├── V_.glyph │ ├── V_.sups.glyph │ ├── V_dotbelow.glyph │ ├── V_e-cy.glyph │ ├── V_tilde.glyph │ ├── V_turned.glyph │ ├── W_.glyph │ ├── W_.short.glyph │ ├── W_.ss20.glyph │ ├── W_.sups.glyph │ ├── W_acute.glyph │ ├── W_acute.ss20.glyph │ ├── W_circumflex.glyph │ ├── W_circumflex.ss20.glyph │ ├── W_dieresis.glyph │ ├── W_dieresis.ss20.glyph │ ├── W_dotaccent.glyph │ ├── W_dotaccent.ss20.glyph │ ├── W_dotbelow.glyph │ ├── W_dotbelow.ss20.glyph │ ├── W_grave.glyph │ ├── W_grave.ss20.glyph │ ├── X_.glyph │ ├── X_.sups.glyph │ ├── X_dieresis.glyph │ ├── X_dotaccent.glyph │ ├── X_i.glyph │ ├── Y_.glyph │ ├── Y_.short.glyph │ ├── Y_.sups.glyph │ ├── Y_a-cy.glyph │ ├── Y_acute.glyph │ ├── Y_circumflex.glyph │ ├── Y_dieresis.glyph │ ├── Y_dotaccent.glyph │ ├── Y_dotbelow.glyph │ ├── Y_eru-cy.glyph │ ├── Y_eru-cy.ss20.glyph │ ├── Y_grave.glyph │ ├── Y_hook.glyph │ ├── Y_hookabove.glyph │ ├── Y_hookabove.ss20.glyph │ ├── Y_i-cy.cv02.glyph │ ├── Y_i-cy.cv02.ss20.glyph │ ├── Y_i-cy.glyph │ ├── Y_i-cy.ss20.glyph │ ├── Y_macron.glyph │ ├── Y_tilde.glyph │ ├── Y_u-cy.glyph │ ├── Y_u-cy.ss20.glyph │ ├── Z_.glyph │ ├── Z_.ss20.glyph │ ├── Z_.sups.glyph │ ├── Z_acute.glyph │ ├── Z_acute.ss20.glyph │ ├── Z_caron.glyph │ ├── Z_caron.ss20.glyph │ ├── Z_circumflex.glyph │ ├── Z_circumflex.ss20.glyph │ ├── Z_dotaccent.glyph │ ├── Z_dotaccent.ss20.glyph │ ├── Z_dotbelow.glyph │ ├── Z_dotbelow.ss20.glyph │ ├── Z_e-cy.glyph │ ├── Z_eta.glyph │ ├── Z_eta.ss20.glyph │ ├── Z_he-cy.glyph │ ├── Z_he-cy.ss20.glyph │ ├── Z_macronbelow.glyph │ ├── Z_macronbelow.ss20.glyph │ ├── Z_stroke.glyph │ ├── Z_stroke.ss20.glyph │ ├── _dot.raster1.glyph │ ├── _dot.raster2.glyph │ ├── _dot.raster3.glyph │ ├── _notdef.glyph │ ├── _part.arrow.glyph │ ├── _part.asc.hook.glyph │ ├── _part.asc.k.glyph │ ├── _part.asc.left.glyph │ ├── _part.asc.right.glyph │ ├── _part.asterisk.glyph │ ├── _part.bowl.descender.glyph │ ├── _part.bowl.glyph │ ├── _part.cap.hook.left.glyph │ ├── _part.desc-cy.glyph │ ├── _part.desc.hook.glyph │ ├── _part.desc.hook.left.glyph │ ├── _part.geartooth.glyph │ ├── _part.k.glyph │ ├── _part.money.bar.glyph │ ├── _part.money.crossbar.glyph │ ├── _part.notmath.comp.glyph │ ├── _part.slash.O_.glyph │ ├── _part.slash.O_.mirrored.glyph │ ├── _part.slash.comp.glyph │ ├── _part.slash.o.glyph │ ├── _part.stroke.glyph │ ├── _pixel.glyph │ ├── _pixel.round.glyph │ ├── a-cy.glyph │ ├── a-cy.ss20.glyph │ ├── a.cv.glyph │ ├── a.glyph │ ├── a.ss20.glyph │ ├── aacute.cv.glyph │ ├── aacute.glyph │ ├── aacute.ss20.glyph │ ├── abreve.cv.glyph │ ├── abreve.glyph │ ├── abreve.ss20.glyph │ ├── abreveacute.cv.glyph │ ├── abreveacute.glyph │ ├── abreveacute.ss20.glyph │ ├── abrevedotbelow.cv.glyph │ ├── abrevedotbelow.glyph │ ├── abrevedotbelow.ss20.glyph │ ├── abrevegrave.cv.glyph │ ├── abrevegrave.glyph │ ├── abrevegrave.ss20.glyph │ ├── abrevehookabove.cv.glyph │ ├── abrevehookabove.glyph │ ├── abrevehookabove.ss20.glyph │ ├── abrevetilde.cv.glyph │ ├── abrevetilde.glyph │ ├── abrevetilde.ss20.glyph │ ├── acaron.cv.glyph │ ├── acaron.glyph │ ├── acaron.ss20.glyph │ ├── acircumflex.cv.glyph │ ├── acircumflex.glyph │ ├── acircumflex.ss20.glyph │ ├── acircumflexacute.cv.glyph │ ├── acircumflexacute.glyph │ ├── acircumflexacute.ss20.glyph │ ├── acircumflexdotbelow.cv.glyph │ ├── acircumflexdotbelow.glyph │ ├── acircumflexdotbelow.ss20.glyph │ ├── acircumflexgrave.cv.glyph │ ├── acircumflexgrave.glyph │ ├── acircumflexgrave.ss20.glyph │ ├── acircumflexhookabove.cv.glyph │ ├── acircumflexhookabove.glyph │ ├── acircumflexhookabove.ss20.glyph │ ├── acircumflextilde.cv.glyph │ ├── acircumflextilde.glyph │ ├── acircumflextilde.ss20.glyph │ ├── acknowledgeC_ontrol.glyph │ ├── acute.glyph │ ├── acutecomb.alt.glyph │ ├── acutecomb.case.glyph │ ├── acutecomb.glyph │ ├── adieresis.cv.glyph │ ├── adieresis.glyph │ ├── adieresis.ss20.glyph │ ├── adieresismacron.cv.glyph │ ├── adieresismacron.glyph │ ├── adieresismacron.ss20.glyph │ ├── adotaccent.cv.glyph │ ├── adotaccent.glyph │ ├── adotaccent.ss20.glyph │ ├── adotbelow.cv.glyph │ ├── adotbelow.glyph │ ├── adotbelow.ss20.glyph │ ├── ae.glyph │ ├── ae.ss20.glyph │ ├── aeacute.glyph │ ├── aeacute.ss20.glyph │ ├── aemacron.glyph │ ├── aemacron.ss20.glyph │ ├── agrave.cv.glyph │ ├── agrave.glyph │ ├── agrave.ss20.glyph │ ├── ahookabove.cv.glyph │ ├── ahookabove.glyph │ ├── ahookabove.ss20.glyph │ ├── aktieselskab.glyph │ ├── aktieselskab.ss20.glyph │ ├── alpha.glyph │ ├── alphatonos.glyph │ ├── alternativekeysymbol.glyph │ ├── amacron.cv.glyph │ ├── amacron.glyph │ ├── amacron.ss20.glyph │ ├── amod.cv.glyph │ ├── amod.cv.ss20.glyph │ ├── amod.glyph │ ├── amod.ss20.glyph │ ├── ampersand.cv08.1.glyph │ ├── ampersand.cv08.glyph │ ├── ampersand.glyph │ ├── angle.glyph │ ├── angryF_ace.glyph │ ├── anoteleia.glyph │ ├── anoteleia.ss20.glyph │ ├── antennaB_ars.glyph │ ├── anticlockwiseC_losedC_ircleA_rrow.glyph │ ├── aogonek.cv.glyph │ ├── aogonek.glyph │ ├── aogonek.ss20.glyph │ ├── apostrophemod.glyph │ ├── apostrophemod.ss20.glyph │ ├── approxequal.glyph │ ├── aring.cv.glyph │ ├── aring.glyph │ ├── aring.ss20.glyph │ ├── aringacute.cv.glyph │ ├── aringacute.glyph │ ├── aringacute.ss20.glyph │ ├── asciicircum.glyph │ ├── asciitilde.glyph │ ├── asterisk.glyph │ ├── asterism.glyph │ ├── asterism.ss20.glyph │ ├── at.glyph │ ├── atilde.cv.glyph │ ├── atilde.glyph │ ├── atilde.ss20.glyph │ ├── b.glyph │ ├── backslash.glyph │ ├── backslash.ss20.glyph │ ├── backspaceC_ontrol.glyph │ ├── baht.glyph │ ├── ballotB_oldS_criptX_.glyph │ ├── ballotB_ox.glyph │ ├── ballotB_oxW_ithB_oldC_heck.glyph │ ├── ballotB_oxW_ithB_oldS_criptX_.glyph │ ├── ballotB_oxW_ithC_heck.glyph │ ├── ballotB_oxW_ithL_ightX_.glyph │ ├── ballotB_oxW_ithS_criptX_.glyph │ ├── ballotB_oxW_ithX_.glyph │ ├── ballotS_criptX_.glyph │ ├── ballotX_.glyph │ ├── bar.glyph │ ├── bdotaccent.glyph │ ├── bdotbelow.glyph │ ├── be-cy.glyph │ ├── bellC_ontrol.glyph │ ├── beta.glyph │ ├── bhook.glyph │ ├── bitcoin.glyph │ ├── blackC_ircle.glyph │ ├── blackC_ircleF_orR_ecord.glyph │ ├── blackD_iamond.glyph │ ├── blackF_lag.glyph │ ├── blackH_eart.glyph │ ├── blackL_eftD_oubleT_riangle.glyph │ ├── blackL_eftD_oubleT_riangleW_ithV_erticalB_ar.glyph │ ├── blackM_ediumR_ightT_riangle.glyph │ ├── blackR_ightD_oubleT_riangle.glyph │ ├── blackR_ightD_oubleT_riangleW_ithV_erticalB_ar.glyph │ ├── blackS_mallS_quare.glyph │ ├── blackS_mallS_tar.glyph │ ├── blackS_milingF_ace.glyph │ ├── blackS_quare.glyph │ ├── blackS_quareF_orS_top.glyph │ ├── blackS_tar.glyph │ ├── blackS_tar.ss20.glyph │ ├── blank-braille.glyph │ ├── bmacronbelow.glyph │ ├── boxD_oubleD_ownA_ndH_orizontal.glyph │ ├── boxD_oubleD_ownA_ndL_eft.glyph │ ├── boxD_oubleD_ownA_ndR_ight.glyph │ ├── boxD_oubleH_orizontal.glyph │ ├── boxD_oubleU_pA_ndH_orizontal.glyph │ ├── boxD_oubleU_pA_ndL_eft.glyph │ ├── boxD_oubleU_pA_ndR_ight.glyph │ ├── boxD_oubleV_ertical.glyph │ ├── boxD_oubleV_erticalA_ndH_orizontal.glyph │ ├── boxD_oubleV_erticalA_ndL_eft.glyph │ ├── boxD_oubleV_erticalA_ndR_ight.glyph │ ├── boxD_ownD_oubleA_ndH_orizontalS_ingle.glyph │ ├── boxD_ownD_oubleA_ndL_eftS_ingle.glyph │ ├── boxD_ownD_oubleA_ndR_ightS_ingle.glyph │ ├── boxD_ownH_eavyA_ndH_orizontalL_ight.glyph │ ├── boxD_ownH_eavyA_ndL_eftL_ight.glyph │ ├── boxD_ownH_eavyA_ndL_eftU_pL_ight.glyph │ ├── boxD_ownH_eavyA_ndR_ightL_ight.glyph │ ├── boxD_ownH_eavyA_ndR_ightU_pL_ight.glyph │ ├── boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glyph │ ├── boxD_ownL_ightA_ndH_orizontalH_eavy.glyph │ ├── boxD_ownL_ightA_ndL_eftH_eavy.glyph │ ├── boxD_ownL_ightA_ndL_eftU_pH_eavy.glyph │ ├── boxD_ownL_ightA_ndR_ightH_eavy.glyph │ ├── boxD_ownL_ightA_ndR_ightU_pH_eavy.glyph │ ├── boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glyph │ ├── boxD_ownS_ingleA_ndH_orizontalD_ouble.glyph │ ├── boxD_ownS_ingleA_ndL_eftD_ouble.glyph │ ├── boxD_ownS_ingleA_ndR_ightD_ouble.glyph │ ├── boxH_eavyD_oubleD_ashH_orizontal.glyph │ ├── boxH_eavyD_oubleD_ashV_ertical.glyph │ ├── boxH_eavyD_own.glyph │ ├── boxH_eavyD_ownA_ndH_orizontal.glyph │ ├── boxH_eavyD_ownA_ndL_eft.glyph │ ├── boxH_eavyD_ownA_ndR_ight.glyph │ ├── boxH_eavyH_orizontal.glyph │ ├── boxH_eavyL_eft.glyph │ ├── boxH_eavyL_eftA_ndL_ightR_ight.glyph │ ├── boxH_eavyQ_uadrupleD_ashH_orizontal.glyph │ ├── boxH_eavyQ_uadrupleD_ashV_ertical.glyph │ ├── boxH_eavyR_ight.glyph │ ├── boxH_eavyT_ripleD_ashH_orizontal.glyph │ ├── boxH_eavyT_ripleD_ashV_ertical.glyph │ ├── boxH_eavyU_p.glyph │ ├── boxH_eavyU_pA_ndH_orizontal.glyph │ ├── boxH_eavyU_pA_ndL_eft.glyph │ ├── boxH_eavyU_pA_ndL_ightD_own.glyph │ ├── boxH_eavyU_pA_ndR_ight.glyph │ ├── boxH_eavyV_ertical.glyph │ ├── boxH_eavyV_erticalA_ndH_orizontal.glyph │ ├── boxH_eavyV_erticalA_ndL_eft.glyph │ ├── boxH_eavyV_erticalA_ndR_ight.glyph │ ├── boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glyph │ ├── boxL_eftH_eavyA_ndR_ightD_ownL_ight.glyph │ ├── boxL_eftH_eavyA_ndR_ightU_pL_ight.glyph │ ├── boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glyph │ ├── boxL_eftL_ightA_ndR_ightD_ownH_eavy.glyph │ ├── boxL_eftL_ightA_ndR_ightU_pH_eavy.glyph │ ├── boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glyph │ ├── boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glyph │ ├── boxL_ightA_rcD_ownA_ndL_eft.glyph │ ├── boxL_ightA_rcD_ownA_ndR_ight.glyph │ ├── boxL_ightA_rcU_pA_ndL_eft.glyph │ ├── boxL_ightA_rcU_pA_ndR_ight.glyph │ ├── boxL_ightD_iagonalC_ross.glyph │ ├── boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glyph │ ├── boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glyph │ ├── boxL_ightD_oubleD_ashH_orizontal.glyph │ ├── boxL_ightD_oubleD_ashV_ertical.glyph │ ├── boxL_ightD_own.glyph │ ├── boxL_ightD_ownA_ndH_orizontal.glyph │ ├── boxL_ightD_ownA_ndL_eft.glyph │ ├── boxL_ightD_ownA_ndR_ight.glyph │ ├── boxL_ightH_orizontal.glyph │ ├── boxL_ightL_eft.glyph │ ├── boxL_ightL_eftA_ndH_eavyR_ight.glyph │ ├── boxL_ightQ_uadrupleD_ashH_orizontal.glyph │ ├── boxL_ightQ_uadrupleD_ashV_ertical.glyph │ ├── boxL_ightR_ight.glyph │ ├── boxL_ightT_ripleD_ashH_orizontal.glyph │ ├── boxL_ightT_ripleD_ashV_ertical.glyph │ ├── boxL_ightU_p.glyph │ ├── boxL_ightU_pA_ndH_eavyD_own.glyph │ ├── boxL_ightU_pA_ndH_orizontal.glyph │ ├── boxL_ightU_pA_ndL_eft.glyph │ ├── boxL_ightU_pA_ndR_ight.glyph │ ├── boxL_ightV_ertical.glyph │ ├── boxL_ightV_erticalA_ndH_orizontal.glyph │ ├── boxL_ightV_erticalA_ndL_eft.glyph │ ├── boxL_ightV_erticalA_ndR_ight.glyph │ ├── boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glyph │ ├── boxR_ightH_eavyA_ndL_eftD_ownL_ight.glyph │ ├── boxR_ightH_eavyA_ndL_eftU_pL_ight.glyph │ ├── boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glyph │ ├── boxR_ightL_ightA_ndL_eftD_ownH_eavy.glyph │ ├── boxR_ightL_ightA_ndL_eftU_pH_eavy.glyph │ ├── boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glyph │ ├── boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glyph │ ├── boxU_pD_oubleA_ndH_orizontalS_ingle.glyph │ ├── boxU_pD_oubleA_ndL_eftS_ingle.glyph │ ├── boxU_pD_oubleA_ndR_ightS_ingle.glyph │ ├── boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glyph │ ├── boxU_pH_eavyA_ndH_orizontalL_ight.glyph │ ├── boxU_pH_eavyA_ndL_eftD_ownL_ight.glyph │ ├── boxU_pH_eavyA_ndL_eftL_ight.glyph │ ├── boxU_pH_eavyA_ndR_ightD_ownL_ight.glyph │ ├── boxU_pH_eavyA_ndR_ightL_ight.glyph │ ├── boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glyph │ ├── boxU_pL_ightA_ndH_orizontalH_eavy.glyph │ ├── boxU_pL_ightA_ndL_eftD_ownH_eavy.glyph │ ├── boxU_pL_ightA_ndL_eftH_eavy.glyph │ ├── boxU_pL_ightA_ndR_ightD_ownH_eavy.glyph │ ├── boxU_pL_ightA_ndR_ightH_eavy.glyph │ ├── boxU_pS_ingleA_ndH_orizontalD_ouble.glyph │ ├── boxU_pS_ingleA_ndL_eftD_ouble.glyph │ ├── boxU_pS_ingleA_ndR_ightD_ouble.glyph │ ├── boxV_erticalD_oubleA_ndH_orizontalS_ingle.glyph │ ├── boxV_erticalD_oubleA_ndL_eftS_ingle.glyph │ ├── boxV_erticalD_oubleA_ndR_ightS_ingle.glyph │ ├── boxV_erticalH_eavyA_ndH_orizontalL_ight.glyph │ ├── boxV_erticalH_eavyA_ndL_eftL_ight.glyph │ ├── boxV_erticalH_eavyA_ndR_ightL_ight.glyph │ ├── boxV_erticalL_ightA_ndH_orizontalH_eavy.glyph │ ├── boxV_erticalL_ightA_ndL_eftH_eavy.glyph │ ├── boxV_erticalL_ightA_ndR_ightH_eavy.glyph │ ├── boxV_erticalS_ingleA_ndH_orizontalD_ouble.glyph │ ├── boxV_erticalS_ingleA_ndL_eftD_ouble.glyph │ ├── boxV_erticalS_ingleA_ndR_ightD_ouble.glyph │ ├── braceleft.glyph │ ├── braceleft.ss20.glyph │ ├── braceright.glyph │ ├── braceright.ss20.glyph │ ├── bracketleft.glyph │ ├── bracketleft.ss20.glyph │ ├── bracketright.glyph │ ├── bracketright.ss20.glyph │ ├── breve.glyph │ ├── brevebelowcomb.glyph │ ├── brevecomb.case.glyph │ ├── brevecomb.glyph │ ├── brevecomb_acutecomb.case.glyph │ ├── brevecomb_acutecomb.glyph │ ├── brevecomb_gravecomb.case.glyph │ ├── brevecomb_gravecomb.glyph │ ├── brevecomb_hookabovecomb.case.glyph │ ├── brevecomb_hookabovecomb.glyph │ ├── brevecomb_tildecomb.case.glyph │ ├── brevecomb_tildecomb.glyph │ ├── breveinvertedcomb.case.glyph │ ├── breveinvertedcomb.glyph │ ├── brokenbar.glyph │ ├── bstroke.glyph │ ├── bullet.glyph │ ├── bulletoperator.glyph │ ├── bustI_nS_ilhouette.glyph │ ├── c.glyph │ ├── c.ss20.glyph │ ├── cacute.glyph │ ├── cacute.ss20.glyph │ ├── cancelC_ontrol.glyph │ ├── candraB_inducomb.case.glyph │ ├── candraB_inducomb.glyph │ ├── capslock.glyph │ ├── careof.glyph │ ├── careof.ss20.glyph │ ├── caron.glyph │ ├── caroncomb.alt.glyph │ ├── caroncomb.case.glyph │ ├── caroncomb.glyph │ ├── carriageR_eturnC_ontrol.glyph │ ├── carriagereturn.glyph │ ├── ccaron.glyph │ ├── ccaron.ss20.glyph │ ├── ccedilla.glyph │ ├── ccedilla.ss20.glyph │ ├── ccedillaacute.glyph │ ├── ccedillaacute.ss20.glyph │ ├── ccircumflex.glyph │ ├── ccircumflex.ss20.glyph │ ├── cdotaccent.glyph │ ├── cdotaccent.ss20.glyph │ ├── cedi.glyph │ ├── cedilla.glyph │ ├── cedillacomb.glyph │ ├── cent.glyph │ ├── che-cy.glyph │ ├── checkmark.glyph │ ├── chi.glyph │ ├── chook.glyph │ ├── chook.ss20.glyph │ ├── circumflex.glyph │ ├── circumflexcomb.case.glyph │ ├── circumflexcomb.glyph │ ├── circumflexcomb_acutecomb.case.glyph │ ├── circumflexcomb_acutecomb.glyph │ ├── circumflexcomb_gravecomb.case.glyph │ ├── circumflexcomb_gravecomb.glyph │ ├── circumflexcomb_hookabovecomb.case.glyph │ ├── circumflexcomb_hookabovecomb.glyph │ ├── circumflexcomb_tildecomb.case.glyph │ ├── circumflexcomb_tildecomb.glyph │ ├── clockwiseR_ightA_ndL_eftS_emicircleA_rrows.glyph │ ├── cloud.glyph │ ├── cloudR_ain.glyph │ ├── clubB_lackS_uit.glyph │ ├── colon.alt.glyph │ ├── colon.alt.ss20.glyph │ ├── colon.glyph │ ├── colon.ss20.glyph │ ├── colonsign.glyph │ ├── comma.glyph │ ├── comma.ss20.glyph │ ├── commaabovecomb.case.glyph │ ├── commaabovecomb.glyph │ ├── commaaboverightcomb.case.glyph │ ├── commaaboverightcomb.case.spacing.glyph │ ├── commaaboverightcomb.case.spacing.ss20.glyph │ ├── commaaboverightcomb.glyph │ ├── commaaboverightcomb.spacing.glyph │ ├── commaaboverightcomb.spacing.ss20.glyph │ ├── commaaccentcomb.glyph │ ├── commaturnedabovecomb.glyph │ ├── commaturnedmod.glyph │ ├── commaturnedmod.ss20.glyph │ ├── copyright.glyph │ ├── crescentM_oon.glyph │ ├── currency.glyph │ ├── d.glyph │ ├── dagger.glyph │ ├── daggerdbl.glyph │ ├── dataL_inkE_scapeC_ontrol.glyph │ ├── dblverticalbar.glyph │ ├── dcaron.glyph │ ├── dcaron.ss20.glyph │ ├── dcedilla.glyph │ ├── dcroat.glyph │ ├── ddotaccent.glyph │ ├── ddotbelow.glyph │ ├── de-cy.glyph │ ├── de-cy.loclR_U_S_.glyph │ ├── degree.glyph │ ├── deleteC_ontrol.glyph │ ├── deleteL_eftK_ey.glyph │ ├── delta.glyph │ ├── deviceC_ontrolF_ourC_ontrol.glyph │ ├── deviceC_ontrolO_neC_ontrol.glyph │ ├── deviceC_ontrolT_hreeC_ontrol.glyph │ ├── deviceC_ontrolT_woC_ontrol.glyph │ ├── dhook.glyph │ ├── dialytikatonoscomb.glyph │ ├── diamondB_lackS_uit.glyph │ ├── dieresis.glyph │ ├── dieresiscomb.case.glyph │ ├── dieresiscomb.glyph │ ├── dieresistonos.glyph │ ├── divide.glyph │ ├── divisionslash.glyph │ ├── dje-cy.glyph │ ├── dmacronbelow.glyph │ ├── dmod.glyph │ ├── dmod.ss20.glyph │ ├── dollar.glyph │ ├── dong.glyph │ ├── dotaccent.glyph │ ├── dotaccent.ss20.glyph │ ├── dotaccentcomb.case.glyph │ ├── dotaccentcomb.glyph │ ├── dotbelowcomb.glyph │ ├── dotmath.glyph │ ├── dots1-braille.glyph │ ├── dots12-braille.glyph │ ├── dots123-braille.glyph │ ├── dots1234-braille.glyph │ ├── dots12345-braille.glyph │ ├── dots123456-braille.glyph │ ├── dots12346-braille.glyph │ ├── dots1235-braille.glyph │ ├── dots12356-braille.glyph │ ├── dots1236-braille.glyph │ ├── dots124-braille.glyph │ ├── dots1245-braille.glyph │ ├── dots12456-braille.glyph │ ├── dots1246-braille.glyph │ ├── dots125-braille.glyph │ ├── dots1256-braille.glyph │ ├── dots126-braille.glyph │ ├── dots13-braille.glyph │ ├── dots134-braille.glyph │ ├── dots1345-braille.glyph │ ├── dots13456-braille.glyph │ ├── dots1346-braille.glyph │ ├── dots135-braille.glyph │ ├── dots1356-braille.glyph │ ├── dots136-braille.glyph │ ├── dots14-braille.glyph │ ├── dots145-braille.glyph │ ├── dots1456-braille.glyph │ ├── dots146-braille.glyph │ ├── dots15-braille.glyph │ ├── dots156-braille.glyph │ ├── dots16-braille.glyph │ ├── dots2-braille.glyph │ ├── dots23-braille.glyph │ ├── dots234-braille.glyph │ ├── dots2345-braille.glyph │ ├── dots23456-braille.glyph │ ├── dots2346-braille.glyph │ ├── dots235-braille.glyph │ ├── dots2356-braille.glyph │ ├── dots236-braille.glyph │ ├── dots24-braille.glyph │ ├── dots245-braille.glyph │ ├── dots2456-braille.glyph │ ├── dots246-braille.glyph │ ├── dots25-braille.glyph │ ├── dots256-braille.glyph │ ├── dots26-braille.glyph │ ├── dots3-braille.glyph │ ├── dots34-braille.glyph │ ├── dots345-braille.glyph │ ├── dots3456-braille.glyph │ ├── dots346-braille.glyph │ ├── dots35-braille.glyph │ ├── dots356-braille.glyph │ ├── dots36-braille.glyph │ ├── dots4-braille.glyph │ ├── dots45-braille.glyph │ ├── dots456-braille.glyph │ ├── dots46-braille.glyph │ ├── dots5-braille.glyph │ ├── dots56-braille.glyph │ ├── dots6-braille.glyph │ ├── dottedC_ircle.glyph │ ├── doubleV_erticalB_ar.glyph │ ├── doublemacronbelowcomb.glyph │ ├── doubleprimemod.glyph │ ├── downA_rrow.glyph │ ├── downA_rrowT_oB_ar.glyph │ ├── downB_lackS_mallT_riangle.glyph │ ├── downB_lackT_riangle.glyph │ ├── downT_ipR_ightA_rrow.glyph │ ├── downW_hiteS_mallT_riangle.glyph │ ├── downW_hiteT_riangle.glyph │ ├── dvd.glyph │ ├── dze-cy.glyph │ ├── dze-cy.ss20.glyph │ ├── dzhe-cy.glyph │ ├── dzhe-cy.loclR_U_S_.glyph │ ├── e-cy.glyph │ ├── e-cy.ss20.glyph │ ├── e.glyph │ ├── e.ss20.glyph │ ├── eacute.glyph │ ├── eacute.ss20.glyph │ ├── ebreve.glyph │ ├── ebreve.ss20.glyph │ ├── ecaron.glyph │ ├── ecaron.ss20.glyph │ ├── ecedilla.glyph │ ├── ecedilla.ss20.glyph │ ├── ecedillabreve.glyph │ ├── ecedillabreve.ss20.glyph │ ├── ecircumflex.glyph │ ├── ecircumflex.ss20.glyph │ ├── ecircumflexacute.glyph │ ├── ecircumflexacute.ss20.glyph │ ├── ecircumflexdotbelow.glyph │ ├── ecircumflexdotbelow.ss20.glyph │ ├── ecircumflexgrave.glyph │ ├── ecircumflexgrave.ss20.glyph │ ├── ecircumflexhookabove.glyph │ ├── ecircumflexhookabove.ss20.glyph │ ├── ecircumflextilde.glyph │ ├── ecircumflextilde.ss20.glyph │ ├── edieresis.glyph │ ├── edieresis.ss20.glyph │ ├── edotaccent.glyph │ ├── edotaccent.ss20.glyph │ ├── edotbelow.glyph │ ├── edotbelow.ss20.glyph │ ├── ef-cy.glyph │ ├── ef-cy.ss20.glyph │ ├── egrave.glyph │ ├── egrave.ss20.glyph │ ├── ehookabove.glyph │ ├── ehookabove.ss20.glyph │ ├── eight.dnom.glyph │ ├── eight.dnom.ss20.glyph │ ├── eight.glyph │ ├── eight.numr.glyph │ ├── eight.numr.ss20.glyph │ ├── eight.osf.glyph │ ├── eightinferior.glyph │ ├── eightinferior.ss20.glyph │ ├── eightsuperior.glyph │ ├── eightsuperior.ss20.glyph │ ├── el-cy.glyph │ ├── ellipsis.glyph │ ├── ellipsis.ss20.glyph │ ├── em-cy.glyph │ ├── em-cy.ss20.glyph │ ├── emacron.glyph │ ├── emacron.ss20.glyph │ ├── emacronacute.glyph │ ├── emacronacute.ss20.glyph │ ├── emacrongrave.glyph │ ├── emacrongrave.ss20.glyph │ ├── emdash.glyph │ ├── emdash.ss20.glyph │ ├── emoji.eyes.angry.glyph │ ├── emoji.eyes.glyph │ ├── emoji.eyes.smiling.glyph │ ├── emoji.mouth.glyph │ ├── emoji.mouth.grinning.glyph │ ├── emptyset.glyph │ ├── en-cy.glyph │ ├── endO_fM_ediumC_ontrol.glyph │ ├── endO_fT_extC_ontrol.glyph │ ├── endO_fT_ransmissionB_lockC_ontrol.glyph │ ├── endO_fT_ransmissionC_ontrol.glyph │ ├── endash.glyph │ ├── endash.ss20.glyph │ ├── eng.glyph │ ├── enquiryC_ontrol.glyph │ ├── envelope.glyph │ ├── eogonek.glyph │ ├── eogonek.ss20.glyph │ ├── eopen.glyph │ ├── eopen.ss20.glyph │ ├── epsilon.glyph │ ├── epsilon.ss20.glyph │ ├── epsilontonos.glyph │ ├── epsilontonos.ss20.glyph │ ├── equal.glyph │ ├── equivalence.glyph │ ├── er-cy.glyph │ ├── ereversed-cy.glyph │ ├── ereversed-cy.ss20.glyph │ ├── es-cy.glyph │ ├── es-cy.ss20.glyph │ ├── escapeC_ontrol.glyph │ ├── estimated.glyph │ ├── estimates.glyph │ ├── eta.glyph │ ├── etatonos.glyph │ ├── eth.glyph │ ├── etilde.glyph │ ├── etilde.ss20.glyph │ ├── eturned.glyph │ ├── eturned.ss20.glyph │ ├── euro.glyph │ ├── exclam.glyph │ ├── exclam.ss20.glyph │ ├── exclamdouble.glyph │ ├── exclamdown.glyph │ ├── exclamdown.ss20.glyph │ ├── ezh.glyph │ ├── ezh.ss20.glyph │ ├── ezhcaron.glyph │ ├── ezhcaron.ss20.glyph │ ├── f.glyph │ ├── f.italic.glyph │ ├── f.italic.ss20.glyph │ ├── f.ss20.glyph │ ├── fdotaccent.glyph │ ├── fdotaccent.ss20.glyph │ ├── fileF_older.glyph │ ├── fileS_eparatorC_ontrol.glyph │ ├── filledR_ect.glyph │ ├── firsttonechinese.glyph │ ├── five.dnom.glyph │ ├── five.dnom.ss20.glyph │ ├── five.glyph │ ├── five.numr.glyph │ ├── five.numr.ss20.glyph │ ├── five.osf.glyph │ ├── fiveeighths.glyph │ ├── fiveeighths.ss20.glyph │ ├── fiveinferior.glyph │ ├── fiveinferior.ss20.glyph │ ├── fivesixths.glyph │ ├── fivesixths.ss20.glyph │ ├── fivesuperior.glyph │ ├── fivesuperior.ss20.glyph │ ├── floppyD_isk.glyph │ ├── florin.glyph │ ├── folder.glyph │ ├── formF_eedC_ontrol.glyph │ ├── four.dnom.glyph │ ├── four.dnom.ss20.glyph │ ├── four.glyph │ ├── four.numr.glyph │ ├── four.numr.ss20.glyph │ ├── four.osf.glyph │ ├── fourfifths.glyph │ ├── fourfifths.ss20.glyph │ ├── fourinferior.glyph │ ├── fourinferior.ss20.glyph │ ├── foursuperior.glyph │ ├── foursuperior.ss20.glyph │ ├── fourthtonechinese.glyph │ ├── fraction.alt.glyph │ ├── fraction.alt.ss20.glyph │ ├── fraction.glyph │ ├── fraction.percent.glyph │ ├── fraction.ss20.glyph │ ├── franc.glyph │ ├── fullB_lock.glyph │ ├── g.cv01.glyph │ ├── g.glyph │ ├── g.ss05.glyph │ ├── gacute.cv01.glyph │ ├── gacute.glyph │ ├── gacute.ss05.glyph │ ├── gamma.glyph │ ├── gbreve.cv01.glyph │ ├── gbreve.glyph │ ├── gbreve.ss05.glyph │ ├── gcaron.cv01.glyph │ ├── gcaron.glyph │ ├── gcaron.ss05.glyph │ ├── gcircumflex.cv01.glyph │ ├── gcircumflex.glyph │ ├── gcircumflex.ss05.glyph │ ├── gcommaaccent.cv01.glyph │ ├── gcommaaccent.glyph │ ├── gcommaaccent.ss05.glyph │ ├── gdotaccent.cv01.glyph │ ├── gdotaccent.glyph │ ├── gdotaccent.ss05.glyph │ ├── ge-cy.glyph │ ├── ge-cy.loclR_U_S_.glyph │ ├── ge-cy.loclR_U_S_.ss20.glyph │ ├── ge-cy.ss20.glyph │ ├── gearW_ithoutH_ub.glyph │ ├── germandbls.glyph │ ├── germandbls.italic.glyph │ ├── geupturn-cy.glyph │ ├── geupturn-cy.ss20.glyph │ ├── gje-cy.glyph │ ├── gje-cy.loclR_U_S_.glyph │ ├── gje-cy.ss20.glyph │ ├── gmacron.cv01.glyph │ ├── gmacron.glyph │ ├── gmacron.ss05.glyph │ ├── grave.glyph │ ├── gravecomb.alt.glyph │ ├── gravecomb.case.glyph │ ├── gravecomb.glyph │ ├── greater.glyph │ ├── greaterequal.glyph │ ├── grinningF_ace.glyph │ ├── grinningF_aceW_ithS_milingE_yes.glyph │ ├── groupS_eparatorC_ontrol.glyph │ ├── gstroke.cv01.glyph │ ├── gstroke.glyph │ ├── gstroke.ss05.glyph │ ├── guarani.glyph │ ├── guillemetleft.glyph │ ├── guillemetright.glyph │ ├── guilsinglleft.glyph │ ├── guilsinglleft.ss20.glyph │ ├── guilsinglright.glyph │ ├── guilsinglright.ss20.glyph │ ├── h.glyph │ ├── ha-cy.glyph │ ├── hardsign-cy.glyph │ ├── hardsign-cy.ss20.glyph │ ├── hbar.glyph │ ├── hbrevebelow.glyph │ ├── hcaron.glyph │ ├── hcedilla.glyph │ ├── hcircumflex.glyph │ ├── hdieresis.glyph │ ├── hdotaccent.glyph │ ├── hdotbelow.glyph │ ├── heartB_lackS_uit.glyph │ ├── heartW_hiteS_uit.glyph │ ├── heavenT_rigram.glyph │ ├── heavyB_allotX_.glyph │ ├── heavyC_heckM_ark.glyph │ ├── heavyG_reekC_ross.glyph │ ├── heavyM_ultiplicationX_.glyph │ ├── heavyleftpointinganglequotationmarkornament.glyph │ ├── heavyrightpointinganglequotationmarkornament.glyph │ ├── hmacronbelow.glyph │ ├── hmod.glyph │ ├── hmod.ss20.glyph │ ├── hookabovecomb.case.glyph │ ├── hookabovecomb.glyph │ ├── horizontalT_abulationC_ontrol.glyph │ ├── horizontalbar.glyph │ ├── horizontalbar.ss20.glyph │ ├── horncomb.case.glyph │ ├── horncomb.glyph │ ├── house.glyph │ ├── houseB_uilding.glyph │ ├── hryvnia.glyph │ ├── hturned.glyph │ ├── hungarumlaut.glyph │ ├── hungarumlautcomb.case.glyph │ ├── hungarumlautcomb.glyph │ ├── hyphen.glyph │ ├── i-cy.cv02.glyph │ ├── i-cy.cv02.ss20.glyph │ ├── i-cy.dotless.cv02.glyph │ ├── i-cy.dotless.cv02.ss20.glyph │ ├── i-cy.dotless.glyph │ ├── i-cy.dotless.ss20.glyph │ ├── i-cy.glyph │ ├── i-cy.ss20.glyph │ ├── i.cv02.glyph │ ├── i.cv02.ss20.glyph │ ├── i.glyph │ ├── i.ss20.glyph │ ├── iacute.cv02.glyph │ ├── iacute.cv02.ss20.glyph │ ├── iacute.glyph │ ├── iacute.ss20.glyph │ ├── ibreve.cv02.glyph │ ├── ibreve.cv02.ss20.glyph │ ├── ibreve.glyph │ ├── ibreve.ss20.glyph │ ├── icaron.cv02.glyph │ ├── icaron.cv02.ss20.glyph │ ├── icaron.glyph │ ├── icaron.ss20.glyph │ ├── icircumflex.cv02.glyph │ ├── icircumflex.cv02.ss20.glyph │ ├── icircumflex.glyph │ ├── icircumflex.ss20.glyph │ ├── idieresis.cv02.glyph │ ├── idieresis.cv02.ss20.glyph │ ├── idieresis.glyph │ ├── idieresis.ss20.glyph │ ├── idieresisacute.cv02.glyph │ ├── idieresisacute.cv02.ss20.glyph │ ├── idieresisacute.glyph │ ├── idieresisacute.ss20.glyph │ ├── idotbelow.cv02.glyph │ ├── idotbelow.cv02.ss20.glyph │ ├── idotbelow.dotless.cv02.glyph │ ├── idotbelow.dotless.cv02.ss20.glyph │ ├── idotbelow.dotless.glyph │ ├── idotbelow.dotless.ss20.glyph │ ├── idotbelow.glyph │ ├── idotbelow.ss20.glyph │ ├── idotless.cv02.glyph │ ├── idotless.cv02.ss20.glyph │ ├── idotless.glyph │ ├── idotless.ss20.glyph │ ├── ie-cy.glyph │ ├── ie-cy.ss20.glyph │ ├── iegrave-cy.glyph │ ├── iegrave-cy.ss20.glyph │ ├── igrave.cv02.glyph │ ├── igrave.cv02.ss20.glyph │ ├── igrave.glyph │ ├── igrave.ss20.glyph │ ├── ihookabove.cv02.glyph │ ├── ihookabove.cv02.ss20.glyph │ ├── ihookabove.glyph │ ├── ihookabove.ss20.glyph │ ├── ii-cy.glyph │ ├── ii-cy.loclR_U_S_.glyph │ ├── iigrave-cy.glyph │ ├── iigrave-cy.loclR_U_S_.glyph │ ├── iishort-cy.glyph │ ├── iishort-cy.loclR_U_S_.glyph │ ├── ij.glyph │ ├── ij.ss20.glyph │ ├── imacron.cv02.glyph │ ├── imacron.cv02.ss20.glyph │ ├── imacron.glyph │ ├── imacron.ss20.glyph │ ├── increment.glyph │ ├── infinity.glyph │ ├── informationsource.glyph │ ├── integral.glyph │ ├── integralbt.glyph │ ├── integraltp.glyph │ ├── intersection.glyph │ ├── inverseB_ullet.glyph │ ├── inverseW_hiteC_ircle.glyph │ ├── io-cy.glyph │ ├── io-cy.ss20.glyph │ ├── iogonek.cv02.glyph │ ├── iogonek.cv02.ss20.glyph │ ├── iogonek.dotless.cv02.glyph │ ├── iogonek.dotless.cv02.ss20.glyph │ ├── iogonek.dotless.glyph │ ├── iogonek.dotless.ss20.glyph │ ├── iogonek.glyph │ ├── iogonek.ss20.glyph │ ├── iota.glyph │ ├── iota.ss20.glyph │ ├── iotadieresis.glyph │ ├── iotadieresis.ss20.glyph │ ├── iotadieresistonos.glyph │ ├── iotadieresistonos.ss20.glyph │ ├── iotastroke.glyph │ ├── iotastroke.ss20.glyph │ ├── iotatonos.glyph │ ├── iotatonos.ss20.glyph │ ├── istroke.cv02.glyph │ ├── istroke.cv02.ss20.glyph │ ├── istroke.dotless.cv02.glyph │ ├── istroke.dotless.cv02.ss20.glyph │ ├── istroke.dotless.glyph │ ├── istroke.dotless.ss20.glyph │ ├── istroke.glyph │ ├── istroke.ss20.glyph │ ├── itilde.cv02.glyph │ ├── itilde.cv02.ss20.glyph │ ├── itilde.glyph │ ├── itilde.ss20.glyph │ ├── j.cv03.glyph │ ├── j.cv03.ss20.glyph │ ├── j.glyph │ ├── j.ss20.glyph │ ├── jacute.cv03.glyph │ ├── jacute.cv03.ss20.glyph │ ├── jacute.glyph │ ├── jacute.ss20.glyph │ ├── jcaron.case.cv03.glyph │ ├── jcaron.case.cv03.ss20.glyph │ ├── jcaron.case.glyph │ ├── jcaron.case.ss20.glyph │ ├── jcaron.cv03.glyph │ ├── jcaron.cv03.ss20.glyph │ ├── jcaron.glyph │ ├── jcaron.ss20.glyph │ ├── jcircumflex.cv03.glyph │ ├── jcircumflex.cv03.ss20.glyph │ ├── jcircumflex.glyph │ ├── jcircumflex.ss20.glyph │ ├── jdotless.cv03.glyph │ ├── jdotless.cv03.ss20.glyph │ ├── jdotless.glyph │ ├── jdotless.ss20.glyph │ ├── je-cy.cv03.glyph │ ├── je-cy.cv03.ss20.glyph │ ├── je-cy.glyph │ ├── je-cy.ss20.glyph │ ├── k.glyph │ ├── ka-cy.glyph │ ├── ka-cy.loclR_U_S_.glyph │ ├── kacute.glyph │ ├── kappa.glyph │ ├── kcaron.glyph │ ├── kcommaaccent.glyph │ ├── kdotbelow.glyph │ ├── key.glyph │ ├── kgreenlandic.glyph │ ├── khook.glyph │ ├── kip.glyph │ ├── kje-cy.glyph │ ├── kje-cy.loclR_U_S_.glyph │ ├── kmacronbelow.glyph │ ├── l.cv04.glyph │ ├── l.cv04.ss20.glyph │ ├── l.glyph │ ├── l.ss20.glyph │ ├── lacute.cv04.glyph │ ├── lacute.cv04.ss20.glyph │ ├── lacute.glyph │ ├── lacute.ss20.glyph │ ├── lambda.glyph │ ├── lari.glyph │ ├── lbar.cv04.glyph │ ├── lbar.cv04.ss20.glyph │ ├── lbar.glyph │ ├── lbar.ss20.glyph │ ├── lcaron.cv04.glyph │ ├── lcaron.cv04.ss20.glyph │ ├── lcaron.glyph │ ├── lcaron.ss20.glyph │ ├── lcommaaccent.cv04.glyph │ ├── lcommaaccent.cv04.ss20.glyph │ ├── lcommaaccent.glyph │ ├── lcommaaccent.ss20.glyph │ ├── ldot.cv04.glyph │ ├── ldot.cv04.ss20.glyph │ ├── ldot.glyph │ ├── ldot.ss20.glyph │ ├── ldotbelow.cv04.glyph │ ├── ldotbelow.cv04.ss20.glyph │ ├── ldotbelow.glyph │ ├── ldotbelow.ss20.glyph │ ├── ldotbelowmacron.cv04.glyph │ ├── ldotbelowmacron.cv04.ss20.glyph │ ├── ldotbelowmacron.glyph │ ├── ldotbelowmacron.ss20.glyph │ ├── leftA_rrow.glyph │ ├── leftB_lackP_ointer.glyph │ ├── leftB_lackS_mallT_riangle.glyph │ ├── leftB_lackT_riangle.glyph │ ├── leftB_lock.glyph │ ├── leftD_oubleP_aren.glyph │ ├── leftF_iveE_ighthsB_lock.glyph │ ├── leftM_agnifyingG_lass.glyph │ ├── leftO_neE_ighthB_lock.glyph │ ├── leftO_neQ_uarterB_lock.glyph │ ├── leftR_ightA_rrow.glyph │ ├── leftS_evenE_ighthsB_lock.glyph │ ├── leftT_hreeE_ighthsB_lock.glyph │ ├── leftT_hreeQ_uartersB_lock.glyph │ ├── leftW_hiteP_ointer.glyph │ ├── leftW_hiteS_mallT_riangle.glyph │ ├── leftW_hiteT_riangle.glyph │ ├── leftanglebracket-math.glyph │ ├── leftanglebracket-math.ss20.glyph │ ├── less.glyph │ ├── lessequal.glyph │ ├── lineF_eedC_ontrol.glyph │ ├── lira.glyph │ ├── liraT_urkish.glyph │ ├── literS_ign.glyph │ ├── lje-cy.glyph │ ├── lje-cy.ss20.glyph │ ├── lmacronbelow.cv04.glyph │ ├── lmacronbelow.cv04.ss20.glyph │ ├── lmacronbelow.glyph │ ├── lmacronbelow.ss20.glyph │ ├── lnS_quare.glyph │ ├── lock.glyph │ ├── logicaland.glyph │ ├── logicalnot.glyph │ ├── logicalnotR_eversed.glyph │ ├── logicalor.glyph │ ├── longs.glyph │ ├── longs.italic.glyph │ ├── longs.italic.ss20.glyph │ ├── longs.ss20.glyph │ ├── longsdotaccent.glyph │ ├── longsdotaccent.italic.glyph │ ├── longsdotaccent.italic.ss20.glyph │ ├── longsdotaccent.ss20.glyph │ ├── lowerF_iveE_ighthsB_lock.glyph │ ├── lowerH_alfB_lock.glyph │ ├── lowerL_eftB_lackT_riangle.glyph │ ├── lowerL_eftB_lock.glyph │ ├── lowerO_neE_ighthB_lock.glyph │ ├── lowerO_neQ_uarterB_lock.glyph │ ├── lowerR_ightB_lackT_riangle.glyph │ ├── lowerR_ightB_lock.glyph │ ├── lowerR_ightP_encil.glyph │ ├── lowerS_evenE_ighthsB_lock.glyph │ ├── lowerT_hreeE_ighthsB_lock.glyph │ ├── lowerT_hreeQ_uartersB_lock.glyph │ ├── lowlinecomb.224.glyph │ ├── lowlinecomb.276.glyph │ ├── lowlinecomb.288.glyph │ ├── lowlinecomb.320.glyph │ ├── lowlinecomb.340.glyph │ ├── lowlinecomb.352.glyph │ ├── lowlinecomb.384.glyph │ ├── lowlinecomb.400.glyph │ ├── lowlinecomb.416.glyph │ ├── lowlinecomb.432.glyph │ ├── lowlinecomb.456.glyph │ ├── lowlinecomb.480.glyph │ ├── lowlinecomb.512.glyph │ ├── lowlinecomb.544.glyph │ ├── lowlinecomb.576.glyph │ ├── lowlinecomb.592.glyph │ ├── lowlinecomb.608.glyph │ ├── lowlinecomb.616.glyph │ ├── lowlinecomb.640.glyph │ ├── lowlinecomb.656.glyph │ ├── lowlinecomb.680.glyph │ ├── lowlinecomb.704.glyph │ ├── lowlinecomb.736.glyph │ ├── lowlinecomb.glyph │ ├── lozenge.glyph │ ├── lslash.cv04.glyph │ ├── lslash.cv04.ss20.glyph │ ├── lslash.glyph │ ├── lslash.ss20.glyph │ ├── m.cv05.1.glyph │ ├── m.cv05.2.glyph │ ├── m.glyph │ ├── m.ss20.glyph │ ├── macron.glyph │ ├── macronbelowcomb.glyph │ ├── macroncomb.case.glyph │ ├── macroncomb.glyph │ ├── macroncomb_brevecomb.case.glyph │ ├── macroncomb_brevecomb.glyph │ ├── macute.glyph │ ├── macute.ss20.glyph │ ├── manat.glyph │ ├── mars.glyph │ ├── maximize.glyph │ ├── mdotaccent.glyph │ ├── mdotaccent.ss20.glyph │ ├── mdotbelow.glyph │ ├── mdotbelow.ss20.glyph │ ├── micro.glyph │ ├── minimize.glyph │ ├── minus.glyph │ ├── minussuperior.glyph │ ├── minute.glyph │ ├── mobileP_hone.glyph │ ├── mu.glyph │ ├── multiplicationX_.glyph │ ├── multiply.glyph │ ├── n.glyph │ ├── nacute.glyph │ ├── naira.glyph │ ├── napostrophe.glyph │ ├── nbspace.glyph │ ├── nbspace.ss20.glyph │ ├── ncaron.glyph │ ├── ncommaaccent.glyph │ ├── ndotaccent.glyph │ ├── ndotbelow.glyph │ ├── negativeA_cknowledgeC_ontrol.glyph │ ├── newlineC_ontrol.glyph │ ├── ngrave.glyph │ ├── nhookleft.glyph │ ├── nine.dnom.glyph │ ├── nine.dnom.ss20.glyph │ ├── nine.glyph │ ├── nine.numr.glyph │ ├── nine.numr.ss20.glyph │ ├── nine.osf.glyph │ ├── nineinferior.glyph │ ├── nineinferior.ss20.glyph │ ├── ninesuperior.glyph │ ├── ninesuperior.ss20.glyph │ ├── nje-cy.glyph │ ├── nje-cy.ss20.glyph │ ├── nmacronbelow.glyph │ ├── nmod.glyph │ ├── nmod.ss20.glyph │ ├── northE_astA_rrow.glyph │ ├── northW_estA_rrow.glyph │ ├── note-musical.glyph │ ├── notedbl-musical.glyph │ ├── notequal.glyph │ ├── notsubset.glyph │ ├── notsuperset.glyph │ ├── ntilde.glyph │ ├── nu.glyph │ ├── nullC_ontrol.glyph │ ├── numbersign.glyph │ ├── numero.glyph │ ├── o-cy.glyph │ ├── o.glyph │ ├── oacute.glyph │ ├── obarred.glyph │ ├── obreve.glyph │ ├── ocaron.glyph │ ├── ocircumflex.glyph │ ├── ocircumflexacute.glyph │ ├── ocircumflexdotbelow.glyph │ ├── ocircumflexgrave.glyph │ ├── ocircumflexhookabove.glyph │ ├── ocircumflextilde.glyph │ ├── odieresis.glyph │ ├── odieresismacron.glyph │ ├── odotaccent.glyph │ ├── odotaccentmacron.glyph │ ├── odotbelow.glyph │ ├── oe.glyph │ ├── oe.ss20.glyph │ ├── ogonek.glyph │ ├── ogonekcomb.glyph │ ├── ograve.glyph │ ├── ohookabove.glyph │ ├── ohorn.glyph │ ├── ohornacute.glyph │ ├── ohorndotbelow.glyph │ ├── ohorngrave.glyph │ ├── ohornhookabove.glyph │ ├── ohorntilde.glyph │ ├── ohungarumlaut.glyph │ ├── omacron.glyph │ ├── omacronacute.glyph │ ├── omacrongrave.glyph │ ├── omega.glyph │ ├── omega.ss20.glyph │ ├── omegatonos.glyph │ ├── omegatonos.ss20.glyph │ ├── omicron.glyph │ ├── omicrontonos.glyph │ ├── omod.glyph │ ├── omod.ss20.glyph │ ├── one.dnom.glyph │ ├── one.dnom.ss20.glyph │ ├── one.glyph │ ├── one.numr.glyph │ ├── one.numr.ss20.glyph │ ├── one.osf.glyph │ ├── oneeighth.glyph │ ├── oneeighth.ss20.glyph │ ├── onefifth.glyph │ ├── onefifth.ss20.glyph │ ├── onefraction.glyph │ ├── onefraction.ss20.glyph │ ├── onehalf.glyph │ ├── onehalf.ss20.glyph │ ├── oneinferior.glyph │ ├── oneinferior.ss20.glyph │ ├── oneninth.glyph │ ├── oneninth.ss20.glyph │ ├── onequarter.glyph │ ├── onequarter.ss20.glyph │ ├── oneseventh.cv07.glyph │ ├── oneseventh.cv07.ss20.glyph │ ├── oneseventh.glyph │ ├── oneseventh.ss20.glyph │ ├── onesixth.glyph │ ├── onesixth.ss20.glyph │ ├── onesuperior.glyph │ ├── onesuperior.ss20.glyph │ ├── onethird.glyph │ ├── onethird.ss20.glyph │ ├── oogonek.glyph │ ├── oogonekmacron.glyph │ ├── oopen.glyph │ ├── oopen.ss20.glyph │ ├── openF_ileF_older.glyph │ ├── openF_older.glyph │ ├── openL_ock.glyph │ ├── optionK_ey.glyph │ ├── ordfeminine.cv.glyph │ ├── ordfeminine.cv.ss20.glyph │ ├── ordfeminine.glyph │ ├── ordfeminine.ss20.glyph │ ├── ordmasculine.glyph │ ├── ordmasculine.ss20.glyph │ ├── orn001.glyph │ ├── orn002.glyph │ ├── orthogonal.glyph │ ├── oslash.glyph │ ├── oslashacute.glyph │ ├── otilde.glyph │ ├── otildemacron.glyph │ ├── overline.glyph │ ├── overlinecomb.case.glyph │ ├── overlinecomb.glyph │ ├── p.glyph │ ├── pacute.glyph │ ├── palochka-cy.cv02.glyph │ ├── palochka-cy.cv02.ss20.glyph │ ├── palochka-cy.glyph │ ├── palochka-cy.ss20.glyph │ ├── paragraph.glyph │ ├── parallel.glyph │ ├── parenleft.glyph │ ├── parenleft.ss20.glyph │ ├── parenright.glyph │ ├── parenright.ss20.glyph │ ├── partialdiff.glyph │ ├── pdotaccent.glyph │ ├── pe-cy.glyph │ ├── pe-cy.loclR_U_S_.glyph │ ├── percent.glyph │ ├── percent.ss20.glyph │ ├── period.glyph │ ├── period.ss20.glyph │ ├── periodcentered.glyph │ ├── periodcentered.loclC_A_T_.glyph │ ├── periodcentered.loclC_A_T_.ss20.glyph │ ├── periodcentered.ss20.glyph │ ├── perpendicular.glyph │ ├── perthousand.glyph │ ├── perthousand.ss20.glyph │ ├── peseta.glyph │ ├── peso.glyph │ ├── phi.glyph │ ├── phi.ss20.glyph │ ├── phiS_ymbol.glyph │ ├── phiS_ymbol.ss20.glyph │ ├── pi.glyph │ ├── plus.glyph │ ├── plusminus.glyph │ ├── plussuperior.glyph │ ├── poutingF_ace.glyph │ ├── primemod.glyph │ ├── product.glyph │ ├── propellor.glyph │ ├── psi.glyph │ ├── psi.ss20.glyph │ ├── published.glyph │ ├── q.glyph │ ├── question.glyph │ ├── question.ss20.glyph │ ├── questiondown.glyph │ ├── questiondown.ss20.glyph │ ├── questiongreek.glyph │ ├── questiongreek.ss20.glyph │ ├── quotedbl.glyph │ ├── quotedblbase.glyph │ ├── quotedblleft.glyph │ ├── quotedblright.glyph │ ├── quotedblrightreversed.glyph │ ├── quoteleft.glyph │ ├── quoteleft.ss20.glyph │ ├── quotereversed.glyph │ ├── quotereversed.ss20.glyph │ ├── quoteright.glyph │ ├── quoteright.ss20.glyph │ ├── quotesinglbase.glyph │ ├── quotesinglbase.ss20.glyph │ ├── quotesingle.glyph │ ├── quotesingle.ss20.glyph │ ├── r.glyph │ ├── r.ss20.glyph │ ├── racute.glyph │ ├── racute.ss20.glyph │ ├── radical.glyph │ ├── ratio.glyph │ ├── ratio.ss20.glyph │ ├── rcaron.glyph │ ├── rcaron.ss20.glyph │ ├── rcommaaccent.glyph │ ├── rcommaaccent.ss20.glyph │ ├── rdotaccent.glyph │ ├── rdotaccent.ss20.glyph │ ├── rdotbelow.glyph │ ├── rdotbelow.ss20.glyph │ ├── rdotbelowmacron.glyph │ ├── rdotbelowmacron.ss20.glyph │ ├── recordS_eparatorC_ontrol.glyph │ ├── registered.glyph │ ├── repeatA_rrow.glyph │ ├── replacementC_haracter.glyph │ ├── rho.glyph │ ├── rightA_rrow.glyph │ ├── rightB_lackP_ointer.glyph │ ├── rightB_lackS_mallT_riangle.glyph │ ├── rightB_lackT_riangle.glyph │ ├── rightB_lock.glyph │ ├── rightD_oubleP_aren.glyph │ ├── rightM_agnifyingG_lass.glyph │ ├── rightO_neE_ighthB_lock.glyph │ ├── rightW_hiteP_ointer.glyph │ ├── rightW_hiteS_mallT_riangle.glyph │ ├── rightW_hiteT_riangle.glyph │ ├── rightanglebracket-math.glyph │ ├── rightanglebracket-math.ss20.glyph │ ├── ring.glyph │ ├── ringbelowcomb.glyph │ ├── ringcomb.case.glyph │ ├── ringcomb.glyph │ ├── ringhalfleft.glyph │ ├── ringhalfright.glyph │ ├── rinvertedbreve.glyph │ ├── rinvertedbreve.ss20.glyph │ ├── riyalS_audi.glyph │ ├── rmacronbelow.glyph │ ├── rmacronbelow.ss20.glyph │ ├── rmod.glyph │ ├── rmod.ss20.glyph │ ├── ruble.glyph │ ├── rupee.glyph │ ├── rupee.ss20.glyph │ ├── rupeeI_ndian.glyph │ ├── s.glyph │ ├── s.ss20.glyph │ ├── s_horncomb.glyph │ ├── s_horncomb.ss20.glyph │ ├── sacute.glyph │ ├── sacute.ss20.glyph │ ├── scaron.glyph │ ├── scaron.ss20.glyph │ ├── scedilla.glyph │ ├── scedilla.ss20.glyph │ ├── schwa.glyph │ ├── schwa.ss20.glyph │ ├── scircumflex.glyph │ ├── scircumflex.ss20.glyph │ ├── scommaaccent.glyph │ ├── scommaaccent.ss20.glyph │ ├── sdotaccent.glyph │ ├── sdotaccent.ss20.glyph │ ├── sdotbelow.glyph │ ├── sdotbelow.ss20.glyph │ ├── sdotbelowdotaccent.glyph │ ├── sdotbelowdotaccent.ss20.glyph │ ├── second.glyph │ ├── secondtonechinese.glyph │ ├── section.glyph │ ├── semicolon.glyph │ ├── semicolon.ss20.glyph │ ├── setminus.glyph │ ├── seven.cv07.glyph │ ├── seven.dnom.cv07.glyph │ ├── seven.dnom.cv07.ss20.glyph │ ├── seven.dnom.glyph │ ├── seven.dnom.ss20.glyph │ ├── seven.glyph │ ├── seven.numr.cv07.glyph │ ├── seven.numr.cv07.ss20.glyph │ ├── seven.numr.glyph │ ├── seven.numr.ss20.glyph │ ├── seven.osf.cv07.glyph │ ├── seven.osf.glyph │ ├── seveneighths.cv07.glyph │ ├── seveneighths.cv07.ss20.glyph │ ├── seveneighths.glyph │ ├── seveneighths.ss20.glyph │ ├── seveninferior.cv07.glyph │ ├── seveninferior.cv07.ss20.glyph │ ├── seveninferior.glyph │ ├── seveninferior.ss20.glyph │ ├── sevensuperior.cv07.glyph │ ├── sevensuperior.cv07.ss20.glyph │ ├── sevensuperior.glyph │ ├── sevensuperior.ss20.glyph │ ├── sha-cy.glyph │ ├── sha-cy.loclR_U_S_.glyph │ ├── sha-cy.ss20.glyph │ ├── shadedark.glyph │ ├── shadelight.glyph │ ├── shademedium.glyph │ ├── shcha-cy.glyph │ ├── shcha-cy.loclR_U_S_.glyph │ ├── shcha-cy.ss20.glyph │ ├── shiftI_nC_ontrol.glyph │ ├── shiftO_utC_ontrol.glyph │ ├── shoppingT_rolley.glyph │ ├── shuffleA_rrows.glyph │ ├── sigma.glyph │ ├── sigmafinal.glyph │ ├── similar.glyph │ ├── six.dnom.glyph │ ├── six.dnom.ss20.glyph │ ├── six.glyph │ ├── six.numr.glyph │ ├── six.numr.ss20.glyph │ ├── six.osf.glyph │ ├── sixinferior.glyph │ ├── sixinferior.ss20.glyph │ ├── sixsuperior.glyph │ ├── sixsuperior.ss20.glyph │ ├── slash.glyph │ ├── slash.ss20.glyph │ ├── smilingF_aceW_ithS_milingE_yes.glyph │ ├── smod.glyph │ ├── smod.ss20.glyph │ ├── sobliquestroke.glyph │ ├── sobliquestroke.ss20.glyph │ ├── softsign-cy.glyph │ ├── softsign-cy.ss20.glyph │ ├── southE_astA_rrow.glyph │ ├── southW_estA_rrow.glyph │ ├── space.glyph │ ├── space.ss20.glyph │ ├── spaceC_ontrol.glyph │ ├── spadeB_lackS_uit.glyph │ ├── speaker.glyph │ ├── speakerW_ithT_hreeS_oundW_aves.glyph │ ├── speechB_alloon.glyph │ ├── startO_fH_eadingC_ontrol.glyph │ ├── startO_fT_extC_ontrol.glyph │ ├── sterling.glyph │ ├── strokeshortcomb.glyph │ ├── subset.glyph │ ├── substituteC_ontrol.glyph │ ├── summation.glyph │ ├── sunW_ithR_ays.glyph │ ├── superset.glyph │ ├── synchronousI_dleC_ontrol.glyph │ ├── t.glyph │ ├── t.ss20.glyph │ ├── t_horncomb.glyph │ ├── t_horncomb.ss20.glyph │ ├── tau.glyph │ ├── tbar.glyph │ ├── tbar.ss20.glyph │ ├── tcaron.glyph │ ├── tcaron.ss20.glyph │ ├── tcedilla.glyph │ ├── tcedilla.ss20.glyph │ ├── tcommaaccent.glyph │ ├── tcommaaccent.ss20.glyph │ ├── tdieresis.glyph │ ├── tdieresis.ss20.glyph │ ├── tdotaccent.glyph │ ├── tdotaccent.ss20.glyph │ ├── tdotbelow.glyph │ ├── tdotbelow.ss20.glyph │ ├── te-cy.glyph │ ├── te-cy.loclR_U_S_.glyph │ ├── te-cy.ss20.glyph │ ├── tearO_ffC_alendar.glyph │ ├── telephoneR_eceiver.glyph │ ├── tenge.glyph │ ├── theredoesnotexist.glyph │ ├── theta.glyph │ ├── thorn.glyph │ ├── three.dnom.glyph │ ├── three.dnom.ss20.glyph │ ├── three.glyph │ ├── three.numr.glyph │ ├── three.numr.ss20.glyph │ ├── three.osf.glyph │ ├── threeL_inesC_onvergingL_eft.glyph │ ├── threeL_inesC_onvergingR_ight.glyph │ ├── threeeighths.glyph │ ├── threeeighths.ss20.glyph │ ├── threefifths.glyph │ ├── threefifths.ss20.glyph │ ├── threeinferior.glyph │ ├── threeinferior.ss20.glyph │ ├── threequarters.glyph │ ├── threequarters.ss20.glyph │ ├── threesuperior.glyph │ ├── threesuperior.ss20.glyph │ ├── thumbsD_ownS_ign.glyph │ ├── thumbsU_pS_ign.glyph │ ├── tilde.glyph │ ├── tildecomb.case.glyph │ ├── tildecomb.glyph │ ├── tmacronbelow.glyph │ ├── tmacronbelow.ss20.glyph │ ├── tmod.glyph │ ├── tmod.ss20.glyph │ ├── tonos.glyph │ ├── trademark.glyph │ ├── tse-cy.glyph │ ├── tse-cy.loclR_U_S_.glyph │ ├── tshe-cy.glyph │ ├── tugrik.glyph │ ├── two.dnom.glyph │ ├── two.dnom.ss20.glyph │ ├── two.glyph │ ├── two.numr.glyph │ ├── two.numr.ss20.glyph │ ├── two.osf.glyph │ ├── twofifths.glyph │ ├── twofifths.ss20.glyph │ ├── twoinferior.glyph │ ├── twoinferior.ss20.glyph │ ├── twosuperior.glyph │ ├── twosuperior.ss20.glyph │ ├── twothirds.glyph │ ├── twothirds.ss20.glyph │ ├── u-cy.glyph │ ├── u.glyph │ ├── u1F_B_F_0.glyph │ ├── u1F_B_F_1.glyph │ ├── u1F_B_F_2.glyph │ ├── u1F_B_F_3.glyph │ ├── u1F_B_F_4.glyph │ ├── u1F_B_F_5.glyph │ ├── u1F_B_F_6.glyph │ ├── u1F_B_F_7.glyph │ ├── u1F_B_F_8.glyph │ ├── u1F_B_F_9.glyph │ ├── uacute.glyph │ ├── ubreve.glyph │ ├── ucaron.glyph │ ├── ucircumflex.glyph │ ├── udieresis.glyph │ ├── udieresisacute.glyph │ ├── udieresiscaron.glyph │ ├── udieresisgrave.glyph │ ├── udieresismacron.glyph │ ├── udotbelow.glyph │ ├── ugrave.glyph │ ├── uhookabove.glyph │ ├── uhorn.glyph │ ├── uhornacute.glyph │ ├── uhorndotbelow.glyph │ ├── uhorngrave.glyph │ ├── uhornhookabove.glyph │ ├── uhorntilde.glyph │ ├── uhungarumlaut.glyph │ ├── umacron.glyph │ ├── underscore.glyph │ ├── underscoredbl.glyph │ ├── uni2B_E_8.glyph │ ├── uni2B_E_8.ss20.glyph │ ├── uni2B_E_9.glyph │ ├── uni2B_E_9.ss20.glyph │ ├── uni2B_E_A_.glyph │ ├── uni2B_E_A_.ss20.glyph │ ├── uni2B_E_B_.glyph │ ├── uni2B_E_B_.ss20.glyph │ ├── uniE_0A_0.glyph │ ├── uniE_0A_1.glyph │ ├── uniE_0A_2.glyph │ ├── uniE_0A_3.glyph │ ├── uniE_0B_0.glyph │ ├── uniE_0B_1.glyph │ ├── uniE_0B_2.glyph │ ├── uniE_0B_3.glyph │ ├── uniE_C_00.glyph │ ├── uniE_C_01.glyph │ ├── uniE_C_02.glyph │ ├── uniE_C_03.glyph │ ├── uniE_C_07.glyph │ ├── uniE_C_08.glyph │ ├── uniE_C_09.glyph │ ├── uniE_C_0A_.glyph │ ├── uniE_C_25.glyph │ ├── uniE_C_26.glyph │ ├── uniE_C_27.glyph │ ├── uniE_C_28.glyph │ ├── uniE_C_2A_.glyph │ ├── uniE_C_2B_.glyph │ ├── uniE_C_2C_.glyph │ ├── uniE_C_2E_.glyph │ ├── uniE_C_2F_.glyph │ ├── union.glyph │ ├── unitS_eparatorC_ontrol.glyph │ ├── uogonek.glyph │ ├── upA_rrow.glyph │ ├── upB_lackS_mallT_riangle.glyph │ ├── upB_lackT_riangle.glyph │ ├── upD_ownA_rrow.glyph │ ├── upD_ownbaseA_rrow.glyph │ ├── upF_rombarA_rrow.glyph │ ├── upW_hiteA_rrow.glyph │ ├── upW_hiteS_mallT_riangle.glyph │ ├── upW_hiteT_riangle.glyph │ ├── upperH_alfB_lock.glyph │ ├── upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glyph │ ├── upperL_eftA_ndL_owerR_ightB_lock.glyph │ ├── upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glyph │ ├── upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glyph │ ├── upperL_eftB_lackT_riangle.glyph │ ├── upperL_eftB_lock.glyph │ ├── upperO_neE_ighthB_lock.glyph │ ├── upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glyph │ ├── upperR_ightA_ndL_owerL_eftB_lock.glyph │ ├── upperR_ightB_lackT_riangle.glyph │ ├── upperR_ightB_lock.glyph │ ├── upperlefttolowerrightF_illS_quare.glyph │ ├── upperrighttolowerleftF_illS_quare.glyph │ ├── upsilon.glyph │ ├── upsilondieresis.glyph │ ├── upsilondieresistonos.glyph │ ├── upsilontonos.glyph │ ├── uring.glyph │ ├── ushort-cy.glyph │ ├── utilde.glyph │ ├── v.glyph │ ├── vdotbelow.glyph │ ├── ve-cy.glyph │ ├── ve-cy.loclR_U_S_.glyph │ ├── venus.glyph │ ├── verticalT_abulationC_ontrol.glyph │ ├── verticallineabovecomb.case.glyph │ ├── verticallineabovecomb.glyph │ ├── verticallinelowmod.glyph │ ├── verticallinemod.glyph │ ├── vtilde.glyph │ ├── vturned.glyph │ ├── w.glyph │ ├── w.italic.glyph │ ├── w.italic.ss20.glyph │ ├── w.ss20.glyph │ ├── wacute.glyph │ ├── wacute.italic.glyph │ ├── wacute.italic.ss20.glyph │ ├── wacute.ss20.glyph │ ├── warningS_ign.glyph │ ├── wastebasket.glyph │ ├── wcircumflex.glyph │ ├── wcircumflex.italic.glyph │ ├── wcircumflex.italic.ss20.glyph │ ├── wcircumflex.ss20.glyph │ ├── wdieresis.glyph │ ├── wdieresis.italic.glyph │ ├── wdieresis.italic.ss20.glyph │ ├── wdieresis.ss20.glyph │ ├── wdotaccent.glyph │ ├── wdotaccent.italic.glyph │ ├── wdotaccent.italic.ss20.glyph │ ├── wdotaccent.ss20.glyph │ ├── wdotbelow.glyph │ ├── wdotbelow.italic.glyph │ ├── wdotbelow.italic.ss20.glyph │ ├── wdotbelow.ss20.glyph │ ├── wgrave.glyph │ ├── wgrave.italic.glyph │ ├── wgrave.italic.ss20.glyph │ ├── wgrave.ss20.glyph │ ├── whiteB_ullet.glyph │ ├── whiteC_ircle.glyph │ ├── whiteD_iamond.glyph │ ├── whiteF_lag.glyph │ ├── whiteF_rowningF_ace.glyph │ ├── whiteS_mallS_quare.glyph │ ├── whiteS_mallS_tar.glyph │ ├── whiteS_milingF_ace.glyph │ ├── whiteS_quare.glyph │ ├── whiteS_tar.glyph │ ├── whiteS_tar.ss20.glyph │ ├── won.glyph │ ├── wring.glyph │ ├── wring.italic.glyph │ ├── wring.italic.ss20.glyph │ ├── wring.ss20.glyph │ ├── x.glyph │ ├── xdieresis.glyph │ ├── xdotaccent.glyph │ ├── xi.glyph │ ├── y.glyph │ ├── ya-cy.glyph │ ├── yacute.glyph │ ├── ycircumflex.glyph │ ├── ydieresis.glyph │ ├── ydotaccent.glyph │ ├── ydotbelow.glyph │ ├── yen.glyph │ ├── yeru-cy.glyph │ ├── yeru-cy.ss20.glyph │ ├── ygrave.glyph │ ├── yhook.glyph │ ├── yhookabove.glyph │ ├── yi-cy.cv02.glyph │ ├── yi-cy.cv02.ss20.glyph │ ├── yi-cy.glyph │ ├── yi-cy.ss20.glyph │ ├── ymacron.glyph │ ├── yring.glyph │ ├── ytilde.glyph │ ├── yu-cy.glyph │ ├── yu-cy.ss20.glyph │ ├── z.glyph │ ├── z.ss20.glyph │ ├── zacute.glyph │ ├── zacute.ss20.glyph │ ├── zcaron.glyph │ ├── zcaron.ss20.glyph │ ├── zcircumflex.glyph │ ├── zcircumflex.ss20.glyph │ ├── zdotaccent.glyph │ ├── zdotaccent.ss20.glyph │ ├── zdotbelow.glyph │ ├── zdotbelow.ss20.glyph │ ├── ze-cy.glyph │ ├── zero.cv06.glyph │ ├── zero.dnom.glyph │ ├── zero.dnom.ss20.glyph │ ├── zero.glyph │ ├── zero.numr.glyph │ ├── zero.numr.ss20.glyph │ ├── zero.osf.cv06.glyph │ ├── zero.osf.glyph │ ├── zero.osf.ss20.glyph │ ├── zero.ss20.glyph │ ├── zero.zero.glyph │ ├── zero.zero.osf.glyph │ ├── zero.zero.osf.ss20.glyph │ ├── zero.zero.ss20.glyph │ ├── zeroW_idthN_oB_reakS_pace.glyph │ ├── zeroW_idthN_oB_reakS_pace.ss20.glyph │ ├── zeroinferior.glyph │ ├── zeroinferior.ss20.glyph │ ├── zerosuperior.alt001.glyph │ ├── zerosuperior.glyph │ ├── zerosuperior.ss20.glyph │ ├── zerothird.glyph │ ├── zerothird.ss20.glyph │ ├── zerowidthjoiner.glyph │ ├── zerowidthjoiner.ss20.glyph │ ├── zerowidthnonjoiner.glyph │ ├── zerowidthnonjoiner.ss20.glyph │ ├── zerowidthspace.glyph │ ├── zerowidthspace.ss20.glyph │ ├── zeta.glyph │ ├── zhe-cy.glyph │ ├── zhe-cy.ss20.glyph │ ├── zmacronbelow.glyph │ ├── zmacronbelow.ss20.glyph │ ├── zstroke.glyph │ └── zstroke.ss20.glyph │ └── order.plist ├── sources ├── CustomFilter_GF_Latin_All.plist ├── README.md ├── SplitVF.corretto.yaml ├── Sudo.glyphspackage │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_-cy.glyph │ │ ├── A_.glyph │ │ ├── A_.hex.glyph │ │ ├── A_.short.glyph │ │ ├── A_.sups.glyph │ │ ├── A_E_.glyph │ │ ├── A_E_acute.glyph │ │ ├── A_E_macron.glyph │ │ ├── A_acute.glyph │ │ ├── A_breve.glyph │ │ ├── A_breveacute.glyph │ │ ├── A_brevedotbelow.glyph │ │ ├── A_brevegrave.glyph │ │ ├── A_brevehookabove.glyph │ │ ├── A_brevetilde.glyph │ │ ├── A_caron.glyph │ │ ├── A_circumflex.glyph │ │ ├── A_circumflexacute.glyph │ │ ├── A_circumflexdotbelow.glyph │ │ ├── A_circumflexgrave.glyph │ │ ├── A_circumflexhookabove.glyph │ │ ├── A_circumflextilde.glyph │ │ ├── A_dieresis.glyph │ │ ├── A_dieresismacron.glyph │ │ ├── A_dotaccent.glyph │ │ ├── A_dotbelow.glyph │ │ ├── A_grave.glyph │ │ ├── A_hookabove.glyph │ │ ├── A_lpha.glyph │ │ ├── A_lphatonos.glyph │ │ ├── A_macron.glyph │ │ ├── A_ogonek.glyph │ │ ├── A_ring.glyph │ │ ├── A_ringacute.glyph │ │ ├── A_tilde.glyph │ │ ├── B_.glyph │ │ ├── B_.hex.glyph │ │ ├── B_.short.glyph │ │ ├── B_.sups.glyph │ │ ├── B_dotaccent.glyph │ │ ├── B_dotbelow.glyph │ │ ├── B_e-cy.glyph │ │ ├── B_eta.glyph │ │ ├── B_hook.glyph │ │ ├── B_macronbelow.glyph │ │ ├── B_stroke.glyph │ │ ├── C_.glyph │ │ ├── C_.hex.glyph │ │ ├── C_.short.glyph │ │ ├── C_.sups.glyph │ │ ├── C_R_.glyph │ │ ├── C_acute.glyph │ │ ├── C_caron.glyph │ │ ├── C_cedilla.glyph │ │ ├── C_cedillaacute.glyph │ │ ├── C_circumflex.glyph │ │ ├── C_dotaccent.glyph │ │ ├── C_he-cy.glyph │ │ ├── C_hi.glyph │ │ ├── C_hook.glyph │ │ ├── D_.glyph │ │ ├── D_.hex.glyph │ │ ├── D_.short.glyph │ │ ├── D_.sups.glyph │ │ ├── D_caron.glyph │ │ ├── D_cedilla.glyph │ │ ├── D_croat.glyph │ │ ├── D_dotaccent.glyph │ │ ├── D_dotbelow.glyph │ │ ├── D_e-cy.glyph │ │ ├── D_elta.glyph │ │ ├── D_hook.glyph │ │ ├── D_je-cy.glyph │ │ ├── D_macronbelow.glyph │ │ ├── D_ze-cy.glyph │ │ ├── D_zhe-cy.glyph │ │ ├── E_-cy.glyph │ │ ├── E_.glyph │ │ ├── E_.hex.glyph │ │ ├── E_.short.glyph │ │ ├── E_.sups.glyph │ │ ├── E_acute.glyph │ │ ├── E_breve.glyph │ │ ├── E_caron.glyph │ │ ├── E_cedilla.glyph │ │ ├── E_cedillabreve.glyph │ │ ├── E_circumflex.glyph │ │ ├── E_circumflexacute.glyph │ │ ├── E_circumflexdotbelow.glyph │ │ ├── E_circumflexgrave.glyph │ │ ├── E_circumflexhookabove.glyph │ │ ├── E_circumflextilde.glyph │ │ ├── E_dieresis.glyph │ │ ├── E_dotaccent.glyph │ │ ├── E_dotbelow.glyph │ │ ├── E_f-cy.glyph │ │ ├── E_grave.glyph │ │ ├── E_hookabove.glyph │ │ ├── E_l-cy.glyph │ │ ├── E_m-cy.glyph │ │ ├── E_macron.glyph │ │ ├── E_macronacute.glyph │ │ ├── E_macrongrave.glyph │ │ ├── E_n-cy.glyph │ │ ├── E_ng.glyph │ │ ├── E_ng.loclN_S_M_.glyph │ │ ├── E_ogonek.glyph │ │ ├── E_open.glyph │ │ ├── E_psilon.glyph │ │ ├── E_psilontonos.glyph │ │ ├── E_r-cy.glyph │ │ ├── E_reversed-cy.glyph │ │ ├── E_s-cy.glyph │ │ ├── E_ta.glyph │ │ ├── E_tatonos.glyph │ │ ├── E_th.glyph │ │ ├── E_tilde.glyph │ │ ├── E_turned.glyph │ │ ├── E_zh.glyph │ │ ├── E_zhcaron.glyph │ │ ├── F_.glyph │ │ ├── F_.hex.glyph │ │ ├── F_.short.glyph │ │ ├── F_.sups.glyph │ │ ├── F_dotaccent.glyph │ │ ├── G_.glyph │ │ ├── G_.short.glyph │ │ ├── G_.sups.glyph │ │ ├── G_acute.glyph │ │ ├── G_amma.glyph │ │ ├── G_breve.glyph │ │ ├── G_caron.glyph │ │ ├── G_circumflex.glyph │ │ ├── G_commaaccent.glyph │ │ ├── G_dotaccent.glyph │ │ ├── G_e-cy.glyph │ │ ├── G_ermandbls.glyph │ │ ├── G_eupturn-cy.glyph │ │ ├── G_je-cy.glyph │ │ ├── G_macron.glyph │ │ ├── G_stroke.glyph │ │ ├── H_.glyph │ │ ├── H_.sups.glyph │ │ ├── H_a-cy.glyph │ │ ├── H_ardsign-cy.glyph │ │ ├── H_bar.glyph │ │ ├── H_brevebelow.glyph │ │ ├── H_caron.glyph │ │ ├── H_cedilla.glyph │ │ ├── H_circumflex.glyph │ │ ├── H_dieresis.glyph │ │ ├── H_dotaccent.glyph │ │ ├── H_dotbelow.glyph │ │ ├── H_turned.glyph │ │ ├── I_-cy.cv02.glyph │ │ ├── I_-cy.glyph │ │ ├── I_.cv02.glyph │ │ ├── I_.glyph │ │ ├── I_.short.cv02.glyph │ │ ├── I_.short.glyph │ │ ├── I_.sups.glyph │ │ ├── I_J_.glyph │ │ ├── I_acute.cv02.glyph │ │ ├── I_acute.glyph │ │ ├── I_breve.cv02.glyph │ │ ├── I_breve.glyph │ │ ├── I_capitalsmall.cv02.glyph │ │ ├── I_capitalsmall.glyph │ │ ├── I_caron.cv02.glyph │ │ ├── I_caron.glyph │ │ ├── I_circumflex.cv02.glyph │ │ ├── I_circumflex.glyph │ │ ├── I_dieresis.cv02.glyph │ │ ├── I_dieresis.glyph │ │ ├── I_dieresisacute.cv02.glyph │ │ ├── I_dieresisacute.glyph │ │ ├── I_dotaccent.cv02.glyph │ │ ├── I_dotaccent.glyph │ │ ├── I_dotbelow.cv02.glyph │ │ ├── I_dotbelow.glyph │ │ ├── I_e-cy.glyph │ │ ├── I_egrave-cy.glyph │ │ ├── I_grave.cv02.glyph │ │ ├── I_grave.glyph │ │ ├── I_hookabove.cv02.glyph │ │ ├── I_hookabove.glyph │ │ ├── I_i-cy.glyph │ │ ├── I_igrave-cy.glyph │ │ ├── I_ishort-cy.glyph │ │ ├── I_macron.cv02.glyph │ │ ├── I_macron.glyph │ │ ├── I_o-cy.glyph │ │ ├── I_ogonek.cv02.glyph │ │ ├── I_ogonek.glyph │ │ ├── I_ota.cv02.glyph │ │ ├── I_ota.glyph │ │ ├── I_otadieresis.cv02.glyph │ │ ├── I_otadieresis.glyph │ │ ├── I_otatonos.cv02.glyph │ │ ├── I_otatonos.glyph │ │ ├── I_small.glyph │ │ ├── I_smallstroke.glyph │ │ ├── I_stroke.cv02.glyph │ │ ├── I_stroke.glyph │ │ ├── I_tilde.cv02.glyph │ │ ├── I_tilde.glyph │ │ ├── J_.cv03.glyph │ │ ├── J_.glyph │ │ ├── J_.sups.glyph │ │ ├── J_acute.cv03.glyph │ │ ├── J_acute.glyph │ │ ├── J_circumflex.cv03.glyph │ │ ├── J_circumflex.glyph │ │ ├── J_e-cy.cv03.glyph │ │ ├── J_e-cy.glyph │ │ ├── K_.glyph │ │ ├── K_.short.glyph │ │ ├── K_.sups.glyph │ │ ├── K_a-cy.glyph │ │ ├── K_acute.glyph │ │ ├── K_appa.glyph │ │ ├── K_caron.glyph │ │ ├── K_commaaccent.glyph │ │ ├── K_dotbelow.glyph │ │ ├── K_hook.glyph │ │ ├── K_je-cy.glyph │ │ ├── K_macronbelow.glyph │ │ ├── L_.glyph │ │ ├── L_.sups.glyph │ │ ├── L_acute.glyph │ │ ├── L_ambda.glyph │ │ ├── L_bar.glyph │ │ ├── L_caron.glyph │ │ ├── L_commaaccent.glyph │ │ ├── L_dot.glyph │ │ ├── L_dotbelow.glyph │ │ ├── L_dotbelowmacron.glyph │ │ ├── L_je-cy.glyph │ │ ├── L_macronbelow.glyph │ │ ├── L_slash.glyph │ │ ├── M_.glyph │ │ ├── M_.sups.glyph │ │ ├── M_acute.glyph │ │ ├── M_dotaccent.glyph │ │ ├── M_dotbelow.glyph │ │ ├── M_u.glyph │ │ ├── N_.glyph │ │ ├── N_.short.glyph │ │ ├── N_.sups.glyph │ │ ├── N_acute.glyph │ │ ├── N_caron.glyph │ │ ├── N_commaaccent.glyph │ │ ├── N_dotaccent.glyph │ │ ├── N_dotbelow.glyph │ │ ├── N_grave.glyph │ │ ├── N_hookleft.glyph │ │ ├── N_je-cy.glyph │ │ ├── N_macronbelow.glyph │ │ ├── N_tilde.glyph │ │ ├── N_u.glyph │ │ ├── O_-cy.glyph │ │ ├── O_.glyph │ │ ├── O_.short.glyph │ │ ├── O_.sups.glyph │ │ ├── O_E_.glyph │ │ ├── O_acute.glyph │ │ ├── O_barred.glyph │ │ ├── O_breve.glyph │ │ ├── O_caron.glyph │ │ ├── O_circumflex.glyph │ │ ├── O_circumflexacute.glyph │ │ ├── O_circumflexdotbelow.glyph │ │ ├── O_circumflexgrave.glyph │ │ ├── O_circumflexhookabove.glyph │ │ ├── O_circumflextilde.glyph │ │ ├── O_dieresis.glyph │ │ ├── O_dieresismacron.glyph │ │ ├── O_dotaccent.glyph │ │ ├── O_dotaccentmacron.glyph │ │ ├── O_dotbelow.glyph │ │ ├── O_grave.glyph │ │ ├── O_hm.glyph │ │ ├── O_hookabove.glyph │ │ ├── O_horn.glyph │ │ ├── O_horn.short.glyph │ │ ├── O_hornacute.glyph │ │ ├── O_horndotbelow.glyph │ │ ├── O_horngrave.glyph │ │ ├── O_hornhookabove.glyph │ │ ├── O_horntilde.glyph │ │ ├── O_hungarumlaut.glyph │ │ ├── O_macron.glyph │ │ ├── O_macronacute.glyph │ │ ├── O_macrongrave.glyph │ │ ├── O_mega.glyph │ │ ├── O_megatonos.glyph │ │ ├── O_micron.glyph │ │ ├── O_microntonos.glyph │ │ ├── O_ogonek.glyph │ │ ├── O_ogonekmacron.glyph │ │ ├── O_open.glyph │ │ ├── O_slash.glyph │ │ ├── O_slashacute.glyph │ │ ├── O_tilde.glyph │ │ ├── O_tildemacron.glyph │ │ ├── P_.glyph │ │ ├── P_.short.glyph │ │ ├── P_.sups.glyph │ │ ├── P_acute.glyph │ │ ├── P_alochka-cy.cv02.glyph │ │ ├── P_alochka-cy.glyph │ │ ├── P_dotaccent.glyph │ │ ├── P_e-cy.glyph │ │ ├── P_hi.glyph │ │ ├── P_i.glyph │ │ ├── P_si.glyph │ │ ├── Q_.glyph │ │ ├── Q_.sups.glyph │ │ ├── R_.glyph │ │ ├── R_.short.glyph │ │ ├── R_.sups.glyph │ │ ├── R_acute.glyph │ │ ├── R_caron.glyph │ │ ├── R_commaaccent.glyph │ │ ├── R_dotaccent.glyph │ │ ├── R_dotbelow.glyph │ │ ├── R_dotbelowmacron.glyph │ │ ├── R_ho.glyph │ │ ├── R_invertedbreve.glyph │ │ ├── R_macronbelow.glyph │ │ ├── S_.glyph │ │ ├── S_.short.glyph │ │ ├── S_.sups.glyph │ │ ├── S__horncomb.glyph │ │ ├── S_acute.glyph │ │ ├── S_caron.glyph │ │ ├── S_cedilla.glyph │ │ ├── S_chwa.glyph │ │ ├── S_circumflex.glyph │ │ ├── S_commaaccent.glyph │ │ ├── S_dotaccent.glyph │ │ ├── S_dotbelow.glyph │ │ ├── S_dotbelowdotaccent.glyph │ │ ├── S_ha-cy.glyph │ │ ├── S_hcha-cy.glyph │ │ ├── S_igma.glyph │ │ ├── S_obliquestroke.glyph │ │ ├── S_oftsign-cy.glyph │ │ ├── T_.glyph │ │ ├── T_.short.glyph │ │ ├── T_.sups.glyph │ │ ├── T__horncomb.glyph │ │ ├── T_au.glyph │ │ ├── T_bar.glyph │ │ ├── T_caron.glyph │ │ ├── T_cedilla.glyph │ │ ├── T_commaaccent.glyph │ │ ├── T_dotaccent.glyph │ │ ├── T_dotbelow.glyph │ │ ├── T_e-cy.glyph │ │ ├── T_heta.glyph │ │ ├── T_horn.glyph │ │ ├── T_macronbelow.glyph │ │ ├── T_se-cy.glyph │ │ ├── T_she-cy.glyph │ │ ├── U_-cy.glyph │ │ ├── U_.glyph │ │ ├── U_.short.2.glyph │ │ ├── U_.short.glyph │ │ ├── U_.sups.glyph │ │ ├── U_acute.glyph │ │ ├── U_breve.glyph │ │ ├── U_caron.glyph │ │ ├── U_circumflex.glyph │ │ ├── U_dieresis.glyph │ │ ├── U_dieresisacute.glyph │ │ ├── U_dieresiscaron.glyph │ │ ├── U_dieresisgrave.glyph │ │ ├── U_dieresismacron.glyph │ │ ├── U_dotbelow.glyph │ │ ├── U_grave.glyph │ │ ├── U_hookabove.glyph │ │ ├── U_horn.glyph │ │ ├── U_horn.short.glyph │ │ ├── U_hornacute.glyph │ │ ├── U_horndotbelow.glyph │ │ ├── U_horngrave.glyph │ │ ├── U_hornhookabove.glyph │ │ ├── U_horntilde.glyph │ │ ├── U_hungarumlaut.glyph │ │ ├── U_macron.glyph │ │ ├── U_ogonek.glyph │ │ ├── U_psilon.glyph │ │ ├── U_psilondieresis.glyph │ │ ├── U_psilonhookS_ymbol.glyph │ │ ├── U_psilontonos.glyph │ │ ├── U_ring.glyph │ │ ├── U_short-cy.glyph │ │ ├── U_tilde.glyph │ │ ├── V_.glyph │ │ ├── V_.sups.glyph │ │ ├── V_dotbelow.glyph │ │ ├── V_e-cy.glyph │ │ ├── V_tilde.glyph │ │ ├── V_turned.glyph │ │ ├── W_.glyph │ │ ├── W_.short.glyph │ │ ├── W_.sups.glyph │ │ ├── W_acute.glyph │ │ ├── W_circumflex.glyph │ │ ├── W_dieresis.glyph │ │ ├── W_dotaccent.glyph │ │ ├── W_dotbelow.glyph │ │ ├── W_grave.glyph │ │ ├── X_.glyph │ │ ├── X_.sups.glyph │ │ ├── X_dieresis.glyph │ │ ├── X_dotaccent.glyph │ │ ├── X_i.glyph │ │ ├── Y_.glyph │ │ ├── Y_.short.glyph │ │ ├── Y_.sups.glyph │ │ ├── Y_a-cy.glyph │ │ ├── Y_acute.glyph │ │ ├── Y_circumflex.glyph │ │ ├── Y_dieresis.glyph │ │ ├── Y_dotaccent.glyph │ │ ├── Y_dotbelow.glyph │ │ ├── Y_eru-cy.glyph │ │ ├── Y_grave.glyph │ │ ├── Y_hook.glyph │ │ ├── Y_hookabove.glyph │ │ ├── Y_i-cy.cv02.glyph │ │ ├── Y_i-cy.glyph │ │ ├── Y_macron.glyph │ │ ├── Y_tilde.glyph │ │ ├── Y_u-cy.glyph │ │ ├── Z_.glyph │ │ ├── Z_.sups.glyph │ │ ├── Z_acute.glyph │ │ ├── Z_caron.glyph │ │ ├── Z_circumflex.glyph │ │ ├── Z_dotaccent.glyph │ │ ├── Z_dotbelow.glyph │ │ ├── Z_e-cy.glyph │ │ ├── Z_eta.glyph │ │ ├── Z_he-cy.glyph │ │ ├── Z_macronbelow.glyph │ │ ├── Z_stroke.glyph │ │ ├── _dot.raster1.glyph │ │ ├── _dot.raster2.glyph │ │ ├── _dot.raster3.glyph │ │ ├── _notdef.glyph │ │ ├── _part.arrow.glyph │ │ ├── _part.asc.hook.glyph │ │ ├── _part.asc.k.glyph │ │ ├── _part.asc.left.glyph │ │ ├── _part.asc.right.glyph │ │ ├── _part.asterisk.glyph │ │ ├── _part.bowl.descender.glyph │ │ ├── _part.bowl.glyph │ │ ├── _part.cap.hook.left.glyph │ │ ├── _part.desc-cy.glyph │ │ ├── _part.desc.hook.glyph │ │ ├── _part.desc.hook.left.glyph │ │ ├── _part.geartooth.glyph │ │ ├── _part.k.glyph │ │ ├── _part.money.bar.glyph │ │ ├── _part.money.crossbar.glyph │ │ ├── _part.notmath.comp.glyph │ │ ├── _part.slash.O_.glyph │ │ ├── _part.slash.O_.mirrored.glyph │ │ ├── _part.slash.comp.glyph │ │ ├── _part.slash.o.glyph │ │ ├── _part.stroke.glyph │ │ ├── _pixel.glyph │ │ ├── _pixel.round.glyph │ │ ├── a-cy.glyph │ │ ├── a.cv.glyph │ │ ├── a.glyph │ │ ├── aacute.cv.glyph │ │ ├── aacute.glyph │ │ ├── abreve.cv.glyph │ │ ├── abreve.glyph │ │ ├── abreveacute.cv.glyph │ │ ├── abreveacute.glyph │ │ ├── abrevedotbelow.cv.glyph │ │ ├── abrevedotbelow.glyph │ │ ├── abrevegrave.cv.glyph │ │ ├── abrevegrave.glyph │ │ ├── abrevehookabove.cv.glyph │ │ ├── abrevehookabove.glyph │ │ ├── abrevetilde.cv.glyph │ │ ├── abrevetilde.glyph │ │ ├── acaron.cv.glyph │ │ ├── acaron.glyph │ │ ├── acircumflex.cv.glyph │ │ ├── acircumflex.glyph │ │ ├── acircumflexacute.cv.glyph │ │ ├── acircumflexacute.glyph │ │ ├── acircumflexdotbelow.cv.glyph │ │ ├── acircumflexdotbelow.glyph │ │ ├── acircumflexgrave.cv.glyph │ │ ├── acircumflexgrave.glyph │ │ ├── acircumflexhookabove.cv.glyph │ │ ├── acircumflexhookabove.glyph │ │ ├── acircumflextilde.cv.glyph │ │ ├── acircumflextilde.glyph │ │ ├── acknowledgeC_ontrol.glyph │ │ ├── acute.glyph │ │ ├── acutecomb.alt.glyph │ │ ├── acutecomb.case.glyph │ │ ├── acutecomb.glyph │ │ ├── adieresis.cv.glyph │ │ ├── adieresis.glyph │ │ ├── adieresismacron.cv.glyph │ │ ├── adieresismacron.glyph │ │ ├── adotaccent.cv.glyph │ │ ├── adotaccent.glyph │ │ ├── adotbelow.cv.glyph │ │ ├── adotbelow.glyph │ │ ├── ae.glyph │ │ ├── aeacute.glyph │ │ ├── aemacron.glyph │ │ ├── agrave.cv.glyph │ │ ├── agrave.glyph │ │ ├── ahookabove.cv.glyph │ │ ├── ahookabove.glyph │ │ ├── aktieselskab.glyph │ │ ├── alpha.glyph │ │ ├── alphatonos.glyph │ │ ├── alternativekeysymbol.glyph │ │ ├── amacron.cv.glyph │ │ ├── amacron.glyph │ │ ├── amod.cv.glyph │ │ ├── amod.glyph │ │ ├── ampersand.cv08.1.glyph │ │ ├── ampersand.cv08.glyph │ │ ├── ampersand.glyph │ │ ├── angle.glyph │ │ ├── angryF_ace.glyph │ │ ├── anoteleia.glyph │ │ ├── antennaB_ars.glyph │ │ ├── anticlockwiseC_losedC_ircleA_rrow.glyph │ │ ├── aogonek.cv.glyph │ │ ├── aogonek.glyph │ │ ├── apostrophemod.glyph │ │ ├── approxequal.glyph │ │ ├── aring.cv.glyph │ │ ├── aring.glyph │ │ ├── aringacute.cv.glyph │ │ ├── aringacute.glyph │ │ ├── asciicircum.glyph │ │ ├── asciitilde.glyph │ │ ├── asterisk.glyph │ │ ├── asterism.glyph │ │ ├── at.glyph │ │ ├── atilde.cv.glyph │ │ ├── atilde.glyph │ │ ├── b.glyph │ │ ├── backslash.glyph │ │ ├── backspaceC_ontrol.glyph │ │ ├── baht.glyph │ │ ├── ballotB_oldS_criptX_.glyph │ │ ├── ballotB_ox.glyph │ │ ├── ballotB_oxW_ithB_oldC_heck.glyph │ │ ├── ballotB_oxW_ithB_oldS_criptX_.glyph │ │ ├── ballotB_oxW_ithC_heck.glyph │ │ ├── ballotB_oxW_ithL_ightX_.glyph │ │ ├── ballotB_oxW_ithS_criptX_.glyph │ │ ├── ballotB_oxW_ithX_.glyph │ │ ├── ballotS_criptX_.glyph │ │ ├── ballotX_.glyph │ │ ├── bar.glyph │ │ ├── bdotaccent.glyph │ │ ├── bdotbelow.glyph │ │ ├── be-cy.glyph │ │ ├── bellC_ontrol.glyph │ │ ├── beta.glyph │ │ ├── bhook.glyph │ │ ├── bitcoin.glyph │ │ ├── blackC_ircle.glyph │ │ ├── blackC_ircleF_orR_ecord.glyph │ │ ├── blackD_iamond.glyph │ │ ├── blackF_lag.glyph │ │ ├── blackH_eart.glyph │ │ ├── blackL_eftD_oubleT_riangle.glyph │ │ ├── blackL_eftD_oubleT_riangleW_ithV_erticalB_ar.glyph │ │ ├── blackM_ediumR_ightT_riangle.glyph │ │ ├── blackR_ightD_oubleT_riangle.glyph │ │ ├── blackR_ightD_oubleT_riangleW_ithV_erticalB_ar.glyph │ │ ├── blackS_mallS_quare.glyph │ │ ├── blackS_mallS_tar.glyph │ │ ├── blackS_milingF_ace.glyph │ │ ├── blackS_quare.glyph │ │ ├── blackS_quareF_orS_top.glyph │ │ ├── blackS_tar.glyph │ │ ├── blank-braille.glyph │ │ ├── bmacronbelow.glyph │ │ ├── boxD_oubleD_ownA_ndH_orizontal.glyph │ │ ├── boxD_oubleD_ownA_ndL_eft.glyph │ │ ├── boxD_oubleD_ownA_ndR_ight.glyph │ │ ├── boxD_oubleH_orizontal.glyph │ │ ├── boxD_oubleU_pA_ndH_orizontal.glyph │ │ ├── boxD_oubleU_pA_ndL_eft.glyph │ │ ├── boxD_oubleU_pA_ndR_ight.glyph │ │ ├── boxD_oubleV_ertical.glyph │ │ ├── boxD_oubleV_erticalA_ndH_orizontal.glyph │ │ ├── boxD_oubleV_erticalA_ndL_eft.glyph │ │ ├── boxD_oubleV_erticalA_ndR_ight.glyph │ │ ├── boxD_ownD_oubleA_ndH_orizontalS_ingle.glyph │ │ ├── boxD_ownD_oubleA_ndL_eftS_ingle.glyph │ │ ├── boxD_ownD_oubleA_ndR_ightS_ingle.glyph │ │ ├── boxD_ownH_eavyA_ndH_orizontalL_ight.glyph │ │ ├── boxD_ownH_eavyA_ndL_eftL_ight.glyph │ │ ├── boxD_ownH_eavyA_ndL_eftU_pL_ight.glyph │ │ ├── boxD_ownH_eavyA_ndR_ightL_ight.glyph │ │ ├── boxD_ownH_eavyA_ndR_ightU_pL_ight.glyph │ │ ├── boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glyph │ │ ├── boxD_ownL_ightA_ndH_orizontalH_eavy.glyph │ │ ├── boxD_ownL_ightA_ndL_eftH_eavy.glyph │ │ ├── boxD_ownL_ightA_ndL_eftU_pH_eavy.glyph │ │ ├── boxD_ownL_ightA_ndR_ightH_eavy.glyph │ │ ├── boxD_ownL_ightA_ndR_ightU_pH_eavy.glyph │ │ ├── boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glyph │ │ ├── boxD_ownS_ingleA_ndH_orizontalD_ouble.glyph │ │ ├── boxD_ownS_ingleA_ndL_eftD_ouble.glyph │ │ ├── boxD_ownS_ingleA_ndR_ightD_ouble.glyph │ │ ├── boxH_eavyD_oubleD_ashH_orizontal.glyph │ │ ├── boxH_eavyD_oubleD_ashV_ertical.glyph │ │ ├── boxH_eavyD_own.glyph │ │ ├── boxH_eavyD_ownA_ndH_orizontal.glyph │ │ ├── boxH_eavyD_ownA_ndL_eft.glyph │ │ ├── boxH_eavyD_ownA_ndR_ight.glyph │ │ ├── boxH_eavyH_orizontal.glyph │ │ ├── boxH_eavyL_eft.glyph │ │ ├── boxH_eavyL_eftA_ndL_ightR_ight.glyph │ │ ├── boxH_eavyQ_uadrupleD_ashH_orizontal.glyph │ │ ├── boxH_eavyQ_uadrupleD_ashV_ertical.glyph │ │ ├── boxH_eavyR_ight.glyph │ │ ├── boxH_eavyT_ripleD_ashH_orizontal.glyph │ │ ├── boxH_eavyT_ripleD_ashV_ertical.glyph │ │ ├── boxH_eavyU_p.glyph │ │ ├── boxH_eavyU_pA_ndH_orizontal.glyph │ │ ├── boxH_eavyU_pA_ndL_eft.glyph │ │ ├── boxH_eavyU_pA_ndL_ightD_own.glyph │ │ ├── boxH_eavyU_pA_ndR_ight.glyph │ │ ├── boxH_eavyV_ertical.glyph │ │ ├── boxH_eavyV_erticalA_ndH_orizontal.glyph │ │ ├── boxH_eavyV_erticalA_ndL_eft.glyph │ │ ├── boxH_eavyV_erticalA_ndR_ight.glyph │ │ ├── boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glyph │ │ ├── boxL_eftH_eavyA_ndR_ightD_ownL_ight.glyph │ │ ├── boxL_eftH_eavyA_ndR_ightU_pL_ight.glyph │ │ ├── boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glyph │ │ ├── boxL_eftL_ightA_ndR_ightD_ownH_eavy.glyph │ │ ├── boxL_eftL_ightA_ndR_ightU_pH_eavy.glyph │ │ ├── boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glyph │ │ ├── boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glyph │ │ ├── boxL_ightA_rcD_ownA_ndL_eft.glyph │ │ ├── boxL_ightA_rcD_ownA_ndR_ight.glyph │ │ ├── boxL_ightA_rcU_pA_ndL_eft.glyph │ │ ├── boxL_ightA_rcU_pA_ndR_ight.glyph │ │ ├── boxL_ightD_iagonalC_ross.glyph │ │ ├── boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glyph │ │ ├── boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glyph │ │ ├── boxL_ightD_oubleD_ashH_orizontal.glyph │ │ ├── boxL_ightD_oubleD_ashV_ertical.glyph │ │ ├── boxL_ightD_own.glyph │ │ ├── boxL_ightD_ownA_ndH_orizontal.glyph │ │ ├── boxL_ightD_ownA_ndL_eft.glyph │ │ ├── boxL_ightD_ownA_ndR_ight.glyph │ │ ├── boxL_ightH_orizontal.glyph │ │ ├── boxL_ightL_eft.glyph │ │ ├── boxL_ightL_eftA_ndH_eavyR_ight.glyph │ │ ├── boxL_ightQ_uadrupleD_ashH_orizontal.glyph │ │ ├── boxL_ightQ_uadrupleD_ashV_ertical.glyph │ │ ├── boxL_ightR_ight.glyph │ │ ├── boxL_ightT_ripleD_ashH_orizontal.glyph │ │ ├── boxL_ightT_ripleD_ashV_ertical.glyph │ │ ├── boxL_ightU_p.glyph │ │ ├── boxL_ightU_pA_ndH_eavyD_own.glyph │ │ ├── boxL_ightU_pA_ndH_orizontal.glyph │ │ ├── boxL_ightU_pA_ndL_eft.glyph │ │ ├── boxL_ightU_pA_ndR_ight.glyph │ │ ├── boxL_ightV_ertical.glyph │ │ ├── boxL_ightV_erticalA_ndH_orizontal.glyph │ │ ├── boxL_ightV_erticalA_ndL_eft.glyph │ │ ├── boxL_ightV_erticalA_ndR_ight.glyph │ │ ├── boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glyph │ │ ├── boxR_ightH_eavyA_ndL_eftD_ownL_ight.glyph │ │ ├── boxR_ightH_eavyA_ndL_eftU_pL_ight.glyph │ │ ├── boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glyph │ │ ├── boxR_ightL_ightA_ndL_eftD_ownH_eavy.glyph │ │ ├── boxR_ightL_ightA_ndL_eftU_pH_eavy.glyph │ │ ├── boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glyph │ │ ├── boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glyph │ │ ├── boxU_pD_oubleA_ndH_orizontalS_ingle.glyph │ │ ├── boxU_pD_oubleA_ndL_eftS_ingle.glyph │ │ ├── boxU_pD_oubleA_ndR_ightS_ingle.glyph │ │ ├── boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glyph │ │ ├── boxU_pH_eavyA_ndH_orizontalL_ight.glyph │ │ ├── boxU_pH_eavyA_ndL_eftD_ownL_ight.glyph │ │ ├── boxU_pH_eavyA_ndL_eftL_ight.glyph │ │ ├── boxU_pH_eavyA_ndR_ightD_ownL_ight.glyph │ │ ├── boxU_pH_eavyA_ndR_ightL_ight.glyph │ │ ├── boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glyph │ │ ├── boxU_pL_ightA_ndH_orizontalH_eavy.glyph │ │ ├── boxU_pL_ightA_ndL_eftD_ownH_eavy.glyph │ │ ├── boxU_pL_ightA_ndL_eftH_eavy.glyph │ │ ├── boxU_pL_ightA_ndR_ightD_ownH_eavy.glyph │ │ ├── boxU_pL_ightA_ndR_ightH_eavy.glyph │ │ ├── boxU_pS_ingleA_ndH_orizontalD_ouble.glyph │ │ ├── boxU_pS_ingleA_ndL_eftD_ouble.glyph │ │ ├── boxU_pS_ingleA_ndR_ightD_ouble.glyph │ │ ├── boxV_erticalD_oubleA_ndH_orizontalS_ingle.glyph │ │ ├── boxV_erticalD_oubleA_ndL_eftS_ingle.glyph │ │ ├── boxV_erticalD_oubleA_ndR_ightS_ingle.glyph │ │ ├── boxV_erticalH_eavyA_ndH_orizontalL_ight.glyph │ │ ├── boxV_erticalH_eavyA_ndL_eftL_ight.glyph │ │ ├── boxV_erticalH_eavyA_ndR_ightL_ight.glyph │ │ ├── boxV_erticalL_ightA_ndH_orizontalH_eavy.glyph │ │ ├── boxV_erticalL_ightA_ndL_eftH_eavy.glyph │ │ ├── boxV_erticalL_ightA_ndR_ightH_eavy.glyph │ │ ├── boxV_erticalS_ingleA_ndH_orizontalD_ouble.glyph │ │ ├── boxV_erticalS_ingleA_ndL_eftD_ouble.glyph │ │ ├── boxV_erticalS_ingleA_ndR_ightD_ouble.glyph │ │ ├── braceleft.glyph │ │ ├── braceright.glyph │ │ ├── bracketleft.glyph │ │ ├── bracketright.glyph │ │ ├── breve.glyph │ │ ├── brevebelowcomb.glyph │ │ ├── brevecomb.case.glyph │ │ ├── brevecomb.glyph │ │ ├── brevecomb_acutecomb.case.glyph │ │ ├── brevecomb_acutecomb.glyph │ │ ├── brevecomb_gravecomb.case.glyph │ │ ├── brevecomb_gravecomb.glyph │ │ ├── brevecomb_hookabovecomb.case.glyph │ │ ├── brevecomb_hookabovecomb.glyph │ │ ├── brevecomb_tildecomb.case.glyph │ │ ├── brevecomb_tildecomb.glyph │ │ ├── breveinvertedcomb.case.glyph │ │ ├── breveinvertedcomb.glyph │ │ ├── brokenbar.glyph │ │ ├── bstroke.glyph │ │ ├── bullet.glyph │ │ ├── bulletoperator.glyph │ │ ├── bustI_nS_ilhouette.glyph │ │ ├── c.glyph │ │ ├── cacute.glyph │ │ ├── cancelC_ontrol.glyph │ │ ├── candraB_inducomb.case.glyph │ │ ├── candraB_inducomb.glyph │ │ ├── capslock.glyph │ │ ├── careof.glyph │ │ ├── caron.glyph │ │ ├── caroncomb.alt.glyph │ │ ├── caroncomb.case.glyph │ │ ├── caroncomb.glyph │ │ ├── carriageR_eturnC_ontrol.glyph │ │ ├── carriagereturn.glyph │ │ ├── ccaron.glyph │ │ ├── ccedilla.glyph │ │ ├── ccedillaacute.glyph │ │ ├── ccircumflex.glyph │ │ ├── cdotaccent.glyph │ │ ├── cedi.glyph │ │ ├── cedilla.glyph │ │ ├── cedillacomb.glyph │ │ ├── cent.glyph │ │ ├── che-cy.glyph │ │ ├── checkmark.glyph │ │ ├── chi.glyph │ │ ├── chook.glyph │ │ ├── circumflex.glyph │ │ ├── circumflexcomb.case.glyph │ │ ├── circumflexcomb.glyph │ │ ├── circumflexcomb_acutecomb.case.glyph │ │ ├── circumflexcomb_acutecomb.glyph │ │ ├── circumflexcomb_gravecomb.case.glyph │ │ ├── circumflexcomb_gravecomb.glyph │ │ ├── circumflexcomb_hookabovecomb.case.glyph │ │ ├── circumflexcomb_hookabovecomb.glyph │ │ ├── circumflexcomb_tildecomb.case.glyph │ │ ├── circumflexcomb_tildecomb.glyph │ │ ├── clockwiseR_ightA_ndL_eftS_emicircleA_rrows.glyph │ │ ├── cloud.glyph │ │ ├── cloudR_ain.glyph │ │ ├── clubB_lackS_uit.glyph │ │ ├── colon.alt.glyph │ │ ├── colon.glyph │ │ ├── colonsign.glyph │ │ ├── comma.glyph │ │ ├── commaabovecomb.case.glyph │ │ ├── commaabovecomb.glyph │ │ ├── commaaboverightcomb.case.glyph │ │ ├── commaaboverightcomb.case.spacing.glyph │ │ ├── commaaboverightcomb.glyph │ │ ├── commaaboverightcomb.spacing.glyph │ │ ├── commaaccentcomb.glyph │ │ ├── commaturnedabovecomb.glyph │ │ ├── commaturnedmod.glyph │ │ ├── copyright.glyph │ │ ├── crescentM_oon.glyph │ │ ├── currency.glyph │ │ ├── d.glyph │ │ ├── dagger.glyph │ │ ├── daggerdbl.glyph │ │ ├── dataL_inkE_scapeC_ontrol.glyph │ │ ├── dblverticalbar.glyph │ │ ├── dcaron.glyph │ │ ├── dcedilla.glyph │ │ ├── dcroat.glyph │ │ ├── ddotaccent.glyph │ │ ├── ddotbelow.glyph │ │ ├── de-cy.glyph │ │ ├── de-cy.loclR_U_S_.glyph │ │ ├── degree.glyph │ │ ├── deleteC_ontrol.glyph │ │ ├── deleteL_eftK_ey.glyph │ │ ├── delta.glyph │ │ ├── deviceC_ontrolF_ourC_ontrol.glyph │ │ ├── deviceC_ontrolO_neC_ontrol.glyph │ │ ├── deviceC_ontrolT_hreeC_ontrol.glyph │ │ ├── deviceC_ontrolT_woC_ontrol.glyph │ │ ├── dhook.glyph │ │ ├── dialytikatonoscomb.glyph │ │ ├── diamondB_lackS_uit.glyph │ │ ├── dieresis.glyph │ │ ├── dieresiscomb.case.glyph │ │ ├── dieresiscomb.glyph │ │ ├── dieresistonos.glyph │ │ ├── divide.glyph │ │ ├── divisionslash.glyph │ │ ├── dje-cy.glyph │ │ ├── dmacronbelow.glyph │ │ ├── dmod.glyph │ │ ├── dollar.glyph │ │ ├── dong.glyph │ │ ├── dotaccent.glyph │ │ ├── dotaccentcomb.case.glyph │ │ ├── dotaccentcomb.glyph │ │ ├── dotbelowcomb.glyph │ │ ├── dotmath.glyph │ │ ├── dots1-braille.glyph │ │ ├── dots12-braille.glyph │ │ ├── dots123-braille.glyph │ │ ├── dots1234-braille.glyph │ │ ├── dots12345-braille.glyph │ │ ├── dots123456-braille.glyph │ │ ├── dots12346-braille.glyph │ │ ├── dots1235-braille.glyph │ │ ├── dots12356-braille.glyph │ │ ├── dots1236-braille.glyph │ │ ├── dots124-braille.glyph │ │ ├── dots1245-braille.glyph │ │ ├── dots12456-braille.glyph │ │ ├── dots1246-braille.glyph │ │ ├── dots125-braille.glyph │ │ ├── dots1256-braille.glyph │ │ ├── dots126-braille.glyph │ │ ├── dots13-braille.glyph │ │ ├── dots134-braille.glyph │ │ ├── dots1345-braille.glyph │ │ ├── dots13456-braille.glyph │ │ ├── dots1346-braille.glyph │ │ ├── dots135-braille.glyph │ │ ├── dots1356-braille.glyph │ │ ├── dots136-braille.glyph │ │ ├── dots14-braille.glyph │ │ ├── dots145-braille.glyph │ │ ├── dots1456-braille.glyph │ │ ├── dots146-braille.glyph │ │ ├── dots15-braille.glyph │ │ ├── dots156-braille.glyph │ │ ├── dots16-braille.glyph │ │ ├── dots2-braille.glyph │ │ ├── dots23-braille.glyph │ │ ├── dots234-braille.glyph │ │ ├── dots2345-braille.glyph │ │ ├── dots23456-braille.glyph │ │ ├── dots2346-braille.glyph │ │ ├── dots235-braille.glyph │ │ ├── dots2356-braille.glyph │ │ ├── dots236-braille.glyph │ │ ├── dots24-braille.glyph │ │ ├── dots245-braille.glyph │ │ ├── dots2456-braille.glyph │ │ ├── dots246-braille.glyph │ │ ├── dots25-braille.glyph │ │ ├── dots256-braille.glyph │ │ ├── dots26-braille.glyph │ │ ├── dots3-braille.glyph │ │ ├── dots34-braille.glyph │ │ ├── dots345-braille.glyph │ │ ├── dots3456-braille.glyph │ │ ├── dots346-braille.glyph │ │ ├── dots35-braille.glyph │ │ ├── dots356-braille.glyph │ │ ├── dots36-braille.glyph │ │ ├── dots4-braille.glyph │ │ ├── dots45-braille.glyph │ │ ├── dots456-braille.glyph │ │ ├── dots46-braille.glyph │ │ ├── dots5-braille.glyph │ │ ├── dots56-braille.glyph │ │ ├── dots6-braille.glyph │ │ ├── dottedC_ircle.glyph │ │ ├── doubleV_erticalB_ar.glyph │ │ ├── doublemacronbelowcomb.glyph │ │ ├── doubleprimemod.glyph │ │ ├── downA_rrow.glyph │ │ ├── downA_rrowT_oB_ar.glyph │ │ ├── downB_lackS_mallT_riangle.glyph │ │ ├── downB_lackT_riangle.glyph │ │ ├── downT_ipR_ightA_rrow.glyph │ │ ├── downW_hiteS_mallT_riangle.glyph │ │ ├── downW_hiteT_riangle.glyph │ │ ├── dvd.glyph │ │ ├── dze-cy.glyph │ │ ├── dzhe-cy.glyph │ │ ├── dzhe-cy.loclR_U_S_.glyph │ │ ├── e-cy.glyph │ │ ├── e.glyph │ │ ├── eacute.glyph │ │ ├── ebreve.glyph │ │ ├── ecaron.glyph │ │ ├── ecedilla.glyph │ │ ├── ecedillabreve.glyph │ │ ├── ecircumflex.glyph │ │ ├── ecircumflexacute.glyph │ │ ├── ecircumflexdotbelow.glyph │ │ ├── ecircumflexgrave.glyph │ │ ├── ecircumflexhookabove.glyph │ │ ├── ecircumflextilde.glyph │ │ ├── edieresis.glyph │ │ ├── edotaccent.glyph │ │ ├── edotbelow.glyph │ │ ├── ef-cy.glyph │ │ ├── egrave.glyph │ │ ├── ehookabove.glyph │ │ ├── eight.dnom.glyph │ │ ├── eight.glyph │ │ ├── eight.numr.glyph │ │ ├── eight.osf.glyph │ │ ├── eightinferior.glyph │ │ ├── eightsuperior.glyph │ │ ├── el-cy.glyph │ │ ├── ellipsis.glyph │ │ ├── em-cy.glyph │ │ ├── emacron.glyph │ │ ├── emacronacute.glyph │ │ ├── emacrongrave.glyph │ │ ├── emdash.glyph │ │ ├── emoji.eyes.angry.glyph │ │ ├── emoji.eyes.glyph │ │ ├── emoji.eyes.smiling.glyph │ │ ├── emoji.mouth.glyph │ │ ├── emoji.mouth.grinning.glyph │ │ ├── emptyset.glyph │ │ ├── en-cy.glyph │ │ ├── endO_fM_ediumC_ontrol.glyph │ │ ├── endO_fT_extC_ontrol.glyph │ │ ├── endO_fT_ransmissionB_lockC_ontrol.glyph │ │ ├── endO_fT_ransmissionC_ontrol.glyph │ │ ├── endash.glyph │ │ ├── eng.glyph │ │ ├── enquiryC_ontrol.glyph │ │ ├── envelope.glyph │ │ ├── eogonek.glyph │ │ ├── eopen.glyph │ │ ├── epsilon.glyph │ │ ├── epsilontonos.glyph │ │ ├── equal.glyph │ │ ├── equivalence.glyph │ │ ├── er-cy.glyph │ │ ├── ereversed-cy.glyph │ │ ├── es-cy.glyph │ │ ├── escapeC_ontrol.glyph │ │ ├── estimated.glyph │ │ ├── estimates.glyph │ │ ├── eta.glyph │ │ ├── etatonos.glyph │ │ ├── eth.glyph │ │ ├── etilde.glyph │ │ ├── eturned.glyph │ │ ├── euro.glyph │ │ ├── exclam.glyph │ │ ├── exclamdouble.glyph │ │ ├── exclamdown.glyph │ │ ├── ezh.glyph │ │ ├── ezhcaron.glyph │ │ ├── f.glyph │ │ ├── f.italic.glyph │ │ ├── fdotaccent.glyph │ │ ├── fileF_older.glyph │ │ ├── fileS_eparatorC_ontrol.glyph │ │ ├── filledR_ect.glyph │ │ ├── firsttonechinese.glyph │ │ ├── five.dnom.glyph │ │ ├── five.glyph │ │ ├── five.numr.glyph │ │ ├── five.osf.glyph │ │ ├── fiveeighths.glyph │ │ ├── fiveinferior.glyph │ │ ├── fivesixths.glyph │ │ ├── fivesuperior.glyph │ │ ├── floppyD_isk.glyph │ │ ├── florin.glyph │ │ ├── folder.glyph │ │ ├── formF_eedC_ontrol.glyph │ │ ├── four.dnom.glyph │ │ ├── four.glyph │ │ ├── four.numr.glyph │ │ ├── four.osf.glyph │ │ ├── fourfifths.glyph │ │ ├── fourinferior.glyph │ │ ├── foursuperior.glyph │ │ ├── fourthtonechinese.glyph │ │ ├── fraction.alt.glyph │ │ ├── fraction.glyph │ │ ├── fraction.percent.glyph │ │ ├── franc.glyph │ │ ├── fullB_lock.glyph │ │ ├── g.cv01.glyph │ │ ├── g.glyph │ │ ├── g.ss05.glyph │ │ ├── gacute.cv01.glyph │ │ ├── gacute.glyph │ │ ├── gacute.ss05.glyph │ │ ├── gamma.glyph │ │ ├── gbreve.cv01.glyph │ │ ├── gbreve.glyph │ │ ├── gbreve.ss05.glyph │ │ ├── gcaron.cv01.glyph │ │ ├── gcaron.glyph │ │ ├── gcaron.ss05.glyph │ │ ├── gcircumflex.cv01.glyph │ │ ├── gcircumflex.glyph │ │ ├── gcircumflex.ss05.glyph │ │ ├── gcommaaccent.cv01.glyph │ │ ├── gcommaaccent.glyph │ │ ├── gcommaaccent.ss05.glyph │ │ ├── gdotaccent.cv01.glyph │ │ ├── gdotaccent.glyph │ │ ├── gdotaccent.ss05.glyph │ │ ├── ge-cy.glyph │ │ ├── ge-cy.loclR_U_S_.glyph │ │ ├── gearW_ithoutH_ub.glyph │ │ ├── germandbls.glyph │ │ ├── germandbls.italic.glyph │ │ ├── geupturn-cy.glyph │ │ ├── gje-cy.glyph │ │ ├── gje-cy.loclR_U_S_.glyph │ │ ├── gmacron.cv01.glyph │ │ ├── gmacron.glyph │ │ ├── gmacron.ss05.glyph │ │ ├── grave.glyph │ │ ├── gravecomb.alt.glyph │ │ ├── gravecomb.case.glyph │ │ ├── gravecomb.glyph │ │ ├── greater.glyph │ │ ├── greaterequal.glyph │ │ ├── grinningF_ace.glyph │ │ ├── grinningF_aceW_ithS_milingE_yes.glyph │ │ ├── groupS_eparatorC_ontrol.glyph │ │ ├── gstroke.cv01.glyph │ │ ├── gstroke.glyph │ │ ├── gstroke.ss05.glyph │ │ ├── guarani.glyph │ │ ├── guillemetleft.glyph │ │ ├── guillemetright.glyph │ │ ├── guilsinglleft.glyph │ │ ├── guilsinglright.glyph │ │ ├── h.glyph │ │ ├── ha-cy.glyph │ │ ├── hardsign-cy.glyph │ │ ├── hbar.glyph │ │ ├── hbrevebelow.glyph │ │ ├── hcaron.glyph │ │ ├── hcedilla.glyph │ │ ├── hcircumflex.glyph │ │ ├── hdieresis.glyph │ │ ├── hdotaccent.glyph │ │ ├── hdotbelow.glyph │ │ ├── heartB_lackS_uit.glyph │ │ ├── heartW_hiteS_uit.glyph │ │ ├── heavenT_rigram.glyph │ │ ├── heavyB_allotX_.glyph │ │ ├── heavyC_heckM_ark.glyph │ │ ├── heavyG_reekC_ross.glyph │ │ ├── heavyM_ultiplicationX_.glyph │ │ ├── heavyleftpointinganglequotationmarkornament.glyph │ │ ├── heavyrightpointinganglequotationmarkornament.glyph │ │ ├── hmacronbelow.glyph │ │ ├── hmod.glyph │ │ ├── hookabovecomb.case.glyph │ │ ├── hookabovecomb.glyph │ │ ├── horizontalT_abulationC_ontrol.glyph │ │ ├── horizontalbar.glyph │ │ ├── horncomb.case.glyph │ │ ├── horncomb.glyph │ │ ├── house.glyph │ │ ├── houseB_uilding.glyph │ │ ├── hryvnia.glyph │ │ ├── hturned.glyph │ │ ├── hungarumlaut.glyph │ │ ├── hungarumlautcomb.case.glyph │ │ ├── hungarumlautcomb.glyph │ │ ├── hyphen.glyph │ │ ├── i-cy.cv02.glyph │ │ ├── i-cy.dotless.cv02.glyph │ │ ├── i-cy.dotless.glyph │ │ ├── i-cy.glyph │ │ ├── i.cv02.glyph │ │ ├── i.glyph │ │ ├── iacute.cv02.glyph │ │ ├── iacute.glyph │ │ ├── ibreve.cv02.glyph │ │ ├── ibreve.glyph │ │ ├── icaron.cv02.glyph │ │ ├── icaron.glyph │ │ ├── icircumflex.cv02.glyph │ │ ├── icircumflex.glyph │ │ ├── idieresis.cv02.glyph │ │ ├── idieresis.glyph │ │ ├── idieresisacute.cv02.glyph │ │ ├── idieresisacute.glyph │ │ ├── idotbelow.cv02.glyph │ │ ├── idotbelow.dotless.cv02.glyph │ │ ├── idotbelow.dotless.glyph │ │ ├── idotbelow.glyph │ │ ├── idotless.cv02.glyph │ │ ├── idotless.glyph │ │ ├── ie-cy.glyph │ │ ├── iegrave-cy.glyph │ │ ├── igrave.cv02.glyph │ │ ├── igrave.glyph │ │ ├── ihookabove.cv02.glyph │ │ ├── ihookabove.glyph │ │ ├── ii-cy.glyph │ │ ├── ii-cy.loclR_U_S_.glyph │ │ ├── iigrave-cy.glyph │ │ ├── iigrave-cy.loclR_U_S_.glyph │ │ ├── iishort-cy.glyph │ │ ├── iishort-cy.loclR_U_S_.glyph │ │ ├── ij.glyph │ │ ├── imacron.cv02.glyph │ │ ├── imacron.glyph │ │ ├── increment.glyph │ │ ├── infinity.glyph │ │ ├── informationsource.glyph │ │ ├── integral.glyph │ │ ├── integralbt.glyph │ │ ├── integraltp.glyph │ │ ├── intersection.glyph │ │ ├── inverseB_ullet.glyph │ │ ├── inverseW_hiteC_ircle.glyph │ │ ├── io-cy.glyph │ │ ├── iogonek.cv02.glyph │ │ ├── iogonek.dotless.cv02.glyph │ │ ├── iogonek.dotless.glyph │ │ ├── iogonek.glyph │ │ ├── iota.glyph │ │ ├── iotadieresis.glyph │ │ ├── iotadieresistonos.glyph │ │ ├── iotastroke.glyph │ │ ├── iotatonos.glyph │ │ ├── istroke.cv02.glyph │ │ ├── istroke.dotless.cv02.glyph │ │ ├── istroke.dotless.glyph │ │ ├── istroke.glyph │ │ ├── itilde.cv02.glyph │ │ ├── itilde.glyph │ │ ├── j.cv03.glyph │ │ ├── j.glyph │ │ ├── jacute.cv03.glyph │ │ ├── jacute.glyph │ │ ├── jcaron.case.cv03.glyph │ │ ├── jcaron.case.glyph │ │ ├── jcaron.cv03.glyph │ │ ├── jcaron.glyph │ │ ├── jcircumflex.cv03.glyph │ │ ├── jcircumflex.glyph │ │ ├── jdotless.cv03.glyph │ │ ├── jdotless.glyph │ │ ├── je-cy.cv03.glyph │ │ ├── je-cy.glyph │ │ ├── k.glyph │ │ ├── ka-cy.glyph │ │ ├── ka-cy.loclR_U_S_.glyph │ │ ├── kacute.glyph │ │ ├── kappa.glyph │ │ ├── kcaron.glyph │ │ ├── kcommaaccent.glyph │ │ ├── kdotbelow.glyph │ │ ├── key.glyph │ │ ├── kgreenlandic.glyph │ │ ├── khook.glyph │ │ ├── kip.glyph │ │ ├── kje-cy.glyph │ │ ├── kje-cy.loclR_U_S_.glyph │ │ ├── kmacronbelow.glyph │ │ ├── l.cv04.glyph │ │ ├── l.glyph │ │ ├── lacute.cv04.glyph │ │ ├── lacute.glyph │ │ ├── lambda.glyph │ │ ├── lari.glyph │ │ ├── lbar.cv04.glyph │ │ ├── lbar.glyph │ │ ├── lcaron.cv04.glyph │ │ ├── lcaron.glyph │ │ ├── lcommaaccent.cv04.glyph │ │ ├── lcommaaccent.glyph │ │ ├── ldot.cv04.glyph │ │ ├── ldot.glyph │ │ ├── ldotbelow.cv04.glyph │ │ ├── ldotbelow.glyph │ │ ├── ldotbelowmacron.cv04.glyph │ │ ├── ldotbelowmacron.glyph │ │ ├── leftA_rrow.glyph │ │ ├── leftB_lackP_ointer.glyph │ │ ├── leftB_lackS_mallT_riangle.glyph │ │ ├── leftB_lackT_riangle.glyph │ │ ├── leftB_lock.glyph │ │ ├── leftD_oubleP_aren.glyph │ │ ├── leftF_iveE_ighthsB_lock.glyph │ │ ├── leftM_agnifyingG_lass.glyph │ │ ├── leftO_neE_ighthB_lock.glyph │ │ ├── leftO_neQ_uarterB_lock.glyph │ │ ├── leftR_ightA_rrow.glyph │ │ ├── leftS_evenE_ighthsB_lock.glyph │ │ ├── leftT_hreeE_ighthsB_lock.glyph │ │ ├── leftT_hreeQ_uartersB_lock.glyph │ │ ├── leftW_hiteP_ointer.glyph │ │ ├── leftW_hiteS_mallT_riangle.glyph │ │ ├── leftW_hiteT_riangle.glyph │ │ ├── leftanglebracket-math.glyph │ │ ├── less.glyph │ │ ├── lessequal.glyph │ │ ├── lineF_eedC_ontrol.glyph │ │ ├── lira.glyph │ │ ├── liraT_urkish.glyph │ │ ├── literS_ign.glyph │ │ ├── lje-cy.glyph │ │ ├── lmacronbelow.cv04.glyph │ │ ├── lmacronbelow.glyph │ │ ├── lnS_quare.glyph │ │ ├── lock.glyph │ │ ├── logicaland.glyph │ │ ├── logicalnot.glyph │ │ ├── logicalnotR_eversed.glyph │ │ ├── logicalor.glyph │ │ ├── longs.glyph │ │ ├── longs.italic.glyph │ │ ├── longsdotaccent.glyph │ │ ├── longsdotaccent.italic.glyph │ │ ├── lowerF_iveE_ighthsB_lock.glyph │ │ ├── lowerH_alfB_lock.glyph │ │ ├── lowerL_eftB_lackT_riangle.glyph │ │ ├── lowerL_eftB_lock.glyph │ │ ├── lowerO_neE_ighthB_lock.glyph │ │ ├── lowerO_neQ_uarterB_lock.glyph │ │ ├── lowerR_ightB_lackT_riangle.glyph │ │ ├── lowerR_ightB_lock.glyph │ │ ├── lowerR_ightP_encil.glyph │ │ ├── lowerS_evenE_ighthsB_lock.glyph │ │ ├── lowerT_hreeE_ighthsB_lock.glyph │ │ ├── lowerT_hreeQ_uartersB_lock.glyph │ │ ├── lowlinecomb.224.glyph │ │ ├── lowlinecomb.276.glyph │ │ ├── lowlinecomb.288.glyph │ │ ├── lowlinecomb.320.glyph │ │ ├── lowlinecomb.340.glyph │ │ ├── lowlinecomb.352.glyph │ │ ├── lowlinecomb.384.glyph │ │ ├── lowlinecomb.400.glyph │ │ ├── lowlinecomb.416.glyph │ │ ├── lowlinecomb.432.glyph │ │ ├── lowlinecomb.456.glyph │ │ ├── lowlinecomb.480.glyph │ │ ├── lowlinecomb.512.glyph │ │ ├── lowlinecomb.544.glyph │ │ ├── lowlinecomb.576.glyph │ │ ├── lowlinecomb.592.glyph │ │ ├── lowlinecomb.608.glyph │ │ ├── lowlinecomb.616.glyph │ │ ├── lowlinecomb.640.glyph │ │ ├── lowlinecomb.656.glyph │ │ ├── lowlinecomb.680.glyph │ │ ├── lowlinecomb.704.glyph │ │ ├── lowlinecomb.736.glyph │ │ ├── lowlinecomb.glyph │ │ ├── lozenge.glyph │ │ ├── lslash.cv04.glyph │ │ ├── lslash.glyph │ │ ├── m.cv05.1.glyph │ │ ├── m.cv05.2.glyph │ │ ├── m.glyph │ │ ├── macron.glyph │ │ ├── macronbelowcomb.glyph │ │ ├── macroncomb.case.glyph │ │ ├── macroncomb.glyph │ │ ├── macroncomb_brevecomb.case.glyph │ │ ├── macroncomb_brevecomb.glyph │ │ ├── macute.glyph │ │ ├── manat.glyph │ │ ├── mars.glyph │ │ ├── maximize.glyph │ │ ├── mdotaccent.glyph │ │ ├── mdotbelow.glyph │ │ ├── micro.glyph │ │ ├── minimize.glyph │ │ ├── minus.glyph │ │ ├── minussuperior.glyph │ │ ├── minute.glyph │ │ ├── mobileP_hone.glyph │ │ ├── mu.glyph │ │ ├── multiplicationX_.glyph │ │ ├── multiply.glyph │ │ ├── n.glyph │ │ ├── nacute.glyph │ │ ├── naira.glyph │ │ ├── napostrophe.glyph │ │ ├── nbspace.glyph │ │ ├── ncaron.glyph │ │ ├── ncommaaccent.glyph │ │ ├── ndotaccent.glyph │ │ ├── ndotbelow.glyph │ │ ├── negativeA_cknowledgeC_ontrol.glyph │ │ ├── newlineC_ontrol.glyph │ │ ├── ngrave.glyph │ │ ├── nhookleft.glyph │ │ ├── nine.dnom.glyph │ │ ├── nine.glyph │ │ ├── nine.numr.glyph │ │ ├── nine.osf.glyph │ │ ├── nineinferior.glyph │ │ ├── ninesuperior.glyph │ │ ├── nje-cy.glyph │ │ ├── nmacronbelow.glyph │ │ ├── nmod.glyph │ │ ├── northE_astA_rrow.glyph │ │ ├── northW_estA_rrow.glyph │ │ ├── note-musical.glyph │ │ ├── notedbl-musical.glyph │ │ ├── notequal.glyph │ │ ├── notsubset.glyph │ │ ├── notsuperset.glyph │ │ ├── ntilde.glyph │ │ ├── nu.glyph │ │ ├── nullC_ontrol.glyph │ │ ├── numbersign.glyph │ │ ├── numero.glyph │ │ ├── o-cy.glyph │ │ ├── o.glyph │ │ ├── oacute.glyph │ │ ├── obarred.glyph │ │ ├── obreve.glyph │ │ ├── ocaron.glyph │ │ ├── ocircumflex.glyph │ │ ├── ocircumflexacute.glyph │ │ ├── ocircumflexdotbelow.glyph │ │ ├── ocircumflexgrave.glyph │ │ ├── ocircumflexhookabove.glyph │ │ ├── ocircumflextilde.glyph │ │ ├── odieresis.glyph │ │ ├── odieresismacron.glyph │ │ ├── odotaccent.glyph │ │ ├── odotaccentmacron.glyph │ │ ├── odotbelow.glyph │ │ ├── oe.glyph │ │ ├── ogonek.glyph │ │ ├── ogonekcomb.glyph │ │ ├── ograve.glyph │ │ ├── ohookabove.glyph │ │ ├── ohorn.glyph │ │ ├── ohornacute.glyph │ │ ├── ohorndotbelow.glyph │ │ ├── ohorngrave.glyph │ │ ├── ohornhookabove.glyph │ │ ├── ohorntilde.glyph │ │ ├── ohungarumlaut.glyph │ │ ├── omacron.glyph │ │ ├── omacronacute.glyph │ │ ├── omacrongrave.glyph │ │ ├── omega.glyph │ │ ├── omegatonos.glyph │ │ ├── omicron.glyph │ │ ├── omicrontonos.glyph │ │ ├── omod.glyph │ │ ├── one.dnom.glyph │ │ ├── one.glyph │ │ ├── one.numr.glyph │ │ ├── one.osf.glyph │ │ ├── oneeighth.glyph │ │ ├── onefifth.glyph │ │ ├── onefraction.glyph │ │ ├── onehalf.glyph │ │ ├── oneinferior.glyph │ │ ├── oneninth.glyph │ │ ├── onequarter.glyph │ │ ├── oneseventh.cv07.glyph │ │ ├── oneseventh.glyph │ │ ├── onesixth.glyph │ │ ├── onesuperior.glyph │ │ ├── onethird.glyph │ │ ├── oogonek.glyph │ │ ├── oogonekmacron.glyph │ │ ├── oopen.glyph │ │ ├── openF_ileF_older.glyph │ │ ├── openF_older.glyph │ │ ├── openL_ock.glyph │ │ ├── optionK_ey.glyph │ │ ├── ordfeminine.cv.glyph │ │ ├── ordfeminine.glyph │ │ ├── ordmasculine.glyph │ │ ├── orn001.glyph │ │ ├── orn002.glyph │ │ ├── orthogonal.glyph │ │ ├── oslash.glyph │ │ ├── oslashacute.glyph │ │ ├── otilde.glyph │ │ ├── otildemacron.glyph │ │ ├── overline.glyph │ │ ├── overlinecomb.case.glyph │ │ ├── overlinecomb.glyph │ │ ├── p.glyph │ │ ├── pacute.glyph │ │ ├── palochka-cy.cv02.glyph │ │ ├── palochka-cy.glyph │ │ ├── paragraph.glyph │ │ ├── parallel.glyph │ │ ├── parenleft.glyph │ │ ├── parenright.glyph │ │ ├── partialdiff.glyph │ │ ├── pdotaccent.glyph │ │ ├── pe-cy.glyph │ │ ├── pe-cy.loclR_U_S_.glyph │ │ ├── percent.glyph │ │ ├── period.glyph │ │ ├── periodcentered.glyph │ │ ├── periodcentered.loclC_A_T_.glyph │ │ ├── perpendicular.glyph │ │ ├── perthousand.glyph │ │ ├── peseta.glyph │ │ ├── peso.glyph │ │ ├── phi.glyph │ │ ├── phiS_ymbol.glyph │ │ ├── pi.glyph │ │ ├── plus.glyph │ │ ├── plusminus.glyph │ │ ├── plussuperior.glyph │ │ ├── poutingF_ace.glyph │ │ ├── primemod.glyph │ │ ├── product.glyph │ │ ├── propellor.glyph │ │ ├── psi.glyph │ │ ├── published.glyph │ │ ├── q.glyph │ │ ├── question.glyph │ │ ├── questiondown.glyph │ │ ├── questiongreek.glyph │ │ ├── quotedbl.glyph │ │ ├── quotedblbase.glyph │ │ ├── quotedblleft.glyph │ │ ├── quotedblright.glyph │ │ ├── quotedblrightreversed.glyph │ │ ├── quoteleft.glyph │ │ ├── quotereversed.glyph │ │ ├── quoteright.glyph │ │ ├── quotesinglbase.glyph │ │ ├── quotesingle.glyph │ │ ├── r.glyph │ │ ├── racute.glyph │ │ ├── radical.glyph │ │ ├── ratio.glyph │ │ ├── rcaron.glyph │ │ ├── rcommaaccent.glyph │ │ ├── rdotaccent.glyph │ │ ├── rdotbelow.glyph │ │ ├── rdotbelowmacron.glyph │ │ ├── recordS_eparatorC_ontrol.glyph │ │ ├── registered.glyph │ │ ├── repeatA_rrow.glyph │ │ ├── replacementC_haracter.glyph │ │ ├── rho.glyph │ │ ├── rightA_rrow.glyph │ │ ├── rightB_lackP_ointer.glyph │ │ ├── rightB_lackS_mallT_riangle.glyph │ │ ├── rightB_lackT_riangle.glyph │ │ ├── rightB_lock.glyph │ │ ├── rightD_oubleP_aren.glyph │ │ ├── rightM_agnifyingG_lass.glyph │ │ ├── rightO_neE_ighthB_lock.glyph │ │ ├── rightW_hiteP_ointer.glyph │ │ ├── rightW_hiteS_mallT_riangle.glyph │ │ ├── rightW_hiteT_riangle.glyph │ │ ├── rightanglebracket-math.glyph │ │ ├── ring.glyph │ │ ├── ringbelowcomb.glyph │ │ ├── ringcomb.case.glyph │ │ ├── ringcomb.glyph │ │ ├── ringhalfleft.glyph │ │ ├── ringhalfright.glyph │ │ ├── rinvertedbreve.glyph │ │ ├── riyalS_audi.glyph │ │ ├── rmacronbelow.glyph │ │ ├── rmod.glyph │ │ ├── ruble.glyph │ │ ├── rupee.glyph │ │ ├── rupeeI_ndian.glyph │ │ ├── s.glyph │ │ ├── s_horncomb.glyph │ │ ├── sacute.glyph │ │ ├── scaron.glyph │ │ ├── scedilla.glyph │ │ ├── schwa.glyph │ │ ├── scircumflex.glyph │ │ ├── scommaaccent.glyph │ │ ├── sdotaccent.glyph │ │ ├── sdotbelow.glyph │ │ ├── sdotbelowdotaccent.glyph │ │ ├── second.glyph │ │ ├── secondtonechinese.glyph │ │ ├── section.glyph │ │ ├── semicolon.glyph │ │ ├── setminus.glyph │ │ ├── seven.cv07.glyph │ │ ├── seven.dnom.cv07.glyph │ │ ├── seven.dnom.glyph │ │ ├── seven.glyph │ │ ├── seven.numr.cv07.glyph │ │ ├── seven.numr.glyph │ │ ├── seven.osf.cv07.glyph │ │ ├── seven.osf.glyph │ │ ├── seveneighths.cv07.glyph │ │ ├── seveneighths.glyph │ │ ├── seveninferior.cv07.glyph │ │ ├── seveninferior.glyph │ │ ├── sevensuperior.cv07.glyph │ │ ├── sevensuperior.glyph │ │ ├── sha-cy.glyph │ │ ├── sha-cy.loclR_U_S_.glyph │ │ ├── shadedark.glyph │ │ ├── shadelight.glyph │ │ ├── shademedium.glyph │ │ ├── shcha-cy.glyph │ │ ├── shcha-cy.loclR_U_S_.glyph │ │ ├── shiftI_nC_ontrol.glyph │ │ ├── shiftO_utC_ontrol.glyph │ │ ├── shoppingT_rolley.glyph │ │ ├── shuffleA_rrows.glyph │ │ ├── sigma.glyph │ │ ├── sigmafinal.glyph │ │ ├── similar.glyph │ │ ├── six.dnom.glyph │ │ ├── six.glyph │ │ ├── six.numr.glyph │ │ ├── six.osf.glyph │ │ ├── sixinferior.glyph │ │ ├── sixsuperior.glyph │ │ ├── slash.glyph │ │ ├── smilingF_aceW_ithS_milingE_yes.glyph │ │ ├── smod.glyph │ │ ├── sobliquestroke.glyph │ │ ├── softsign-cy.glyph │ │ ├── southE_astA_rrow.glyph │ │ ├── southW_estA_rrow.glyph │ │ ├── space.glyph │ │ ├── spaceC_ontrol.glyph │ │ ├── spadeB_lackS_uit.glyph │ │ ├── speaker.glyph │ │ ├── speakerW_ithT_hreeS_oundW_aves.glyph │ │ ├── speechB_alloon.glyph │ │ ├── startO_fH_eadingC_ontrol.glyph │ │ ├── startO_fT_extC_ontrol.glyph │ │ ├── sterling.glyph │ │ ├── strokeshortcomb.glyph │ │ ├── subset.glyph │ │ ├── substituteC_ontrol.glyph │ │ ├── summation.glyph │ │ ├── sunW_ithR_ays.glyph │ │ ├── superset.glyph │ │ ├── synchronousI_dleC_ontrol.glyph │ │ ├── t.glyph │ │ ├── t_horncomb.glyph │ │ ├── tau.glyph │ │ ├── tbar.glyph │ │ ├── tcaron.glyph │ │ ├── tcedilla.glyph │ │ ├── tcommaaccent.glyph │ │ ├── tdieresis.glyph │ │ ├── tdotaccent.glyph │ │ ├── tdotbelow.glyph │ │ ├── te-cy.glyph │ │ ├── te-cy.loclR_U_S_.glyph │ │ ├── tearO_ffC_alendar.glyph │ │ ├── telephoneR_eceiver.glyph │ │ ├── tenge.glyph │ │ ├── theredoesnotexist.glyph │ │ ├── theta.glyph │ │ ├── thorn.glyph │ │ ├── three.dnom.glyph │ │ ├── three.glyph │ │ ├── three.numr.glyph │ │ ├── three.osf.glyph │ │ ├── threeL_inesC_onvergingL_eft.glyph │ │ ├── threeL_inesC_onvergingR_ight.glyph │ │ ├── threeeighths.glyph │ │ ├── threefifths.glyph │ │ ├── threeinferior.glyph │ │ ├── threequarters.glyph │ │ ├── threesuperior.glyph │ │ ├── thumbsD_ownS_ign.glyph │ │ ├── thumbsU_pS_ign.glyph │ │ ├── tilde.glyph │ │ ├── tildecomb.case.glyph │ │ ├── tildecomb.glyph │ │ ├── tmacronbelow.glyph │ │ ├── tmod.glyph │ │ ├── tonos.glyph │ │ ├── trademark.glyph │ │ ├── tse-cy.glyph │ │ ├── tse-cy.loclR_U_S_.glyph │ │ ├── tshe-cy.glyph │ │ ├── tugrik.glyph │ │ ├── two.dnom.glyph │ │ ├── two.glyph │ │ ├── two.numr.glyph │ │ ├── two.osf.glyph │ │ ├── twofifths.glyph │ │ ├── twoinferior.glyph │ │ ├── twosuperior.glyph │ │ ├── twothirds.glyph │ │ ├── u-cy.glyph │ │ ├── u.glyph │ │ ├── u1F_B_F_0.glyph │ │ ├── u1F_B_F_1.glyph │ │ ├── u1F_B_F_2.glyph │ │ ├── u1F_B_F_3.glyph │ │ ├── u1F_B_F_4.glyph │ │ ├── u1F_B_F_5.glyph │ │ ├── u1F_B_F_6.glyph │ │ ├── u1F_B_F_7.glyph │ │ ├── u1F_B_F_8.glyph │ │ ├── u1F_B_F_9.glyph │ │ ├── uacute.glyph │ │ ├── ubreve.glyph │ │ ├── ucaron.glyph │ │ ├── ucircumflex.glyph │ │ ├── udieresis.glyph │ │ ├── udieresisacute.glyph │ │ ├── udieresiscaron.glyph │ │ ├── udieresisgrave.glyph │ │ ├── udieresismacron.glyph │ │ ├── udotbelow.glyph │ │ ├── ugrave.glyph │ │ ├── uhookabove.glyph │ │ ├── uhorn.glyph │ │ ├── uhornacute.glyph │ │ ├── uhorndotbelow.glyph │ │ ├── uhorngrave.glyph │ │ ├── uhornhookabove.glyph │ │ ├── uhorntilde.glyph │ │ ├── uhungarumlaut.glyph │ │ ├── umacron.glyph │ │ ├── underscore.glyph │ │ ├── underscoredbl.glyph │ │ ├── uni2B_E_8.glyph │ │ ├── uni2B_E_9.glyph │ │ ├── uni2B_E_A_.glyph │ │ ├── uni2B_E_B_.glyph │ │ ├── uniE_0A_0.glyph │ │ ├── uniE_0A_1.glyph │ │ ├── uniE_0A_2.glyph │ │ ├── uniE_0A_3.glyph │ │ ├── uniE_0B_0.glyph │ │ ├── uniE_0B_1.glyph │ │ ├── uniE_0B_2.glyph │ │ ├── uniE_0B_3.glyph │ │ ├── uniE_C_00.glyph │ │ ├── uniE_C_01.glyph │ │ ├── uniE_C_02.glyph │ │ ├── uniE_C_03.glyph │ │ ├── uniE_C_07.glyph │ │ ├── uniE_C_08.glyph │ │ ├── uniE_C_09.glyph │ │ ├── uniE_C_0A_.glyph │ │ ├── uniE_C_25.glyph │ │ ├── uniE_C_26.glyph │ │ ├── uniE_C_27.glyph │ │ ├── uniE_C_28.glyph │ │ ├── uniE_C_2A_.glyph │ │ ├── uniE_C_2B_.glyph │ │ ├── uniE_C_2C_.glyph │ │ ├── uniE_C_2E_.glyph │ │ ├── uniE_C_2F_.glyph │ │ ├── union.glyph │ │ ├── unitS_eparatorC_ontrol.glyph │ │ ├── uogonek.glyph │ │ ├── upA_rrow.glyph │ │ ├── upB_lackS_mallT_riangle.glyph │ │ ├── upB_lackT_riangle.glyph │ │ ├── upD_ownA_rrow.glyph │ │ ├── upD_ownbaseA_rrow.glyph │ │ ├── upF_rombarA_rrow.glyph │ │ ├── upW_hiteA_rrow.glyph │ │ ├── upW_hiteS_mallT_riangle.glyph │ │ ├── upW_hiteT_riangle.glyph │ │ ├── upperH_alfB_lock.glyph │ │ ├── upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glyph │ │ ├── upperL_eftA_ndL_owerR_ightB_lock.glyph │ │ ├── upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glyph │ │ ├── upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glyph │ │ ├── upperL_eftB_lackT_riangle.glyph │ │ ├── upperL_eftB_lock.glyph │ │ ├── upperO_neE_ighthB_lock.glyph │ │ ├── upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glyph │ │ ├── upperR_ightA_ndL_owerL_eftB_lock.glyph │ │ ├── upperR_ightB_lackT_riangle.glyph │ │ ├── upperR_ightB_lock.glyph │ │ ├── upperlefttolowerrightF_illS_quare.glyph │ │ ├── upperrighttolowerleftF_illS_quare.glyph │ │ ├── upsilon.glyph │ │ ├── upsilondieresis.glyph │ │ ├── upsilondieresistonos.glyph │ │ ├── upsilontonos.glyph │ │ ├── uring.glyph │ │ ├── ushort-cy.glyph │ │ ├── utilde.glyph │ │ ├── v.glyph │ │ ├── vdotbelow.glyph │ │ ├── ve-cy.glyph │ │ ├── ve-cy.loclR_U_S_.glyph │ │ ├── venus.glyph │ │ ├── verticalT_abulationC_ontrol.glyph │ │ ├── verticallineabovecomb.case.glyph │ │ ├── verticallineabovecomb.glyph │ │ ├── verticallinelowmod.glyph │ │ ├── verticallinemod.glyph │ │ ├── vtilde.glyph │ │ ├── vturned.glyph │ │ ├── w.glyph │ │ ├── w.italic.glyph │ │ ├── wacute.glyph │ │ ├── wacute.italic.glyph │ │ ├── warningS_ign.glyph │ │ ├── wastebasket.glyph │ │ ├── wcircumflex.glyph │ │ ├── wcircumflex.italic.glyph │ │ ├── wdieresis.glyph │ │ ├── wdieresis.italic.glyph │ │ ├── wdotaccent.glyph │ │ ├── wdotaccent.italic.glyph │ │ ├── wdotbelow.glyph │ │ ├── wdotbelow.italic.glyph │ │ ├── wgrave.glyph │ │ ├── wgrave.italic.glyph │ │ ├── whiteB_ullet.glyph │ │ ├── whiteC_ircle.glyph │ │ ├── whiteD_iamond.glyph │ │ ├── whiteF_lag.glyph │ │ ├── whiteF_rowningF_ace.glyph │ │ ├── whiteS_mallS_quare.glyph │ │ ├── whiteS_mallS_tar.glyph │ │ ├── whiteS_milingF_ace.glyph │ │ ├── whiteS_quare.glyph │ │ ├── whiteS_tar.glyph │ │ ├── won.glyph │ │ ├── wring.glyph │ │ ├── wring.italic.glyph │ │ ├── x.glyph │ │ ├── xdieresis.glyph │ │ ├── xdotaccent.glyph │ │ ├── xi.glyph │ │ ├── y.glyph │ │ ├── ya-cy.glyph │ │ ├── yacute.glyph │ │ ├── ycircumflex.glyph │ │ ├── ydieresis.glyph │ │ ├── ydotaccent.glyph │ │ ├── ydotbelow.glyph │ │ ├── yen.glyph │ │ ├── yeru-cy.glyph │ │ ├── ygrave.glyph │ │ ├── yhook.glyph │ │ ├── yhookabove.glyph │ │ ├── yi-cy.cv02.glyph │ │ ├── yi-cy.glyph │ │ ├── ymacron.glyph │ │ ├── yring.glyph │ │ ├── ytilde.glyph │ │ ├── yu-cy.glyph │ │ ├── z.glyph │ │ ├── zacute.glyph │ │ ├── zcaron.glyph │ │ ├── zcircumflex.glyph │ │ ├── zdotaccent.glyph │ │ ├── zdotbelow.glyph │ │ ├── ze-cy.glyph │ │ ├── zero.cv06.glyph │ │ ├── zero.dnom.glyph │ │ ├── zero.glyph │ │ ├── zero.numr.glyph │ │ ├── zero.osf.cv06.glyph │ │ ├── zero.osf.glyph │ │ ├── zero.zero.glyph │ │ ├── zero.zero.osf.glyph │ │ ├── zeroW_idthN_oB_reakS_pace.glyph │ │ ├── zeroinferior.glyph │ │ ├── zerosuperior.alt001.glyph │ │ ├── zerosuperior.glyph │ │ ├── zerothird.glyph │ │ ├── zerowidthjoiner.glyph │ │ ├── zerowidthnonjoiner.glyph │ │ ├── zerowidthspace.glyph │ │ ├── zeta.glyph │ │ ├── zhe-cy.glyph │ │ ├── zmacronbelow.glyph │ │ └── zstroke.glyph │ └── order.plist ├── SudoUI.glyphspackage │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_-cy.glyph │ │ ├── A_.glyph │ │ ├── A_.hex.glyph │ │ ├── A_.short.glyph │ │ ├── A_.sups.glyph │ │ ├── A_E_.glyph │ │ ├── A_E_.kill.glyph │ │ ├── A_E_acute.glyph │ │ ├── A_E_acute.kill.glyph │ │ ├── A_E_macron.glyph │ │ ├── A_E_macron.kill.glyph │ │ ├── A_acute.glyph │ │ ├── A_breve.glyph │ │ ├── A_breveacute.glyph │ │ ├── A_breveacute.kill.glyph │ │ ├── A_brevedotbelow.glyph │ │ ├── A_brevegrave.glyph │ │ ├── A_brevegrave.kill.glyph │ │ ├── A_brevehookabove.glyph │ │ ├── A_brevehookabove.kill.glyph │ │ ├── A_brevetilde.glyph │ │ ├── A_brevetilde.kill.glyph │ │ ├── A_caron.glyph │ │ ├── A_circumflex.glyph │ │ ├── A_circumflexacute.glyph │ │ ├── A_circumflexacute.kill.glyph │ │ ├── A_circumflexdotbelow.glyph │ │ ├── A_circumflexgrave.glyph │ │ ├── A_circumflexgrave.kill.glyph │ │ ├── A_circumflexhookabove.glyph │ │ ├── A_circumflexhookabove.kill.glyph │ │ ├── A_circumflextilde.glyph │ │ ├── A_circumflextilde.kill.glyph │ │ ├── A_dieresis.glyph │ │ ├── A_dieresismacron.glyph │ │ ├── A_dieresismacron.kill.glyph │ │ ├── A_dotaccent.glyph │ │ ├── A_dotbelow.glyph │ │ ├── A_grave.glyph │ │ ├── A_hookabove.glyph │ │ ├── A_hookabove.kill.glyph │ │ ├── A_lpha.glyph │ │ ├── A_lphatonos.glyph │ │ ├── A_macron.glyph │ │ ├── A_ogonek.glyph │ │ ├── A_ring.glyph │ │ ├── A_ring.kill.glyph │ │ ├── A_ringacute.glyph │ │ ├── A_tilde.glyph │ │ ├── B_.glyph │ │ ├── B_.hex.glyph │ │ ├── B_.short.glyph │ │ ├── B_.sups.glyph │ │ ├── B_dotaccent.glyph │ │ ├── B_dotbelow.glyph │ │ ├── B_e-cy.glyph │ │ ├── B_eta.glyph │ │ ├── B_hook.glyph │ │ ├── B_hook.kill.glyph │ │ ├── B_macronbelow.glyph │ │ ├── B_stroke.glyph │ │ ├── C_.glyph │ │ ├── C_.hex.glyph │ │ ├── C_.kill.glyph │ │ ├── C_.short.glyph │ │ ├── C_.sups.glyph │ │ ├── C_R_.glyph │ │ ├── C_acute.glyph │ │ ├── C_acute.kill.glyph │ │ ├── C_caron.glyph │ │ ├── C_caron.kill.glyph │ │ ├── C_cedilla.glyph │ │ ├── C_cedilla.kill.glyph │ │ ├── C_cedillaacute.glyph │ │ ├── C_cedillaacute.kill.glyph │ │ ├── C_circumflex.glyph │ │ ├── C_circumflex.kill.glyph │ │ ├── C_dotaccent.glyph │ │ ├── C_dotaccent.kill.glyph │ │ ├── C_he-cy.glyph │ │ ├── C_hi.glyph │ │ ├── C_hook.glyph │ │ ├── C_hook.kill.glyph │ │ ├── D_.glyph │ │ ├── D_.hex.glyph │ │ ├── D_.kill.glyph │ │ ├── D_.short.glyph │ │ ├── D_.sups.glyph │ │ ├── D_caron.glyph │ │ ├── D_caron.kill.glyph │ │ ├── D_cedilla.glyph │ │ ├── D_cedilla.kill.glyph │ │ ├── D_croat.glyph │ │ ├── D_croat.kill.glyph │ │ ├── D_dotaccent.glyph │ │ ├── D_dotaccent.kill.glyph │ │ ├── D_dotbelow.glyph │ │ ├── D_dotbelow.kill.glyph │ │ ├── D_e-cy.glyph │ │ ├── D_e-cy.kill.glyph │ │ ├── D_elta.glyph │ │ ├── D_hook.glyph │ │ ├── D_hook.kill.glyph │ │ ├── D_je-cy.glyph │ │ ├── D_macronbelow.glyph │ │ ├── D_macronbelow.kill.glyph │ │ ├── D_ze-cy.glyph │ │ ├── D_zhe-cy.glyph │ │ ├── E_-cy.glyph │ │ ├── E_.glyph │ │ ├── E_.hex.glyph │ │ ├── E_.kill.glyph │ │ ├── E_.short.glyph │ │ ├── E_.sups.glyph │ │ ├── E_acute.glyph │ │ ├── E_acute.kill.glyph │ │ ├── E_breve.glyph │ │ ├── E_breve.kill.glyph │ │ ├── E_caron.glyph │ │ ├── E_caron.kill.glyph │ │ ├── E_cedilla.glyph │ │ ├── E_cedilla.kill.glyph │ │ ├── E_cedillabreve.glyph │ │ ├── E_cedillabreve.kill.glyph │ │ ├── E_circumflex.glyph │ │ ├── E_circumflex.kill.glyph │ │ ├── E_circumflexacute.glyph │ │ ├── E_circumflexacute.kill.glyph │ │ ├── E_circumflexdotbelow.glyph │ │ ├── E_circumflexdotbelow.kill.glyph │ │ ├── E_circumflexgrave.glyph │ │ ├── E_circumflexgrave.kill.glyph │ │ ├── E_circumflexhookabove.glyph │ │ ├── E_circumflexhookabove.kill.glyph │ │ ├── E_circumflextilde.glyph │ │ ├── E_circumflextilde.kill.glyph │ │ ├── E_dieresis.glyph │ │ ├── E_dieresis.kill.glyph │ │ ├── E_dotaccent.glyph │ │ ├── E_dotaccent.kill.glyph │ │ ├── E_dotbelow.glyph │ │ ├── E_dotbelow.kill.glyph │ │ ├── E_f-cy.glyph │ │ ├── E_f-cy.kill.glyph │ │ ├── E_grave.glyph │ │ ├── E_grave.kill.glyph │ │ ├── E_hookabove.glyph │ │ ├── E_hookabove.kill.glyph │ │ ├── E_l-cy.glyph │ │ ├── E_l-cy.kill.glyph │ │ ├── E_m-cy.glyph │ │ ├── E_m-cy.kill.glyph │ │ ├── E_macron.glyph │ │ ├── E_macron.kill.glyph │ │ ├── E_macronacute.glyph │ │ ├── E_macronacute.kill.glyph │ │ ├── E_macrongrave.glyph │ │ ├── E_macrongrave.kill.glyph │ │ ├── E_n-cy.glyph │ │ ├── E_n-cy.kill.glyph │ │ ├── E_ng.glyph │ │ ├── E_ng.kill.glyph │ │ ├── E_ng.loclN_S_M_.glyph │ │ ├── E_ng.loclN_S_M_.kill.glyph │ │ ├── E_ogonek.glyph │ │ ├── E_ogonek.kill.glyph │ │ ├── E_open.glyph │ │ ├── E_psilon.glyph │ │ ├── E_psilon.kill.glyph │ │ ├── E_psilontonos.glyph │ │ ├── E_psilontonos.kill.glyph │ │ ├── E_r-cy.glyph │ │ ├── E_reversed-cy.glyph │ │ ├── E_s-cy.glyph │ │ ├── E_s-cy.kill.glyph │ │ ├── E_ta.glyph │ │ ├── E_ta.kill.glyph │ │ ├── E_tatonos.glyph │ │ ├── E_tatonos.kill.glyph │ │ ├── E_th.glyph │ │ ├── E_th.kill.glyph │ │ ├── E_tilde.glyph │ │ ├── E_tilde.kill.glyph │ │ ├── E_turned.glyph │ │ ├── E_turned.kill.glyph │ │ ├── E_zh.glyph │ │ ├── E_zh.kill.glyph │ │ ├── E_zhcaron.glyph │ │ ├── E_zhcaron.kill.glyph │ │ ├── F_.glyph │ │ ├── F_.hex.glyph │ │ ├── F_.kill.glyph │ │ ├── F_.short.glyph │ │ ├── F_.sups.glyph │ │ ├── F_dotaccent.glyph │ │ ├── F_dotaccent.kill.glyph │ │ ├── G_.glyph │ │ ├── G_.kill.glyph │ │ ├── G_.short.glyph │ │ ├── G_.sups.glyph │ │ ├── G_acute.glyph │ │ ├── G_acute.kill.glyph │ │ ├── G_amma.glyph │ │ ├── G_amma.kill.glyph │ │ ├── G_breve.glyph │ │ ├── G_breve.kill.glyph │ │ ├── G_caron.glyph │ │ ├── G_caron.kill.glyph │ │ ├── G_circumflex.glyph │ │ ├── G_circumflex.kill.glyph │ │ ├── G_commaaccent.glyph │ │ ├── G_commaaccent.kill.glyph │ │ ├── G_dotaccent.glyph │ │ ├── G_dotaccent.kill.glyph │ │ ├── G_e-cy.glyph │ │ ├── G_e-cy.kill.glyph │ │ ├── G_ermandbls.glyph │ │ ├── G_ermandbls.kill.glyph │ │ ├── G_eupturn-cy.glyph │ │ ├── G_eupturn-cy.kill.glyph │ │ ├── G_je-cy.glyph │ │ ├── G_je-cy.kill.glyph │ │ ├── G_macron.glyph │ │ ├── G_macron.kill.glyph │ │ ├── G_stroke.glyph │ │ ├── G_stroke.kill.glyph │ │ ├── H_.glyph │ │ ├── H_.kill.glyph │ │ ├── H_.sups.glyph │ │ ├── H_a-cy.glyph │ │ ├── H_ardsign-cy.glyph │ │ ├── H_bar.glyph │ │ ├── H_bar.kill.glyph │ │ ├── H_brevebelow.glyph │ │ ├── H_brevebelow.kill.glyph │ │ ├── H_caron.glyph │ │ ├── H_caron.kill.glyph │ │ ├── H_cedilla.glyph │ │ ├── H_cedilla.kill.glyph │ │ ├── H_circumflex.glyph │ │ ├── H_circumflex.kill.glyph │ │ ├── H_dieresis.glyph │ │ ├── H_dieresis.kill.glyph │ │ ├── H_dotaccent.glyph │ │ ├── H_dotaccent.kill.glyph │ │ ├── H_dotbelow.glyph │ │ ├── H_dotbelow.kill.glyph │ │ ├── H_turned.glyph │ │ ├── H_turned.kill.glyph │ │ ├── I_-cy.cv02.glyph │ │ ├── I_-cy.cv02.kill.glyph │ │ ├── I_-cy.glyph │ │ ├── I_-cy.kill.glyph │ │ ├── I_.cv02.glyph │ │ ├── I_.cv02.kill.glyph │ │ ├── I_.glyph │ │ ├── I_.kill.glyph │ │ ├── I_.short.cv02.glyph │ │ ├── I_.short.glyph │ │ ├── I_.sups.glyph │ │ ├── I_J_.glyph │ │ ├── I_J_.kill.glyph │ │ ├── I_acute.cv02.glyph │ │ ├── I_acute.cv02.kill.glyph │ │ ├── I_acute.glyph │ │ ├── I_acute.kill.glyph │ │ ├── I_breve.cv02.glyph │ │ ├── I_breve.cv02.kill.glyph │ │ ├── I_breve.glyph │ │ ├── I_breve.kill.glyph │ │ ├── I_capitalsmall.cv02.glyph │ │ ├── I_capitalsmall.cv02.kill.glyph │ │ ├── I_capitalsmall.glyph │ │ ├── I_capitalsmall.kill.glyph │ │ ├── I_caron.cv02.glyph │ │ ├── I_caron.cv02.kill.glyph │ │ ├── I_caron.glyph │ │ ├── I_caron.kill.glyph │ │ ├── I_circumflex.cv02.glyph │ │ ├── I_circumflex.cv02.kill.glyph │ │ ├── I_circumflex.glyph │ │ ├── I_circumflex.kill.glyph │ │ ├── I_dieresis.cv02.glyph │ │ ├── I_dieresis.cv02.kill.glyph │ │ ├── I_dieresis.glyph │ │ ├── I_dieresis.kill.glyph │ │ ├── I_dieresisacute.cv02.glyph │ │ ├── I_dieresisacute.cv02.kill.glyph │ │ ├── I_dieresisacute.glyph │ │ ├── I_dieresisacute.kill.glyph │ │ ├── I_dotaccent.cv02.glyph │ │ ├── I_dotaccent.cv02.kill.glyph │ │ ├── I_dotaccent.glyph │ │ ├── I_dotaccent.kill.glyph │ │ ├── I_dotbelow.cv02.glyph │ │ ├── I_dotbelow.cv02.kill.glyph │ │ ├── I_dotbelow.glyph │ │ ├── I_dotbelow.kill.glyph │ │ ├── I_e-cy.glyph │ │ ├── I_e-cy.kill.glyph │ │ ├── I_egrave-cy.glyph │ │ ├── I_egrave-cy.kill.glyph │ │ ├── I_grave.cv02.glyph │ │ ├── I_grave.cv02.kill.glyph │ │ ├── I_grave.glyph │ │ ├── I_grave.kill.glyph │ │ ├── I_hookabove.cv02.glyph │ │ ├── I_hookabove.cv02.kill.glyph │ │ ├── I_hookabove.glyph │ │ ├── I_hookabove.kill.glyph │ │ ├── I_i-cy.glyph │ │ ├── I_i-cy.kill.glyph │ │ ├── I_igrave-cy.glyph │ │ ├── I_igrave-cy.kill.glyph │ │ ├── I_ishort-cy.glyph │ │ ├── I_ishort-cy.kill.glyph │ │ ├── I_macron.cv02.glyph │ │ ├── I_macron.cv02.kill.glyph │ │ ├── I_macron.glyph │ │ ├── I_macron.kill.glyph │ │ ├── I_o-cy.glyph │ │ ├── I_o-cy.kill.glyph │ │ ├── I_ogonek.cv02.glyph │ │ ├── I_ogonek.cv02.kill.glyph │ │ ├── I_ogonek.glyph │ │ ├── I_ogonek.kill.glyph │ │ ├── I_ota.cv02.glyph │ │ ├── I_ota.cv02.kill.glyph │ │ ├── I_ota.glyph │ │ ├── I_ota.kill.glyph │ │ ├── I_otadieresis.cv02.glyph │ │ ├── I_otadieresis.cv02.kill.glyph │ │ ├── I_otadieresis.glyph │ │ ├── I_otadieresis.kill.glyph │ │ ├── I_otatonos.cv02.glyph │ │ ├── I_otatonos.cv02.kill.glyph │ │ ├── I_otatonos.glyph │ │ ├── I_otatonos.kill.glyph │ │ ├── I_small.glyph │ │ ├── I_small.kill.glyph │ │ ├── I_smallstroke.glyph │ │ ├── I_smallstroke.kill.glyph │ │ ├── I_stroke.cv02.glyph │ │ ├── I_stroke.cv02.kill.glyph │ │ ├── I_stroke.glyph │ │ ├── I_stroke.kill.glyph │ │ ├── I_tilde.cv02.glyph │ │ ├── I_tilde.cv02.kill.glyph │ │ ├── I_tilde.glyph │ │ ├── I_tilde.kill.glyph │ │ ├── J_.cv03.glyph │ │ ├── J_.cv03.kill.glyph │ │ ├── J_.glyph │ │ ├── J_.kill.glyph │ │ ├── J_.sups.glyph │ │ ├── J_acute.cv03.glyph │ │ ├── J_acute.cv03.kill.glyph │ │ ├── J_acute.glyph │ │ ├── J_acute.kill.glyph │ │ ├── J_circumflex.cv03.glyph │ │ ├── J_circumflex.cv03.kill.glyph │ │ ├── J_circumflex.glyph │ │ ├── J_circumflex.kill.glyph │ │ ├── J_e-cy.cv03.glyph │ │ ├── J_e-cy.cv03.kill.glyph │ │ ├── J_e-cy.glyph │ │ ├── J_e-cy.kill.glyph │ │ ├── K_.glyph │ │ ├── K_.short.glyph │ │ ├── K_.sups.glyph │ │ ├── K_a-cy.glyph │ │ ├── K_acute.glyph │ │ ├── K_appa.glyph │ │ ├── K_caron.glyph │ │ ├── K_commaaccent.glyph │ │ ├── K_dotbelow.glyph │ │ ├── K_hook.glyph │ │ ├── K_je-cy.glyph │ │ ├── K_macronbelow.glyph │ │ ├── L_.glyph │ │ ├── L_.kill.glyph │ │ ├── L_.sups.glyph │ │ ├── L_acute.glyph │ │ ├── L_acute.kill.glyph │ │ ├── L_ambda.glyph │ │ ├── L_bar.glyph │ │ ├── L_bar.kill.glyph │ │ ├── L_caron.glyph │ │ ├── L_caron.kill.glyph │ │ ├── L_commaaccent.glyph │ │ ├── L_commaaccent.kill.glyph │ │ ├── L_dot.glyph │ │ ├── L_dot.kill.glyph │ │ ├── L_dotbelow.glyph │ │ ├── L_dotbelow.kill.glyph │ │ ├── L_dotbelowmacron.glyph │ │ ├── L_dotbelowmacron.kill.glyph │ │ ├── L_je-cy.glyph │ │ ├── L_je-cy.kill.glyph │ │ ├── L_macronbelow.glyph │ │ ├── L_macronbelow.kill.glyph │ │ ├── L_slash.glyph │ │ ├── L_slash.kill.glyph │ │ ├── M_.glyph │ │ ├── M_.kill.glyph │ │ ├── M_.sups.glyph │ │ ├── M_acute.glyph │ │ ├── M_acute.kill.glyph │ │ ├── M_dotaccent.glyph │ │ ├── M_dotaccent.kill.glyph │ │ ├── M_dotbelow.glyph │ │ ├── M_dotbelow.kill.glyph │ │ ├── M_u.glyph │ │ ├── M_u.kill.glyph │ │ ├── N_.glyph │ │ ├── N_.kill.glyph │ │ ├── N_.short.glyph │ │ ├── N_.sups.glyph │ │ ├── N_acute.glyph │ │ ├── N_acute.kill.glyph │ │ ├── N_caron.glyph │ │ ├── N_caron.kill.glyph │ │ ├── N_commaaccent.glyph │ │ ├── N_commaaccent.kill.glyph │ │ ├── N_dotaccent.glyph │ │ ├── N_dotaccent.kill.glyph │ │ ├── N_dotbelow.glyph │ │ ├── N_dotbelow.kill.glyph │ │ ├── N_grave.glyph │ │ ├── N_grave.kill.glyph │ │ ├── N_hookleft.glyph │ │ ├── N_hookleft.kill.glyph │ │ ├── N_je-cy.glyph │ │ ├── N_je-cy.kill.glyph │ │ ├── N_macronbelow.glyph │ │ ├── N_macronbelow.kill.glyph │ │ ├── N_tilde.glyph │ │ ├── N_tilde.kill.glyph │ │ ├── N_u.glyph │ │ ├── N_u.kill.glyph │ │ ├── O_-cy.glyph │ │ ├── O_-cy.kill.glyph │ │ ├── O_.glyph │ │ ├── O_.kill.glyph │ │ ├── O_.short.glyph │ │ ├── O_.sups.glyph │ │ ├── O_E_.glyph │ │ ├── O_E_.kill.glyph │ │ ├── O_acute.glyph │ │ ├── O_acute.kill.glyph │ │ ├── O_barred.glyph │ │ ├── O_barred.kill.glyph │ │ ├── O_breve.glyph │ │ ├── O_breve.kill.glyph │ │ ├── O_caron.glyph │ │ ├── O_caron.kill.glyph │ │ ├── O_circumflex.glyph │ │ ├── O_circumflex.kill.glyph │ │ ├── O_circumflexacute.glyph │ │ ├── O_circumflexacute.kill.glyph │ │ ├── O_circumflexdotbelow.glyph │ │ ├── O_circumflexdotbelow.kill.glyph │ │ ├── O_circumflexgrave.glyph │ │ ├── O_circumflexgrave.kill.glyph │ │ ├── O_circumflexhookabove.glyph │ │ ├── O_circumflexhookabove.kill.glyph │ │ ├── O_circumflextilde.glyph │ │ ├── O_circumflextilde.kill.glyph │ │ ├── O_dieresis.glyph │ │ ├── O_dieresis.kill.glyph │ │ ├── O_dieresismacron.glyph │ │ ├── O_dieresismacron.kill.glyph │ │ ├── O_dotaccent.glyph │ │ ├── O_dotaccent.kill.glyph │ │ ├── O_dotaccentmacron.glyph │ │ ├── O_dotaccentmacron.kill.glyph │ │ ├── O_dotbelow.glyph │ │ ├── O_dotbelow.kill.glyph │ │ ├── O_grave.glyph │ │ ├── O_grave.kill.glyph │ │ ├── O_hm.glyph │ │ ├── O_hookabove.glyph │ │ ├── O_hookabove.kill.glyph │ │ ├── O_horn.glyph │ │ ├── O_horn.kill.glyph │ │ ├── O_horn.short.glyph │ │ ├── O_hornacute.glyph │ │ ├── O_hornacute.kill.glyph │ │ ├── O_horndotbelow.glyph │ │ ├── O_horndotbelow.kill.glyph │ │ ├── O_horngrave.glyph │ │ ├── O_horngrave.kill.glyph │ │ ├── O_hornhookabove.glyph │ │ ├── O_hornhookabove.kill.glyph │ │ ├── O_horntilde.glyph │ │ ├── O_horntilde.kill.glyph │ │ ├── O_hungarumlaut.glyph │ │ ├── O_hungarumlaut.kill.glyph │ │ ├── O_macron.glyph │ │ ├── O_macron.kill.glyph │ │ ├── O_macronacute.glyph │ │ ├── O_macronacute.kill.glyph │ │ ├── O_macrongrave.glyph │ │ ├── O_macrongrave.kill.glyph │ │ ├── O_mega.glyph │ │ ├── O_megatonos.glyph │ │ ├── O_megatonos.kill.glyph │ │ ├── O_micron.glyph │ │ ├── O_micron.kill.glyph │ │ ├── O_microntonos.glyph │ │ ├── O_microntonos.kill.glyph │ │ ├── O_ogonek.glyph │ │ ├── O_ogonek.kill.glyph │ │ ├── O_ogonekmacron.glyph │ │ ├── O_ogonekmacron.kill.glyph │ │ ├── O_open.glyph │ │ ├── O_open.kill.glyph │ │ ├── O_slash.glyph │ │ ├── O_slash.kill.glyph │ │ ├── O_slashacute.glyph │ │ ├── O_slashacute.kill.glyph │ │ ├── O_tilde.glyph │ │ ├── O_tilde.kill.glyph │ │ ├── O_tildemacron.glyph │ │ ├── O_tildemacron.kill.glyph │ │ ├── P_.glyph │ │ ├── P_.short.glyph │ │ ├── P_.sups.glyph │ │ ├── P_acute.glyph │ │ ├── P_alochka-cy.cv02.glyph │ │ ├── P_alochka-cy.cv02.kill.glyph │ │ ├── P_alochka-cy.glyph │ │ ├── P_alochka-cy.kill.glyph │ │ ├── P_dotaccent.glyph │ │ ├── P_e-cy.glyph │ │ ├── P_e-cy.kill.glyph │ │ ├── P_hi.glyph │ │ ├── P_hi.kill.glyph │ │ ├── P_i.glyph │ │ ├── P_i.kill.glyph │ │ ├── P_si.glyph │ │ ├── P_si.kill.glyph │ │ ├── Q_.glyph │ │ ├── Q_.kill.glyph │ │ ├── Q_.sups.glyph │ │ ├── R_.glyph │ │ ├── R_.short.glyph │ │ ├── R_.sups.glyph │ │ ├── R_acute.glyph │ │ ├── R_caron.glyph │ │ ├── R_commaaccent.glyph │ │ ├── R_dotaccent.glyph │ │ ├── R_dotbelow.glyph │ │ ├── R_dotbelowmacron.glyph │ │ ├── R_ho.glyph │ │ ├── R_invertedbreve.glyph │ │ ├── R_macronbelow.glyph │ │ ├── S_.glyph │ │ ├── S_.short.glyph │ │ ├── S_.sups.glyph │ │ ├── S__horncomb.glyph │ │ ├── S_acute.glyph │ │ ├── S_caron.glyph │ │ ├── S_cedilla.glyph │ │ ├── S_chwa.glyph │ │ ├── S_circumflex.glyph │ │ ├── S_commaaccent.glyph │ │ ├── S_dotaccent.glyph │ │ ├── S_dotbelow.glyph │ │ ├── S_dotbelowdotaccent.glyph │ │ ├── S_ha-cy.glyph │ │ ├── S_ha-cy.kill.glyph │ │ ├── S_hcha-cy.glyph │ │ ├── S_hcha-cy.kill.glyph │ │ ├── S_igma.glyph │ │ ├── S_obliquestroke.glyph │ │ ├── S_oftsign-cy.glyph │ │ ├── T_.glyph │ │ ├── T_.short.glyph │ │ ├── T_.sups.glyph │ │ ├── T__horncomb.glyph │ │ ├── T_au.glyph │ │ ├── T_bar.glyph │ │ ├── T_caron.glyph │ │ ├── T_cedilla.glyph │ │ ├── T_commaaccent.glyph │ │ ├── T_dotaccent.glyph │ │ ├── T_dotbelow.glyph │ │ ├── T_e-cy.glyph │ │ ├── T_heta.glyph │ │ ├── T_heta.kill.glyph │ │ ├── T_horn.glyph │ │ ├── T_macronbelow.glyph │ │ ├── T_se-cy.glyph │ │ ├── T_she-cy.glyph │ │ ├── U_-cy.glyph │ │ ├── U_.glyph │ │ ├── U_.kill.glyph │ │ ├── U_.short.2.glyph │ │ ├── U_.short.glyph │ │ ├── U_.sups.glyph │ │ ├── U_acute.glyph │ │ ├── U_acute.kill.glyph │ │ ├── U_breve.glyph │ │ ├── U_breve.kill.glyph │ │ ├── U_caron.glyph │ │ ├── U_caron.kill.glyph │ │ ├── U_circumflex.glyph │ │ ├── U_circumflex.kill.glyph │ │ ├── U_dieresis.glyph │ │ ├── U_dieresis.kill.glyph │ │ ├── U_dieresisacute.glyph │ │ ├── U_dieresisacute.kill.glyph │ │ ├── U_dieresiscaron.glyph │ │ ├── U_dieresiscaron.kill.glyph │ │ ├── U_dieresisgrave.glyph │ │ ├── U_dieresisgrave.kill.glyph │ │ ├── U_dieresismacron.glyph │ │ ├── U_dieresismacron.kill.glyph │ │ ├── U_dotbelow.glyph │ │ ├── U_dotbelow.kill.glyph │ │ ├── U_grave.glyph │ │ ├── U_grave.kill.glyph │ │ ├── U_hookabove.glyph │ │ ├── U_hookabove.kill.glyph │ │ ├── U_horn.glyph │ │ ├── U_horn.kill.glyph │ │ ├── U_horn.short.glyph │ │ ├── U_hornacute.glyph │ │ ├── U_hornacute.kill.glyph │ │ ├── U_horndotbelow.glyph │ │ ├── U_horndotbelow.kill.glyph │ │ ├── U_horngrave.glyph │ │ ├── U_horngrave.kill.glyph │ │ ├── U_hornhookabove.glyph │ │ ├── U_hornhookabove.kill.glyph │ │ ├── U_horntilde.glyph │ │ ├── U_horntilde.kill.glyph │ │ ├── U_hungarumlaut.glyph │ │ ├── U_hungarumlaut.kill.glyph │ │ ├── U_macron.glyph │ │ ├── U_macron.kill.glyph │ │ ├── U_ogonek.glyph │ │ ├── U_ogonek.kill.glyph │ │ ├── U_psilon.glyph │ │ ├── U_psilon.kill.glyph │ │ ├── U_psilondieresis.glyph │ │ ├── U_psilondieresis.kill.glyph │ │ ├── U_psilonhookS_ymbol.glyph │ │ ├── U_psilontonos.glyph │ │ ├── U_ring.glyph │ │ ├── U_ring.kill.glyph │ │ ├── U_short-cy.glyph │ │ ├── U_tilde.glyph │ │ ├── U_tilde.kill.glyph │ │ ├── V_.glyph │ │ ├── V_.sups.glyph │ │ ├── V_dotbelow.glyph │ │ ├── V_e-cy.glyph │ │ ├── V_tilde.glyph │ │ ├── V_turned.glyph │ │ ├── W_.glyph │ │ ├── W_.kill.glyph │ │ ├── W_.short.glyph │ │ ├── W_.sups.glyph │ │ ├── W_acute.glyph │ │ ├── W_acute.kill.glyph │ │ ├── W_circumflex.glyph │ │ ├── W_circumflex.kill.glyph │ │ ├── W_dieresis.glyph │ │ ├── W_dieresis.kill.glyph │ │ ├── W_dotaccent.glyph │ │ ├── W_dotaccent.kill.glyph │ │ ├── W_dotbelow.glyph │ │ ├── W_dotbelow.kill.glyph │ │ ├── W_grave.glyph │ │ ├── W_grave.kill.glyph │ │ ├── X_.glyph │ │ ├── X_.sups.glyph │ │ ├── X_dieresis.glyph │ │ ├── X_dotaccent.glyph │ │ ├── X_i.glyph │ │ ├── Y_.glyph │ │ ├── Y_.short.glyph │ │ ├── Y_.sups.glyph │ │ ├── Y_a-cy.glyph │ │ ├── Y_acute.glyph │ │ ├── Y_circumflex.glyph │ │ ├── Y_dieresis.glyph │ │ ├── Y_dotaccent.glyph │ │ ├── Y_dotbelow.glyph │ │ ├── Y_eru-cy.glyph │ │ ├── Y_eru-cy.kill.glyph │ │ ├── Y_grave.glyph │ │ ├── Y_hook.glyph │ │ ├── Y_hookabove.glyph │ │ ├── Y_hookabove.kill.glyph │ │ ├── Y_i-cy.cv02.glyph │ │ ├── Y_i-cy.cv02.kill.glyph │ │ ├── Y_i-cy.glyph │ │ ├── Y_i-cy.kill.glyph │ │ ├── Y_macron.glyph │ │ ├── Y_tilde.glyph │ │ ├── Y_u-cy.glyph │ │ ├── Y_u-cy.kill.glyph │ │ ├── Z_.glyph │ │ ├── Z_.kill.glyph │ │ ├── Z_.sups.glyph │ │ ├── Z_acute.glyph │ │ ├── Z_acute.kill.glyph │ │ ├── Z_caron.glyph │ │ ├── Z_caron.kill.glyph │ │ ├── Z_circumflex.glyph │ │ ├── Z_circumflex.kill.glyph │ │ ├── Z_dotaccent.glyph │ │ ├── Z_dotaccent.kill.glyph │ │ ├── Z_dotbelow.glyph │ │ ├── Z_dotbelow.kill.glyph │ │ ├── Z_e-cy.glyph │ │ ├── Z_eta.glyph │ │ ├── Z_eta.kill.glyph │ │ ├── Z_he-cy.glyph │ │ ├── Z_he-cy.kill.glyph │ │ ├── Z_macronbelow.glyph │ │ ├── Z_macronbelow.kill.glyph │ │ ├── Z_stroke.glyph │ │ ├── Z_stroke.kill.glyph │ │ ├── _dot.raster1.glyph │ │ ├── _dot.raster2.glyph │ │ ├── _dot.raster3.glyph │ │ ├── _notdef.glyph │ │ ├── _part.arrow.glyph │ │ ├── _part.asc.hook.glyph │ │ ├── _part.asc.k.glyph │ │ ├── _part.asc.left.glyph │ │ ├── _part.asc.right.glyph │ │ ├── _part.asterisk.glyph │ │ ├── _part.bowl.descender.glyph │ │ ├── _part.bowl.glyph │ │ ├── _part.cap.hook.left.glyph │ │ ├── _part.desc-cy.glyph │ │ ├── _part.desc.hook.glyph │ │ ├── _part.desc.hook.left.glyph │ │ ├── _part.geartooth.glyph │ │ ├── _part.k.glyph │ │ ├── _part.money.bar.glyph │ │ ├── _part.money.crossbar.glyph │ │ ├── _part.notmath.comp.glyph │ │ ├── _part.slash.O_.glyph │ │ ├── _part.slash.O_.mirrored.glyph │ │ ├── _part.slash.comp.glyph │ │ ├── _part.slash.o.glyph │ │ ├── _part.stroke.glyph │ │ ├── _pixel.glyph │ │ ├── _pixel.round.glyph │ │ ├── a-cy.glyph │ │ ├── a-cy.kill.glyph │ │ ├── a.cv.glyph │ │ ├── a.glyph │ │ ├── a.kill.glyph │ │ ├── aacute.cv.glyph │ │ ├── aacute.glyph │ │ ├── aacute.kill.glyph │ │ ├── abreve.cv.glyph │ │ ├── abreve.glyph │ │ ├── abreve.kill.glyph │ │ ├── abreveacute.cv.glyph │ │ ├── abreveacute.glyph │ │ ├── abreveacute.kill.glyph │ │ ├── abrevedotbelow.cv.glyph │ │ ├── abrevedotbelow.glyph │ │ ├── abrevedotbelow.kill.glyph │ │ ├── abrevegrave.cv.glyph │ │ ├── abrevegrave.glyph │ │ ├── abrevegrave.kill.glyph │ │ ├── abrevehookabove.cv.glyph │ │ ├── abrevehookabove.glyph │ │ ├── abrevehookabove.kill.glyph │ │ ├── abrevetilde.cv.glyph │ │ ├── abrevetilde.glyph │ │ ├── abrevetilde.kill.glyph │ │ ├── acaron.cv.glyph │ │ ├── acaron.glyph │ │ ├── acaron.kill.glyph │ │ ├── acircumflex.cv.glyph │ │ ├── acircumflex.glyph │ │ ├── acircumflex.kill.glyph │ │ ├── acircumflexacute.cv.glyph │ │ ├── acircumflexacute.glyph │ │ ├── acircumflexacute.kill.glyph │ │ ├── acircumflexdotbelow.cv.glyph │ │ ├── acircumflexdotbelow.glyph │ │ ├── acircumflexdotbelow.kill.glyph │ │ ├── acircumflexgrave.cv.glyph │ │ ├── acircumflexgrave.glyph │ │ ├── acircumflexgrave.kill.glyph │ │ ├── acircumflexhookabove.cv.glyph │ │ ├── acircumflexhookabove.glyph │ │ ├── acircumflexhookabove.kill.glyph │ │ ├── acircumflextilde.cv.glyph │ │ ├── acircumflextilde.glyph │ │ ├── acircumflextilde.kill.glyph │ │ ├── acknowledgeC_ontrol.glyph │ │ ├── acute.glyph │ │ ├── acutecomb.alt.glyph │ │ ├── acutecomb.case.glyph │ │ ├── acutecomb.glyph │ │ ├── adieresis.cv.glyph │ │ ├── adieresis.glyph │ │ ├── adieresis.kill.glyph │ │ ├── adieresismacron.cv.glyph │ │ ├── adieresismacron.glyph │ │ ├── adieresismacron.kill.glyph │ │ ├── adotaccent.cv.glyph │ │ ├── adotaccent.glyph │ │ ├── adotaccent.kill.glyph │ │ ├── adotbelow.cv.glyph │ │ ├── adotbelow.glyph │ │ ├── adotbelow.kill.glyph │ │ ├── ae.glyph │ │ ├── ae.kill.glyph │ │ ├── aeacute.glyph │ │ ├── aeacute.kill.glyph │ │ ├── aemacron.glyph │ │ ├── aemacron.kill.glyph │ │ ├── agrave.cv.glyph │ │ ├── agrave.glyph │ │ ├── agrave.kill.glyph │ │ ├── ahookabove.cv.glyph │ │ ├── ahookabove.glyph │ │ ├── ahookabove.kill.glyph │ │ ├── aktieselskab.glyph │ │ ├── aktieselskab.kill.glyph │ │ ├── alpha.glyph │ │ ├── alphatonos.glyph │ │ ├── alternativekeysymbol.glyph │ │ ├── amacron.cv.glyph │ │ ├── amacron.glyph │ │ ├── amacron.kill.glyph │ │ ├── amod.cv.glyph │ │ ├── amod.cv.kill.glyph │ │ ├── amod.glyph │ │ ├── amod.kill.glyph │ │ ├── ampersand.cv08.1.glyph │ │ ├── ampersand.cv08.glyph │ │ ├── ampersand.glyph │ │ ├── angle.glyph │ │ ├── angryF_ace.glyph │ │ ├── anoteleia.glyph │ │ ├── anoteleia.kill.glyph │ │ ├── antennaB_ars.glyph │ │ ├── anticlockwiseC_losedC_ircleA_rrow.glyph │ │ ├── aogonek.cv.glyph │ │ ├── aogonek.glyph │ │ ├── aogonek.kill.glyph │ │ ├── apostrophemod.glyph │ │ ├── apostrophemod.kill.glyph │ │ ├── approxequal.glyph │ │ ├── aring.cv.glyph │ │ ├── aring.glyph │ │ ├── aring.kill.glyph │ │ ├── aringacute.cv.glyph │ │ ├── aringacute.glyph │ │ ├── aringacute.kill.glyph │ │ ├── asciicircum.glyph │ │ ├── asciitilde.glyph │ │ ├── asterisk.glyph │ │ ├── asterism.glyph │ │ ├── asterism.kill.glyph │ │ ├── at.glyph │ │ ├── atilde.cv.glyph │ │ ├── atilde.glyph │ │ ├── atilde.kill.glyph │ │ ├── b.glyph │ │ ├── backslash.glyph │ │ ├── backslash.kill.glyph │ │ ├── backspaceC_ontrol.glyph │ │ ├── baht.glyph │ │ ├── ballotB_oldS_criptX_.glyph │ │ ├── ballotB_ox.glyph │ │ ├── ballotB_oxW_ithB_oldC_heck.glyph │ │ ├── ballotB_oxW_ithB_oldS_criptX_.glyph │ │ ├── ballotB_oxW_ithC_heck.glyph │ │ ├── ballotB_oxW_ithL_ightX_.glyph │ │ ├── ballotB_oxW_ithS_criptX_.glyph │ │ ├── ballotB_oxW_ithX_.glyph │ │ ├── ballotS_criptX_.glyph │ │ ├── ballotX_.glyph │ │ ├── bar.glyph │ │ ├── bdotaccent.glyph │ │ ├── bdotbelow.glyph │ │ ├── be-cy.glyph │ │ ├── bellC_ontrol.glyph │ │ ├── beta.glyph │ │ ├── bhook.glyph │ │ ├── bitcoin.glyph │ │ ├── blackC_ircle.glyph │ │ ├── blackC_ircleF_orR_ecord.glyph │ │ ├── blackD_iamond.glyph │ │ ├── blackF_lag.glyph │ │ ├── blackH_eart.glyph │ │ ├── blackL_eftD_oubleT_riangle.glyph │ │ ├── blackL_eftD_oubleT_riangleW_ithV_erticalB_ar.glyph │ │ ├── blackM_ediumR_ightT_riangle.glyph │ │ ├── blackR_ightD_oubleT_riangle.glyph │ │ ├── blackR_ightD_oubleT_riangleW_ithV_erticalB_ar.glyph │ │ ├── blackS_mallS_quare.glyph │ │ ├── blackS_mallS_tar.glyph │ │ ├── blackS_milingF_ace.glyph │ │ ├── blackS_quare.glyph │ │ ├── blackS_quareF_orS_top.glyph │ │ ├── blackS_tar.glyph │ │ ├── blackS_tar.kill.glyph │ │ ├── blank-braille.glyph │ │ ├── bmacronbelow.glyph │ │ ├── boxD_oubleD_ownA_ndH_orizontal.glyph │ │ ├── boxD_oubleD_ownA_ndL_eft.glyph │ │ ├── boxD_oubleD_ownA_ndR_ight.glyph │ │ ├── boxD_oubleH_orizontal.glyph │ │ ├── boxD_oubleU_pA_ndH_orizontal.glyph │ │ ├── boxD_oubleU_pA_ndL_eft.glyph │ │ ├── boxD_oubleU_pA_ndR_ight.glyph │ │ ├── boxD_oubleV_ertical.glyph │ │ ├── boxD_oubleV_erticalA_ndH_orizontal.glyph │ │ ├── boxD_oubleV_erticalA_ndL_eft.glyph │ │ ├── boxD_oubleV_erticalA_ndR_ight.glyph │ │ ├── boxD_ownD_oubleA_ndH_orizontalS_ingle.glyph │ │ ├── boxD_ownD_oubleA_ndL_eftS_ingle.glyph │ │ ├── boxD_ownD_oubleA_ndR_ightS_ingle.glyph │ │ ├── boxD_ownH_eavyA_ndH_orizontalL_ight.glyph │ │ ├── boxD_ownH_eavyA_ndL_eftL_ight.glyph │ │ ├── boxD_ownH_eavyA_ndL_eftU_pL_ight.glyph │ │ ├── boxD_ownH_eavyA_ndR_ightL_ight.glyph │ │ ├── boxD_ownH_eavyA_ndR_ightU_pL_ight.glyph │ │ ├── boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glyph │ │ ├── boxD_ownL_ightA_ndH_orizontalH_eavy.glyph │ │ ├── boxD_ownL_ightA_ndL_eftH_eavy.glyph │ │ ├── boxD_ownL_ightA_ndL_eftU_pH_eavy.glyph │ │ ├── boxD_ownL_ightA_ndR_ightH_eavy.glyph │ │ ├── boxD_ownL_ightA_ndR_ightU_pH_eavy.glyph │ │ ├── boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glyph │ │ ├── boxD_ownS_ingleA_ndH_orizontalD_ouble.glyph │ │ ├── boxD_ownS_ingleA_ndL_eftD_ouble.glyph │ │ ├── boxD_ownS_ingleA_ndR_ightD_ouble.glyph │ │ ├── boxH_eavyD_oubleD_ashH_orizontal.glyph │ │ ├── boxH_eavyD_oubleD_ashV_ertical.glyph │ │ ├── boxH_eavyD_own.glyph │ │ ├── boxH_eavyD_ownA_ndH_orizontal.glyph │ │ ├── boxH_eavyD_ownA_ndL_eft.glyph │ │ ├── boxH_eavyD_ownA_ndR_ight.glyph │ │ ├── boxH_eavyH_orizontal.glyph │ │ ├── boxH_eavyL_eft.glyph │ │ ├── boxH_eavyL_eftA_ndL_ightR_ight.glyph │ │ ├── boxH_eavyQ_uadrupleD_ashH_orizontal.glyph │ │ ├── boxH_eavyQ_uadrupleD_ashV_ertical.glyph │ │ ├── boxH_eavyR_ight.glyph │ │ ├── boxH_eavyT_ripleD_ashH_orizontal.glyph │ │ ├── boxH_eavyT_ripleD_ashV_ertical.glyph │ │ ├── boxH_eavyU_p.glyph │ │ ├── boxH_eavyU_pA_ndH_orizontal.glyph │ │ ├── boxH_eavyU_pA_ndL_eft.glyph │ │ ├── boxH_eavyU_pA_ndL_ightD_own.glyph │ │ ├── boxH_eavyU_pA_ndR_ight.glyph │ │ ├── boxH_eavyV_ertical.glyph │ │ ├── boxH_eavyV_erticalA_ndH_orizontal.glyph │ │ ├── boxH_eavyV_erticalA_ndL_eft.glyph │ │ ├── boxH_eavyV_erticalA_ndR_ight.glyph │ │ ├── boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glyph │ │ ├── boxL_eftH_eavyA_ndR_ightD_ownL_ight.glyph │ │ ├── boxL_eftH_eavyA_ndR_ightU_pL_ight.glyph │ │ ├── boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glyph │ │ ├── boxL_eftL_ightA_ndR_ightD_ownH_eavy.glyph │ │ ├── boxL_eftL_ightA_ndR_ightU_pH_eavy.glyph │ │ ├── boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glyph │ │ ├── boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glyph │ │ ├── boxL_ightA_rcD_ownA_ndL_eft.glyph │ │ ├── boxL_ightA_rcD_ownA_ndR_ight.glyph │ │ ├── boxL_ightA_rcU_pA_ndL_eft.glyph │ │ ├── boxL_ightA_rcU_pA_ndR_ight.glyph │ │ ├── boxL_ightD_iagonalC_ross.glyph │ │ ├── boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glyph │ │ ├── boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glyph │ │ ├── boxL_ightD_oubleD_ashH_orizontal.glyph │ │ ├── boxL_ightD_oubleD_ashV_ertical.glyph │ │ ├── boxL_ightD_own.glyph │ │ ├── boxL_ightD_ownA_ndH_orizontal.glyph │ │ ├── boxL_ightD_ownA_ndL_eft.glyph │ │ ├── boxL_ightD_ownA_ndR_ight.glyph │ │ ├── boxL_ightH_orizontal.glyph │ │ ├── boxL_ightL_eft.glyph │ │ ├── boxL_ightL_eftA_ndH_eavyR_ight.glyph │ │ ├── boxL_ightQ_uadrupleD_ashH_orizontal.glyph │ │ ├── boxL_ightQ_uadrupleD_ashV_ertical.glyph │ │ ├── boxL_ightR_ight.glyph │ │ ├── boxL_ightT_ripleD_ashH_orizontal.glyph │ │ ├── boxL_ightT_ripleD_ashV_ertical.glyph │ │ ├── boxL_ightU_p.glyph │ │ ├── boxL_ightU_pA_ndH_eavyD_own.glyph │ │ ├── boxL_ightU_pA_ndH_orizontal.glyph │ │ ├── boxL_ightU_pA_ndL_eft.glyph │ │ ├── boxL_ightU_pA_ndR_ight.glyph │ │ ├── boxL_ightV_ertical.glyph │ │ ├── boxL_ightV_erticalA_ndH_orizontal.glyph │ │ ├── boxL_ightV_erticalA_ndL_eft.glyph │ │ ├── boxL_ightV_erticalA_ndR_ight.glyph │ │ ├── boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glyph │ │ ├── boxR_ightH_eavyA_ndL_eftD_ownL_ight.glyph │ │ ├── boxR_ightH_eavyA_ndL_eftU_pL_ight.glyph │ │ ├── boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glyph │ │ ├── boxR_ightL_ightA_ndL_eftD_ownH_eavy.glyph │ │ ├── boxR_ightL_ightA_ndL_eftU_pH_eavy.glyph │ │ ├── boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glyph │ │ ├── boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glyph │ │ ├── boxU_pD_oubleA_ndH_orizontalS_ingle.glyph │ │ ├── boxU_pD_oubleA_ndL_eftS_ingle.glyph │ │ ├── boxU_pD_oubleA_ndR_ightS_ingle.glyph │ │ ├── boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glyph │ │ ├── boxU_pH_eavyA_ndH_orizontalL_ight.glyph │ │ ├── boxU_pH_eavyA_ndL_eftD_ownL_ight.glyph │ │ ├── boxU_pH_eavyA_ndL_eftL_ight.glyph │ │ ├── boxU_pH_eavyA_ndR_ightD_ownL_ight.glyph │ │ ├── boxU_pH_eavyA_ndR_ightL_ight.glyph │ │ ├── boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glyph │ │ ├── boxU_pL_ightA_ndH_orizontalH_eavy.glyph │ │ ├── boxU_pL_ightA_ndL_eftD_ownH_eavy.glyph │ │ ├── boxU_pL_ightA_ndL_eftH_eavy.glyph │ │ ├── boxU_pL_ightA_ndR_ightD_ownH_eavy.glyph │ │ ├── boxU_pL_ightA_ndR_ightH_eavy.glyph │ │ ├── boxU_pS_ingleA_ndH_orizontalD_ouble.glyph │ │ ├── boxU_pS_ingleA_ndL_eftD_ouble.glyph │ │ ├── boxU_pS_ingleA_ndR_ightD_ouble.glyph │ │ ├── boxV_erticalD_oubleA_ndH_orizontalS_ingle.glyph │ │ ├── boxV_erticalD_oubleA_ndL_eftS_ingle.glyph │ │ ├── boxV_erticalD_oubleA_ndR_ightS_ingle.glyph │ │ ├── boxV_erticalH_eavyA_ndH_orizontalL_ight.glyph │ │ ├── boxV_erticalH_eavyA_ndL_eftL_ight.glyph │ │ ├── boxV_erticalH_eavyA_ndR_ightL_ight.glyph │ │ ├── boxV_erticalL_ightA_ndH_orizontalH_eavy.glyph │ │ ├── boxV_erticalL_ightA_ndL_eftH_eavy.glyph │ │ ├── boxV_erticalL_ightA_ndR_ightH_eavy.glyph │ │ ├── boxV_erticalS_ingleA_ndH_orizontalD_ouble.glyph │ │ ├── boxV_erticalS_ingleA_ndL_eftD_ouble.glyph │ │ ├── boxV_erticalS_ingleA_ndR_ightD_ouble.glyph │ │ ├── braceleft.glyph │ │ ├── braceleft.kill.glyph │ │ ├── braceright.glyph │ │ ├── braceright.kill.glyph │ │ ├── bracketleft.glyph │ │ ├── bracketleft.kill.glyph │ │ ├── bracketright.glyph │ │ ├── bracketright.kill.glyph │ │ ├── breve.glyph │ │ ├── brevebelowcomb.glyph │ │ ├── brevecomb.case.glyph │ │ ├── brevecomb.glyph │ │ ├── brevecomb_acutecomb.case.glyph │ │ ├── brevecomb_acutecomb.glyph │ │ ├── brevecomb_gravecomb.case.glyph │ │ ├── brevecomb_gravecomb.glyph │ │ ├── brevecomb_hookabovecomb.case.glyph │ │ ├── brevecomb_hookabovecomb.glyph │ │ ├── brevecomb_tildecomb.case.glyph │ │ ├── brevecomb_tildecomb.glyph │ │ ├── breveinvertedcomb.case.glyph │ │ ├── breveinvertedcomb.glyph │ │ ├── brokenbar.glyph │ │ ├── bstroke.glyph │ │ ├── bullet.glyph │ │ ├── bulletoperator.glyph │ │ ├── bustI_nS_ilhouette.glyph │ │ ├── c.glyph │ │ ├── c.kill.glyph │ │ ├── cacute.glyph │ │ ├── cacute.kill.glyph │ │ ├── cancelC_ontrol.glyph │ │ ├── candraB_inducomb.case.glyph │ │ ├── candraB_inducomb.glyph │ │ ├── capslock.glyph │ │ ├── careof.glyph │ │ ├── careof.kill.glyph │ │ ├── caron.glyph │ │ ├── caroncomb.alt.glyph │ │ ├── caroncomb.case.glyph │ │ ├── caroncomb.glyph │ │ ├── carriageR_eturnC_ontrol.glyph │ │ ├── carriagereturn.glyph │ │ ├── ccaron.glyph │ │ ├── ccaron.kill.glyph │ │ ├── ccedilla.glyph │ │ ├── ccedilla.kill.glyph │ │ ├── ccedillaacute.glyph │ │ ├── ccedillaacute.kill.glyph │ │ ├── ccircumflex.glyph │ │ ├── ccircumflex.kill.glyph │ │ ├── cdotaccent.glyph │ │ ├── cdotaccent.kill.glyph │ │ ├── cedi.glyph │ │ ├── cedilla.glyph │ │ ├── cedillacomb.glyph │ │ ├── cent.glyph │ │ ├── che-cy.glyph │ │ ├── checkmark.glyph │ │ ├── chi.glyph │ │ ├── chook.glyph │ │ ├── chook.kill.glyph │ │ ├── circumflex.glyph │ │ ├── circumflexcomb.case.glyph │ │ ├── circumflexcomb.glyph │ │ ├── circumflexcomb_acutecomb.case.glyph │ │ ├── circumflexcomb_acutecomb.glyph │ │ ├── circumflexcomb_gravecomb.case.glyph │ │ ├── circumflexcomb_gravecomb.glyph │ │ ├── circumflexcomb_hookabovecomb.case.glyph │ │ ├── circumflexcomb_hookabovecomb.glyph │ │ ├── circumflexcomb_tildecomb.case.glyph │ │ ├── circumflexcomb_tildecomb.glyph │ │ ├── clockwiseR_ightA_ndL_eftS_emicircleA_rrows.glyph │ │ ├── cloud.glyph │ │ ├── cloudR_ain.glyph │ │ ├── clubB_lackS_uit.glyph │ │ ├── colon.alt.glyph │ │ ├── colon.alt.kill.glyph │ │ ├── colon.glyph │ │ ├── colon.kill.glyph │ │ ├── colonsign.glyph │ │ ├── comma.glyph │ │ ├── comma.kill.glyph │ │ ├── commaabovecomb.case.glyph │ │ ├── commaabovecomb.glyph │ │ ├── commaaboverightcomb.case.glyph │ │ ├── commaaboverightcomb.case.spacing.glyph │ │ ├── commaaboverightcomb.case.spacing.kill.glyph │ │ ├── commaaboverightcomb.glyph │ │ ├── commaaboverightcomb.spacing.glyph │ │ ├── commaaboverightcomb.spacing.kill.glyph │ │ ├── commaaccentcomb.glyph │ │ ├── commaturnedabovecomb.glyph │ │ ├── commaturnedmod.glyph │ │ ├── commaturnedmod.kill.glyph │ │ ├── copyright.glyph │ │ ├── crescentM_oon.glyph │ │ ├── currency.glyph │ │ ├── d.glyph │ │ ├── dagger.glyph │ │ ├── daggerdbl.glyph │ │ ├── dataL_inkE_scapeC_ontrol.glyph │ │ ├── dblverticalbar.glyph │ │ ├── dcaron.glyph │ │ ├── dcaron.kill.glyph │ │ ├── dcedilla.glyph │ │ ├── dcroat.glyph │ │ ├── ddotaccent.glyph │ │ ├── ddotbelow.glyph │ │ ├── de-cy.glyph │ │ ├── de-cy.loclR_U_S_.glyph │ │ ├── degree.glyph │ │ ├── deleteC_ontrol.glyph │ │ ├── deleteL_eftK_ey.glyph │ │ ├── delta.glyph │ │ ├── deviceC_ontrolF_ourC_ontrol.glyph │ │ ├── deviceC_ontrolO_neC_ontrol.glyph │ │ ├── deviceC_ontrolT_hreeC_ontrol.glyph │ │ ├── deviceC_ontrolT_woC_ontrol.glyph │ │ ├── dhook.glyph │ │ ├── dialytikatonoscomb.glyph │ │ ├── diamondB_lackS_uit.glyph │ │ ├── dieresis.glyph │ │ ├── dieresiscomb.case.glyph │ │ ├── dieresiscomb.glyph │ │ ├── dieresistonos.glyph │ │ ├── divide.glyph │ │ ├── divisionslash.glyph │ │ ├── dje-cy.glyph │ │ ├── dmacronbelow.glyph │ │ ├── dmod.glyph │ │ ├── dmod.kill.glyph │ │ ├── dollar.glyph │ │ ├── dong.glyph │ │ ├── dotaccent.glyph │ │ ├── dotaccent.kill.glyph │ │ ├── dotaccentcomb.case.glyph │ │ ├── dotaccentcomb.glyph │ │ ├── dotbelowcomb.glyph │ │ ├── dotmath.glyph │ │ ├── dots1-braille.glyph │ │ ├── dots12-braille.glyph │ │ ├── dots123-braille.glyph │ │ ├── dots1234-braille.glyph │ │ ├── dots12345-braille.glyph │ │ ├── dots123456-braille.glyph │ │ ├── dots12346-braille.glyph │ │ ├── dots1235-braille.glyph │ │ ├── dots12356-braille.glyph │ │ ├── dots1236-braille.glyph │ │ ├── dots124-braille.glyph │ │ ├── dots1245-braille.glyph │ │ ├── dots12456-braille.glyph │ │ ├── dots1246-braille.glyph │ │ ├── dots125-braille.glyph │ │ ├── dots1256-braille.glyph │ │ ├── dots126-braille.glyph │ │ ├── dots13-braille.glyph │ │ ├── dots134-braille.glyph │ │ ├── dots1345-braille.glyph │ │ ├── dots13456-braille.glyph │ │ ├── dots1346-braille.glyph │ │ ├── dots135-braille.glyph │ │ ├── dots1356-braille.glyph │ │ ├── dots136-braille.glyph │ │ ├── dots14-braille.glyph │ │ ├── dots145-braille.glyph │ │ ├── dots1456-braille.glyph │ │ ├── dots146-braille.glyph │ │ ├── dots15-braille.glyph │ │ ├── dots156-braille.glyph │ │ ├── dots16-braille.glyph │ │ ├── dots2-braille.glyph │ │ ├── dots23-braille.glyph │ │ ├── dots234-braille.glyph │ │ ├── dots2345-braille.glyph │ │ ├── dots23456-braille.glyph │ │ ├── dots2346-braille.glyph │ │ ├── dots235-braille.glyph │ │ ├── dots2356-braille.glyph │ │ ├── dots236-braille.glyph │ │ ├── dots24-braille.glyph │ │ ├── dots245-braille.glyph │ │ ├── dots2456-braille.glyph │ │ ├── dots246-braille.glyph │ │ ├── dots25-braille.glyph │ │ ├── dots256-braille.glyph │ │ ├── dots26-braille.glyph │ │ ├── dots3-braille.glyph │ │ ├── dots34-braille.glyph │ │ ├── dots345-braille.glyph │ │ ├── dots3456-braille.glyph │ │ ├── dots346-braille.glyph │ │ ├── dots35-braille.glyph │ │ ├── dots356-braille.glyph │ │ ├── dots36-braille.glyph │ │ ├── dots4-braille.glyph │ │ ├── dots45-braille.glyph │ │ ├── dots456-braille.glyph │ │ ├── dots46-braille.glyph │ │ ├── dots5-braille.glyph │ │ ├── dots56-braille.glyph │ │ ├── dots6-braille.glyph │ │ ├── dottedC_ircle.glyph │ │ ├── doubleV_erticalB_ar.glyph │ │ ├── doublemacronbelowcomb.glyph │ │ ├── doubleprimemod.glyph │ │ ├── downA_rrow.glyph │ │ ├── downA_rrowT_oB_ar.glyph │ │ ├── downB_lackS_mallT_riangle.glyph │ │ ├── downB_lackT_riangle.glyph │ │ ├── downT_ipR_ightA_rrow.glyph │ │ ├── downW_hiteS_mallT_riangle.glyph │ │ ├── downW_hiteT_riangle.glyph │ │ ├── dvd.glyph │ │ ├── dze-cy.glyph │ │ ├── dze-cy.kill.glyph │ │ ├── dzhe-cy.glyph │ │ ├── dzhe-cy.loclR_U_S_.glyph │ │ ├── e-cy.glyph │ │ ├── e-cy.kill.glyph │ │ ├── e.glyph │ │ ├── e.kill.glyph │ │ ├── eacute.glyph │ │ ├── eacute.kill.glyph │ │ ├── ebreve.glyph │ │ ├── ebreve.kill.glyph │ │ ├── ecaron.glyph │ │ ├── ecaron.kill.glyph │ │ ├── ecedilla.glyph │ │ ├── ecedilla.kill.glyph │ │ ├── ecedillabreve.glyph │ │ ├── ecedillabreve.kill.glyph │ │ ├── ecircumflex.glyph │ │ ├── ecircumflex.kill.glyph │ │ ├── ecircumflexacute.glyph │ │ ├── ecircumflexacute.kill.glyph │ │ ├── ecircumflexdotbelow.glyph │ │ ├── ecircumflexdotbelow.kill.glyph │ │ ├── ecircumflexgrave.glyph │ │ ├── ecircumflexgrave.kill.glyph │ │ ├── ecircumflexhookabove.glyph │ │ ├── ecircumflexhookabove.kill.glyph │ │ ├── ecircumflextilde.glyph │ │ ├── ecircumflextilde.kill.glyph │ │ ├── edieresis.glyph │ │ ├── edieresis.kill.glyph │ │ ├── edotaccent.glyph │ │ ├── edotaccent.kill.glyph │ │ ├── edotbelow.glyph │ │ ├── edotbelow.kill.glyph │ │ ├── ef-cy.glyph │ │ ├── ef-cy.kill.glyph │ │ ├── egrave.glyph │ │ ├── egrave.kill.glyph │ │ ├── ehookabove.glyph │ │ ├── ehookabove.kill.glyph │ │ ├── eight.dnom.glyph │ │ ├── eight.dnom.kill.glyph │ │ ├── eight.glyph │ │ ├── eight.numr.glyph │ │ ├── eight.numr.kill.glyph │ │ ├── eight.osf.glyph │ │ ├── eightinferior.glyph │ │ ├── eightinferior.kill.glyph │ │ ├── eightsuperior.glyph │ │ ├── eightsuperior.kill.glyph │ │ ├── el-cy.glyph │ │ ├── ellipsis.glyph │ │ ├── ellipsis.kill.glyph │ │ ├── em-cy.glyph │ │ ├── em-cy.kill.glyph │ │ ├── emacron.glyph │ │ ├── emacron.kill.glyph │ │ ├── emacronacute.glyph │ │ ├── emacronacute.kill.glyph │ │ ├── emacrongrave.glyph │ │ ├── emacrongrave.kill.glyph │ │ ├── emdash.glyph │ │ ├── emdash.kill.glyph │ │ ├── emoji.eyes.angry.glyph │ │ ├── emoji.eyes.glyph │ │ ├── emoji.eyes.smiling.glyph │ │ ├── emoji.mouth.glyph │ │ ├── emoji.mouth.grinning.glyph │ │ ├── emptyset.glyph │ │ ├── en-cy.glyph │ │ ├── endO_fM_ediumC_ontrol.glyph │ │ ├── endO_fT_extC_ontrol.glyph │ │ ├── endO_fT_ransmissionB_lockC_ontrol.glyph │ │ ├── endO_fT_ransmissionC_ontrol.glyph │ │ ├── endash.glyph │ │ ├── endash.kill.glyph │ │ ├── eng.glyph │ │ ├── enquiryC_ontrol.glyph │ │ ├── envelope.glyph │ │ ├── eogonek.glyph │ │ ├── eogonek.kill.glyph │ │ ├── eopen.glyph │ │ ├── eopen.kill.glyph │ │ ├── epsilon.glyph │ │ ├── epsilon.kill.glyph │ │ ├── epsilontonos.glyph │ │ ├── epsilontonos.kill.glyph │ │ ├── equal.glyph │ │ ├── equivalence.glyph │ │ ├── er-cy.glyph │ │ ├── ereversed-cy.glyph │ │ ├── ereversed-cy.kill.glyph │ │ ├── es-cy.glyph │ │ ├── es-cy.kill.glyph │ │ ├── escapeC_ontrol.glyph │ │ ├── estimated.glyph │ │ ├── estimates.glyph │ │ ├── eta.glyph │ │ ├── etatonos.glyph │ │ ├── eth.glyph │ │ ├── etilde.glyph │ │ ├── etilde.kill.glyph │ │ ├── eturned.glyph │ │ ├── eturned.kill.glyph │ │ ├── euro.glyph │ │ ├── exclam.glyph │ │ ├── exclam.kill.glyph │ │ ├── exclamdouble.glyph │ │ ├── exclamdown.glyph │ │ ├── exclamdown.kill.glyph │ │ ├── ezh.glyph │ │ ├── ezh.kill.glyph │ │ ├── ezhcaron.glyph │ │ ├── ezhcaron.kill.glyph │ │ ├── f.glyph │ │ ├── f.italic.glyph │ │ ├── f.italic.kill.glyph │ │ ├── f.kill.glyph │ │ ├── fdotaccent.glyph │ │ ├── fdotaccent.kill.glyph │ │ ├── fileF_older.glyph │ │ ├── fileS_eparatorC_ontrol.glyph │ │ ├── filledR_ect.glyph │ │ ├── firsttonechinese.glyph │ │ ├── five.dnom.glyph │ │ ├── five.dnom.kill.glyph │ │ ├── five.glyph │ │ ├── five.numr.glyph │ │ ├── five.numr.kill.glyph │ │ ├── five.osf.glyph │ │ ├── fiveeighths.glyph │ │ ├── fiveeighths.kill.glyph │ │ ├── fiveinferior.glyph │ │ ├── fiveinferior.kill.glyph │ │ ├── fivesixths.glyph │ │ ├── fivesixths.kill.glyph │ │ ├── fivesuperior.glyph │ │ ├── fivesuperior.kill.glyph │ │ ├── floppyD_isk.glyph │ │ ├── florin.glyph │ │ ├── folder.glyph │ │ ├── formF_eedC_ontrol.glyph │ │ ├── four.dnom.glyph │ │ ├── four.dnom.kill.glyph │ │ ├── four.glyph │ │ ├── four.numr.glyph │ │ ├── four.numr.kill.glyph │ │ ├── four.osf.glyph │ │ ├── fourfifths.glyph │ │ ├── fourfifths.kill.glyph │ │ ├── fourinferior.glyph │ │ ├── fourinferior.kill.glyph │ │ ├── foursuperior.glyph │ │ ├── foursuperior.kill.glyph │ │ ├── fourthtonechinese.glyph │ │ ├── fraction.alt.glyph │ │ ├── fraction.alt.kill.glyph │ │ ├── fraction.glyph │ │ ├── fraction.kill.glyph │ │ ├── fraction.percent.glyph │ │ ├── franc.glyph │ │ ├── fullB_lock.glyph │ │ ├── g.cv01.glyph │ │ ├── g.glyph │ │ ├── g.ss05.glyph │ │ ├── gacute.cv01.glyph │ │ ├── gacute.glyph │ │ ├── gacute.ss05.glyph │ │ ├── gamma.glyph │ │ ├── gbreve.cv01.glyph │ │ ├── gbreve.glyph │ │ ├── gbreve.ss05.glyph │ │ ├── gcaron.cv01.glyph │ │ ├── gcaron.glyph │ │ ├── gcaron.ss05.glyph │ │ ├── gcircumflex.cv01.glyph │ │ ├── gcircumflex.glyph │ │ ├── gcircumflex.ss05.glyph │ │ ├── gcommaaccent.cv01.glyph │ │ ├── gcommaaccent.glyph │ │ ├── gcommaaccent.ss05.glyph │ │ ├── gdotaccent.cv01.glyph │ │ ├── gdotaccent.glyph │ │ ├── gdotaccent.ss05.glyph │ │ ├── ge-cy.glyph │ │ ├── ge-cy.kill.glyph │ │ ├── ge-cy.loclR_U_S_.glyph │ │ ├── ge-cy.loclR_U_S_.kill.glyph │ │ ├── gearW_ithoutH_ub.glyph │ │ ├── germandbls.glyph │ │ ├── germandbls.italic.glyph │ │ ├── geupturn-cy.glyph │ │ ├── geupturn-cy.kill.glyph │ │ ├── gje-cy.glyph │ │ ├── gje-cy.kill.glyph │ │ ├── gje-cy.loclR_U_S_.glyph │ │ ├── gmacron.cv01.glyph │ │ ├── gmacron.glyph │ │ ├── gmacron.ss05.glyph │ │ ├── grave.glyph │ │ ├── gravecomb.alt.glyph │ │ ├── gravecomb.case.glyph │ │ ├── gravecomb.glyph │ │ ├── greater.glyph │ │ ├── greaterequal.glyph │ │ ├── grinningF_ace.glyph │ │ ├── grinningF_aceW_ithS_milingE_yes.glyph │ │ ├── groupS_eparatorC_ontrol.glyph │ │ ├── gstroke.cv01.glyph │ │ ├── gstroke.glyph │ │ ├── gstroke.ss05.glyph │ │ ├── guarani.glyph │ │ ├── guillemetleft.glyph │ │ ├── guillemetright.glyph │ │ ├── guilsinglleft.glyph │ │ ├── guilsinglleft.kill.glyph │ │ ├── guilsinglright.glyph │ │ ├── guilsinglright.kill.glyph │ │ ├── h.glyph │ │ ├── ha-cy.glyph │ │ ├── hardsign-cy.glyph │ │ ├── hardsign-cy.kill.glyph │ │ ├── hbar.glyph │ │ ├── hbrevebelow.glyph │ │ ├── hcaron.glyph │ │ ├── hcedilla.glyph │ │ ├── hcircumflex.glyph │ │ ├── hdieresis.glyph │ │ ├── hdotaccent.glyph │ │ ├── hdotbelow.glyph │ │ ├── heartB_lackS_uit.glyph │ │ ├── heartW_hiteS_uit.glyph │ │ ├── heavenT_rigram.glyph │ │ ├── heavyB_allotX_.glyph │ │ ├── heavyC_heckM_ark.glyph │ │ ├── heavyG_reekC_ross.glyph │ │ ├── heavyM_ultiplicationX_.glyph │ │ ├── heavyleftpointinganglequotationmarkornament.glyph │ │ ├── heavyrightpointinganglequotationmarkornament.glyph │ │ ├── hmacronbelow.glyph │ │ ├── hmod.glyph │ │ ├── hmod.kill.glyph │ │ ├── hookabovecomb.case.glyph │ │ ├── hookabovecomb.glyph │ │ ├── horizontalT_abulationC_ontrol.glyph │ │ ├── horizontalbar.glyph │ │ ├── horizontalbar.kill.glyph │ │ ├── horncomb.case.glyph │ │ ├── horncomb.glyph │ │ ├── house.glyph │ │ ├── houseB_uilding.glyph │ │ ├── hryvnia.glyph │ │ ├── hturned.glyph │ │ ├── hungarumlaut.glyph │ │ ├── hungarumlautcomb.case.glyph │ │ ├── hungarumlautcomb.glyph │ │ ├── hyphen.glyph │ │ ├── i-cy.cv02.glyph │ │ ├── i-cy.cv02.kill.glyph │ │ ├── i-cy.dotless.cv02.glyph │ │ ├── i-cy.dotless.cv02.kill.glyph │ │ ├── i-cy.dotless.glyph │ │ ├── i-cy.dotless.kill.glyph │ │ ├── i-cy.glyph │ │ ├── i-cy.kill.glyph │ │ ├── i.cv02.glyph │ │ ├── i.cv02.kill.glyph │ │ ├── i.glyph │ │ ├── i.kill.glyph │ │ ├── iacute.cv02.glyph │ │ ├── iacute.cv02.kill.glyph │ │ ├── iacute.glyph │ │ ├── iacute.kill.glyph │ │ ├── ibreve.cv02.glyph │ │ ├── ibreve.cv02.kill.glyph │ │ ├── ibreve.glyph │ │ ├── ibreve.kill.glyph │ │ ├── icaron.cv02.glyph │ │ ├── icaron.cv02.kill.glyph │ │ ├── icaron.glyph │ │ ├── icaron.kill.glyph │ │ ├── icircumflex.cv02.glyph │ │ ├── icircumflex.cv02.kill.glyph │ │ ├── icircumflex.glyph │ │ ├── icircumflex.kill.glyph │ │ ├── idieresis.cv02.glyph │ │ ├── idieresis.cv02.kill.glyph │ │ ├── idieresis.glyph │ │ ├── idieresis.kill.glyph │ │ ├── idieresisacute.cv02.glyph │ │ ├── idieresisacute.cv02.kill.glyph │ │ ├── idieresisacute.glyph │ │ ├── idieresisacute.kill.glyph │ │ ├── idotbelow.cv02.glyph │ │ ├── idotbelow.cv02.kill.glyph │ │ ├── idotbelow.dotless.cv02.glyph │ │ ├── idotbelow.dotless.cv02.kill.glyph │ │ ├── idotbelow.dotless.glyph │ │ ├── idotbelow.dotless.kill.glyph │ │ ├── idotbelow.glyph │ │ ├── idotbelow.kill.glyph │ │ ├── idotless.cv02.glyph │ │ ├── idotless.cv02.kill.glyph │ │ ├── idotless.glyph │ │ ├── idotless.kill.glyph │ │ ├── ie-cy.glyph │ │ ├── ie-cy.kill.glyph │ │ ├── iegrave-cy.glyph │ │ ├── iegrave-cy.kill.glyph │ │ ├── igrave.cv02.glyph │ │ ├── igrave.cv02.kill.glyph │ │ ├── igrave.glyph │ │ ├── igrave.kill.glyph │ │ ├── ihookabove.cv02.glyph │ │ ├── ihookabove.cv02.kill.glyph │ │ ├── ihookabove.glyph │ │ ├── ihookabove.kill.glyph │ │ ├── ii-cy.glyph │ │ ├── ii-cy.loclR_U_S_.glyph │ │ ├── iigrave-cy.glyph │ │ ├── iigrave-cy.loclR_U_S_.glyph │ │ ├── iishort-cy.glyph │ │ ├── iishort-cy.loclR_U_S_.glyph │ │ ├── ij.glyph │ │ ├── ij.kill.glyph │ │ ├── imacron.cv02.glyph │ │ ├── imacron.cv02.kill.glyph │ │ ├── imacron.glyph │ │ ├── imacron.kill.glyph │ │ ├── increment.glyph │ │ ├── infinity.glyph │ │ ├── informationsource.glyph │ │ ├── integral.glyph │ │ ├── integralbt.glyph │ │ ├── integraltp.glyph │ │ ├── intersection.glyph │ │ ├── inverseB_ullet.glyph │ │ ├── inverseW_hiteC_ircle.glyph │ │ ├── io-cy.glyph │ │ ├── io-cy.kill.glyph │ │ ├── iogonek.cv02.glyph │ │ ├── iogonek.cv02.kill.glyph │ │ ├── iogonek.dotless.cv02.glyph │ │ ├── iogonek.dotless.cv02.kill.glyph │ │ ├── iogonek.dotless.glyph │ │ ├── iogonek.dotless.kill.glyph │ │ ├── iogonek.glyph │ │ ├── iogonek.kill.glyph │ │ ├── iota.glyph │ │ ├── iota.kill.glyph │ │ ├── iotadieresis.glyph │ │ ├── iotadieresis.kill.glyph │ │ ├── iotadieresistonos.glyph │ │ ├── iotadieresistonos.kill.glyph │ │ ├── iotastroke.glyph │ │ ├── iotastroke.kill.glyph │ │ ├── iotatonos.glyph │ │ ├── iotatonos.kill.glyph │ │ ├── istroke.cv02.glyph │ │ ├── istroke.cv02.kill.glyph │ │ ├── istroke.dotless.cv02.glyph │ │ ├── istroke.dotless.cv02.kill.glyph │ │ ├── istroke.dotless.glyph │ │ ├── istroke.dotless.kill.glyph │ │ ├── istroke.glyph │ │ ├── istroke.kill.glyph │ │ ├── itilde.cv02.glyph │ │ ├── itilde.cv02.kill.glyph │ │ ├── itilde.glyph │ │ ├── itilde.kill.glyph │ │ ├── j.cv03.glyph │ │ ├── j.cv03.kill.glyph │ │ ├── j.glyph │ │ ├── j.kill.glyph │ │ ├── jacute.cv03.glyph │ │ ├── jacute.cv03.kill.glyph │ │ ├── jacute.glyph │ │ ├── jacute.kill.glyph │ │ ├── jcaron.case.cv03.glyph │ │ ├── jcaron.case.cv03.kill.glyph │ │ ├── jcaron.case.glyph │ │ ├── jcaron.case.kill.glyph │ │ ├── jcaron.cv03.glyph │ │ ├── jcaron.cv03.kill.glyph │ │ ├── jcaron.glyph │ │ ├── jcaron.kill.glyph │ │ ├── jcircumflex.cv03.glyph │ │ ├── jcircumflex.cv03.kill.glyph │ │ ├── jcircumflex.glyph │ │ ├── jcircumflex.kill.glyph │ │ ├── jdotless.cv03.glyph │ │ ├── jdotless.cv03.kill.glyph │ │ ├── jdotless.glyph │ │ ├── jdotless.kill.glyph │ │ ├── je-cy.cv03.glyph │ │ ├── je-cy.cv03.kill.glyph │ │ ├── je-cy.glyph │ │ ├── je-cy.kill.glyph │ │ ├── k.glyph │ │ ├── ka-cy.glyph │ │ ├── ka-cy.loclR_U_S_.glyph │ │ ├── kacute.glyph │ │ ├── kappa.glyph │ │ ├── kcaron.glyph │ │ ├── kcommaaccent.glyph │ │ ├── kdotbelow.glyph │ │ ├── key.glyph │ │ ├── kgreenlandic.glyph │ │ ├── khook.glyph │ │ ├── kip.glyph │ │ ├── kje-cy.glyph │ │ ├── kje-cy.loclR_U_S_.glyph │ │ ├── kmacronbelow.glyph │ │ ├── l.cv04.glyph │ │ ├── l.cv04.kill.glyph │ │ ├── l.glyph │ │ ├── l.kill.glyph │ │ ├── lacute.cv04.glyph │ │ ├── lacute.cv04.kill.glyph │ │ ├── lacute.glyph │ │ ├── lacute.kill.glyph │ │ ├── lambda.glyph │ │ ├── lari.glyph │ │ ├── lbar.cv04.glyph │ │ ├── lbar.cv04.kill.glyph │ │ ├── lbar.glyph │ │ ├── lbar.kill.glyph │ │ ├── lcaron.cv04.glyph │ │ ├── lcaron.cv04.kill.glyph │ │ ├── lcaron.glyph │ │ ├── lcaron.kill.glyph │ │ ├── lcommaaccent.cv04.glyph │ │ ├── lcommaaccent.cv04.kill.glyph │ │ ├── lcommaaccent.glyph │ │ ├── lcommaaccent.kill.glyph │ │ ├── ldot.cv04.glyph │ │ ├── ldot.cv04.kill.glyph │ │ ├── ldot.glyph │ │ ├── ldot.kill.glyph │ │ ├── ldotbelow.cv04.glyph │ │ ├── ldotbelow.cv04.kill.glyph │ │ ├── ldotbelow.glyph │ │ ├── ldotbelow.kill.glyph │ │ ├── ldotbelowmacron.cv04.glyph │ │ ├── ldotbelowmacron.cv04.kill.glyph │ │ ├── ldotbelowmacron.glyph │ │ ├── ldotbelowmacron.kill.glyph │ │ ├── leftA_rrow.glyph │ │ ├── leftB_lackP_ointer.glyph │ │ ├── leftB_lackS_mallT_riangle.glyph │ │ ├── leftB_lackT_riangle.glyph │ │ ├── leftB_lock.glyph │ │ ├── leftD_oubleP_aren.glyph │ │ ├── leftF_iveE_ighthsB_lock.glyph │ │ ├── leftM_agnifyingG_lass.glyph │ │ ├── leftO_neE_ighthB_lock.glyph │ │ ├── leftO_neQ_uarterB_lock.glyph │ │ ├── leftR_ightA_rrow.glyph │ │ ├── leftS_evenE_ighthsB_lock.glyph │ │ ├── leftT_hreeE_ighthsB_lock.glyph │ │ ├── leftT_hreeQ_uartersB_lock.glyph │ │ ├── leftW_hiteP_ointer.glyph │ │ ├── leftW_hiteS_mallT_riangle.glyph │ │ ├── leftW_hiteT_riangle.glyph │ │ ├── leftanglebracket-math.glyph │ │ ├── leftanglebracket-math.kill.glyph │ │ ├── less.glyph │ │ ├── lessequal.glyph │ │ ├── lineF_eedC_ontrol.glyph │ │ ├── lira.glyph │ │ ├── liraT_urkish.glyph │ │ ├── literS_ign.glyph │ │ ├── lje-cy.glyph │ │ ├── lje-cy.kill.glyph │ │ ├── lmacronbelow.cv04.glyph │ │ ├── lmacronbelow.cv04.kill.glyph │ │ ├── lmacronbelow.glyph │ │ ├── lmacronbelow.kill.glyph │ │ ├── lnS_quare.glyph │ │ ├── lock.glyph │ │ ├── logicaland.glyph │ │ ├── logicalnot.glyph │ │ ├── logicalnotR_eversed.glyph │ │ ├── logicalor.glyph │ │ ├── longs.glyph │ │ ├── longs.italic.glyph │ │ ├── longs.italic.kill.glyph │ │ ├── longs.kill.glyph │ │ ├── longsdotaccent.glyph │ │ ├── longsdotaccent.italic.glyph │ │ ├── longsdotaccent.italic.kill.glyph │ │ ├── longsdotaccent.kill.glyph │ │ ├── lowerF_iveE_ighthsB_lock.glyph │ │ ├── lowerH_alfB_lock.glyph │ │ ├── lowerL_eftB_lackT_riangle.glyph │ │ ├── lowerL_eftB_lock.glyph │ │ ├── lowerO_neE_ighthB_lock.glyph │ │ ├── lowerO_neQ_uarterB_lock.glyph │ │ ├── lowerR_ightB_lackT_riangle.glyph │ │ ├── lowerR_ightB_lock.glyph │ │ ├── lowerR_ightP_encil.glyph │ │ ├── lowerS_evenE_ighthsB_lock.glyph │ │ ├── lowerT_hreeE_ighthsB_lock.glyph │ │ ├── lowerT_hreeQ_uartersB_lock.glyph │ │ ├── lowlinecomb.224.glyph │ │ ├── lowlinecomb.276.glyph │ │ ├── lowlinecomb.288.glyph │ │ ├── lowlinecomb.320.glyph │ │ ├── lowlinecomb.340.glyph │ │ ├── lowlinecomb.352.glyph │ │ ├── lowlinecomb.384.glyph │ │ ├── lowlinecomb.400.glyph │ │ ├── lowlinecomb.416.glyph │ │ ├── lowlinecomb.432.glyph │ │ ├── lowlinecomb.456.glyph │ │ ├── lowlinecomb.480.glyph │ │ ├── lowlinecomb.512.glyph │ │ ├── lowlinecomb.544.glyph │ │ ├── lowlinecomb.576.glyph │ │ ├── lowlinecomb.592.glyph │ │ ├── lowlinecomb.608.glyph │ │ ├── lowlinecomb.616.glyph │ │ ├── lowlinecomb.640.glyph │ │ ├── lowlinecomb.656.glyph │ │ ├── lowlinecomb.680.glyph │ │ ├── lowlinecomb.704.glyph │ │ ├── lowlinecomb.736.glyph │ │ ├── lowlinecomb.glyph │ │ ├── lozenge.glyph │ │ ├── lslash.cv04.glyph │ │ ├── lslash.cv04.kill.glyph │ │ ├── lslash.glyph │ │ ├── lslash.kill.glyph │ │ ├── m.cv05.1.glyph │ │ ├── m.cv05.2.glyph │ │ ├── m.glyph │ │ ├── m.kill.glyph │ │ ├── macron.glyph │ │ ├── macronbelowcomb.glyph │ │ ├── macroncomb.case.glyph │ │ ├── macroncomb.glyph │ │ ├── macroncomb_brevecomb.case.glyph │ │ ├── macroncomb_brevecomb.glyph │ │ ├── macute.glyph │ │ ├── macute.kill.glyph │ │ ├── manat.glyph │ │ ├── mars.glyph │ │ ├── maximize.glyph │ │ ├── mdotaccent.glyph │ │ ├── mdotaccent.kill.glyph │ │ ├── mdotbelow.glyph │ │ ├── mdotbelow.kill.glyph │ │ ├── micro.glyph │ │ ├── minimize.glyph │ │ ├── minus.glyph │ │ ├── minussuperior.glyph │ │ ├── minute.glyph │ │ ├── mobileP_hone.glyph │ │ ├── mu.glyph │ │ ├── multiplicationX_.glyph │ │ ├── multiply.glyph │ │ ├── n.glyph │ │ ├── nacute.glyph │ │ ├── naira.glyph │ │ ├── napostrophe.glyph │ │ ├── nbspace.glyph │ │ ├── nbspace.kill.glyph │ │ ├── ncaron.glyph │ │ ├── ncommaaccent.glyph │ │ ├── ndotaccent.glyph │ │ ├── ndotbelow.glyph │ │ ├── negativeA_cknowledgeC_ontrol.glyph │ │ ├── newlineC_ontrol.glyph │ │ ├── ngrave.glyph │ │ ├── nhookleft.glyph │ │ ├── nine.dnom.glyph │ │ ├── nine.dnom.kill.glyph │ │ ├── nine.glyph │ │ ├── nine.numr.glyph │ │ ├── nine.numr.kill.glyph │ │ ├── nine.osf.glyph │ │ ├── nineinferior.glyph │ │ ├── nineinferior.kill.glyph │ │ ├── ninesuperior.glyph │ │ ├── ninesuperior.kill.glyph │ │ ├── nje-cy.glyph │ │ ├── nje-cy.kill.glyph │ │ ├── nmacronbelow.glyph │ │ ├── nmod.glyph │ │ ├── nmod.kill.glyph │ │ ├── northE_astA_rrow.glyph │ │ ├── northW_estA_rrow.glyph │ │ ├── note-musical.glyph │ │ ├── notedbl-musical.glyph │ │ ├── notequal.glyph │ │ ├── notsubset.glyph │ │ ├── notsuperset.glyph │ │ ├── ntilde.glyph │ │ ├── nu.glyph │ │ ├── nullC_ontrol.glyph │ │ ├── numbersign.glyph │ │ ├── numero.glyph │ │ ├── o-cy.glyph │ │ ├── o.glyph │ │ ├── oacute.glyph │ │ ├── obarred.glyph │ │ ├── obreve.glyph │ │ ├── ocaron.glyph │ │ ├── ocircumflex.glyph │ │ ├── ocircumflexacute.glyph │ │ ├── ocircumflexdotbelow.glyph │ │ ├── ocircumflexgrave.glyph │ │ ├── ocircumflexhookabove.glyph │ │ ├── ocircumflextilde.glyph │ │ ├── odieresis.glyph │ │ ├── odieresismacron.glyph │ │ ├── odotaccent.glyph │ │ ├── odotaccentmacron.glyph │ │ ├── odotbelow.glyph │ │ ├── oe.glyph │ │ ├── oe.kill.glyph │ │ ├── ogonek.glyph │ │ ├── ogonekcomb.glyph │ │ ├── ograve.glyph │ │ ├── ohookabove.glyph │ │ ├── ohorn.glyph │ │ ├── ohornacute.glyph │ │ ├── ohorndotbelow.glyph │ │ ├── ohorngrave.glyph │ │ ├── ohornhookabove.glyph │ │ ├── ohorntilde.glyph │ │ ├── ohungarumlaut.glyph │ │ ├── omacron.glyph │ │ ├── omacronacute.glyph │ │ ├── omacrongrave.glyph │ │ ├── omega.glyph │ │ ├── omega.kill.glyph │ │ ├── omegatonos.glyph │ │ ├── omegatonos.kill.glyph │ │ ├── omicron.glyph │ │ ├── omicrontonos.glyph │ │ ├── omod.glyph │ │ ├── omod.kill.glyph │ │ ├── one.dnom.glyph │ │ ├── one.dnom.kill.glyph │ │ ├── one.glyph │ │ ├── one.numr.glyph │ │ ├── one.numr.kill.glyph │ │ ├── one.osf.glyph │ │ ├── oneeighth.glyph │ │ ├── oneeighth.kill.glyph │ │ ├── onefifth.glyph │ │ ├── onefifth.kill.glyph │ │ ├── onefraction.glyph │ │ ├── onefraction.kill.glyph │ │ ├── onehalf.glyph │ │ ├── onehalf.kill.glyph │ │ ├── oneinferior.glyph │ │ ├── oneinferior.kill.glyph │ │ ├── oneninth.glyph │ │ ├── oneninth.kill.glyph │ │ ├── onequarter.glyph │ │ ├── onequarter.kill.glyph │ │ ├── oneseventh.cv07.glyph │ │ ├── oneseventh.cv07.kill.glyph │ │ ├── oneseventh.glyph │ │ ├── oneseventh.kill.glyph │ │ ├── onesixth.glyph │ │ ├── onesixth.kill.glyph │ │ ├── onesuperior.glyph │ │ ├── onesuperior.kill.glyph │ │ ├── onethird.glyph │ │ ├── onethird.kill.glyph │ │ ├── oogonek.glyph │ │ ├── oogonekmacron.glyph │ │ ├── oopen.glyph │ │ ├── oopen.kill.glyph │ │ ├── openF_ileF_older.glyph │ │ ├── openF_older.glyph │ │ ├── openL_ock.glyph │ │ ├── optionK_ey.glyph │ │ ├── ordfeminine.cv.glyph │ │ ├── ordfeminine.cv.kill.glyph │ │ ├── ordfeminine.glyph │ │ ├── ordfeminine.kill.glyph │ │ ├── ordmasculine.glyph │ │ ├── ordmasculine.kill.glyph │ │ ├── orn001.glyph │ │ ├── orn002.glyph │ │ ├── orthogonal.glyph │ │ ├── oslash.glyph │ │ ├── oslashacute.glyph │ │ ├── otilde.glyph │ │ ├── otildemacron.glyph │ │ ├── overline.glyph │ │ ├── overlinecomb.case.glyph │ │ ├── overlinecomb.glyph │ │ ├── p.glyph │ │ ├── pacute.glyph │ │ ├── palochka-cy.cv02.glyph │ │ ├── palochka-cy.cv02.kill.glyph │ │ ├── palochka-cy.glyph │ │ ├── palochka-cy.kill.glyph │ │ ├── paragraph.glyph │ │ ├── parallel.glyph │ │ ├── parenleft.glyph │ │ ├── parenleft.kill.glyph │ │ ├── parenright.glyph │ │ ├── parenright.kill.glyph │ │ ├── partialdiff.glyph │ │ ├── pdotaccent.glyph │ │ ├── pe-cy.glyph │ │ ├── pe-cy.loclR_U_S_.glyph │ │ ├── percent.glyph │ │ ├── percent.kill.glyph │ │ ├── period.glyph │ │ ├── period.kill.glyph │ │ ├── periodcentered.glyph │ │ ├── periodcentered.kill.glyph │ │ ├── periodcentered.loclC_A_T_.glyph │ │ ├── periodcentered.loclC_A_T_.kill.glyph │ │ ├── perpendicular.glyph │ │ ├── perthousand.glyph │ │ ├── perthousand.kill.glyph │ │ ├── peseta.glyph │ │ ├── peso.glyph │ │ ├── phi.glyph │ │ ├── phi.kill.glyph │ │ ├── phiS_ymbol.glyph │ │ ├── phiS_ymbol.kill.glyph │ │ ├── pi.glyph │ │ ├── plus.glyph │ │ ├── plusminus.glyph │ │ ├── plussuperior.glyph │ │ ├── poutingF_ace.glyph │ │ ├── primemod.glyph │ │ ├── product.glyph │ │ ├── propellor.glyph │ │ ├── psi.glyph │ │ ├── psi.kill.glyph │ │ ├── published.glyph │ │ ├── q.glyph │ │ ├── question.glyph │ │ ├── question.kill.glyph │ │ ├── questiondown.glyph │ │ ├── questiondown.kill.glyph │ │ ├── questiongreek.glyph │ │ ├── questiongreek.kill.glyph │ │ ├── quotedbl.glyph │ │ ├── quotedblbase.glyph │ │ ├── quotedblleft.glyph │ │ ├── quotedblright.glyph │ │ ├── quotedblrightreversed.glyph │ │ ├── quoteleft.glyph │ │ ├── quoteleft.kill.glyph │ │ ├── quotereversed.glyph │ │ ├── quotereversed.kill.glyph │ │ ├── quoteright.glyph │ │ ├── quoteright.kill.glyph │ │ ├── quotesinglbase.glyph │ │ ├── quotesinglbase.kill.glyph │ │ ├── quotesingle.glyph │ │ ├── quotesingle.kill.glyph │ │ ├── r.glyph │ │ ├── r.kill.glyph │ │ ├── racute.glyph │ │ ├── racute.kill.glyph │ │ ├── radical.glyph │ │ ├── ratio.glyph │ │ ├── ratio.kill.glyph │ │ ├── rcaron.glyph │ │ ├── rcaron.kill.glyph │ │ ├── rcommaaccent.glyph │ │ ├── rcommaaccent.kill.glyph │ │ ├── rdotaccent.glyph │ │ ├── rdotaccent.kill.glyph │ │ ├── rdotbelow.glyph │ │ ├── rdotbelow.kill.glyph │ │ ├── rdotbelowmacron.glyph │ │ ├── rdotbelowmacron.kill.glyph │ │ ├── recordS_eparatorC_ontrol.glyph │ │ ├── registered.glyph │ │ ├── repeatA_rrow.glyph │ │ ├── replacementC_haracter.glyph │ │ ├── rho.glyph │ │ ├── rightA_rrow.glyph │ │ ├── rightB_lackP_ointer.glyph │ │ ├── rightB_lackS_mallT_riangle.glyph │ │ ├── rightB_lackT_riangle.glyph │ │ ├── rightB_lock.glyph │ │ ├── rightD_oubleP_aren.glyph │ │ ├── rightM_agnifyingG_lass.glyph │ │ ├── rightO_neE_ighthB_lock.glyph │ │ ├── rightW_hiteP_ointer.glyph │ │ ├── rightW_hiteS_mallT_riangle.glyph │ │ ├── rightW_hiteT_riangle.glyph │ │ ├── rightanglebracket-math.glyph │ │ ├── rightanglebracket-math.kill.glyph │ │ ├── ring.glyph │ │ ├── ringbelowcomb.glyph │ │ ├── ringcomb.case.glyph │ │ ├── ringcomb.glyph │ │ ├── ringhalfleft.glyph │ │ ├── ringhalfright.glyph │ │ ├── rinvertedbreve.glyph │ │ ├── rinvertedbreve.kill.glyph │ │ ├── riyalS_audi.glyph │ │ ├── rmacronbelow.glyph │ │ ├── rmacronbelow.kill.glyph │ │ ├── rmod.glyph │ │ ├── rmod.kill.glyph │ │ ├── ruble.glyph │ │ ├── rupee.glyph │ │ ├── rupee.kill.glyph │ │ ├── rupeeI_ndian.glyph │ │ ├── s.glyph │ │ ├── s.kill.glyph │ │ ├── s_horncomb.glyph │ │ ├── s_horncomb.kill.glyph │ │ ├── sacute.glyph │ │ ├── sacute.kill.glyph │ │ ├── scaron.glyph │ │ ├── scaron.kill.glyph │ │ ├── scedilla.glyph │ │ ├── scedilla.kill.glyph │ │ ├── schwa.glyph │ │ ├── schwa.kill.glyph │ │ ├── scircumflex.glyph │ │ ├── scircumflex.kill.glyph │ │ ├── scommaaccent.glyph │ │ ├── scommaaccent.kill.glyph │ │ ├── sdotaccent.glyph │ │ ├── sdotaccent.kill.glyph │ │ ├── sdotbelow.glyph │ │ ├── sdotbelow.kill.glyph │ │ ├── sdotbelowdotaccent.glyph │ │ ├── sdotbelowdotaccent.kill.glyph │ │ ├── second.glyph │ │ ├── secondtonechinese.glyph │ │ ├── section.glyph │ │ ├── semicolon.glyph │ │ ├── semicolon.kill.glyph │ │ ├── setminus.glyph │ │ ├── seven.cv07.glyph │ │ ├── seven.dnom.cv07.glyph │ │ ├── seven.dnom.cv07.kill.glyph │ │ ├── seven.dnom.glyph │ │ ├── seven.dnom.kill.glyph │ │ ├── seven.glyph │ │ ├── seven.numr.cv07.glyph │ │ ├── seven.numr.cv07.kill.glyph │ │ ├── seven.numr.glyph │ │ ├── seven.numr.kill.glyph │ │ ├── seven.osf.cv07.glyph │ │ ├── seven.osf.glyph │ │ ├── seveneighths.cv07.glyph │ │ ├── seveneighths.cv07.kill.glyph │ │ ├── seveneighths.glyph │ │ ├── seveneighths.kill.glyph │ │ ├── seveninferior.cv07.glyph │ │ ├── seveninferior.cv07.kill.glyph │ │ ├── seveninferior.glyph │ │ ├── seveninferior.kill.glyph │ │ ├── sevensuperior.cv07.glyph │ │ ├── sevensuperior.cv07.kill.glyph │ │ ├── sevensuperior.glyph │ │ ├── sevensuperior.kill.glyph │ │ ├── sha-cy.glyph │ │ ├── sha-cy.kill.glyph │ │ ├── sha-cy.loclR_U_S_.glyph │ │ ├── shadedark.glyph │ │ ├── shadelight.glyph │ │ ├── shademedium.glyph │ │ ├── shcha-cy.glyph │ │ ├── shcha-cy.kill.glyph │ │ ├── shcha-cy.loclR_U_S_.glyph │ │ ├── shiftI_nC_ontrol.glyph │ │ ├── shiftO_utC_ontrol.glyph │ │ ├── shoppingT_rolley.glyph │ │ ├── shuffleA_rrows.glyph │ │ ├── sigma.glyph │ │ ├── sigmafinal.glyph │ │ ├── similar.glyph │ │ ├── six.dnom.glyph │ │ ├── six.dnom.kill.glyph │ │ ├── six.glyph │ │ ├── six.numr.glyph │ │ ├── six.numr.kill.glyph │ │ ├── six.osf.glyph │ │ ├── sixinferior.glyph │ │ ├── sixinferior.kill.glyph │ │ ├── sixsuperior.glyph │ │ ├── sixsuperior.kill.glyph │ │ ├── slash.glyph │ │ ├── slash.kill.glyph │ │ ├── smilingF_aceW_ithS_milingE_yes.glyph │ │ ├── smod.glyph │ │ ├── smod.kill.glyph │ │ ├── sobliquestroke.glyph │ │ ├── sobliquestroke.kill.glyph │ │ ├── softsign-cy.glyph │ │ ├── softsign-cy.kill.glyph │ │ ├── southE_astA_rrow.glyph │ │ ├── southW_estA_rrow.glyph │ │ ├── space.glyph │ │ ├── space.kill.glyph │ │ ├── spaceC_ontrol.glyph │ │ ├── spadeB_lackS_uit.glyph │ │ ├── speaker.glyph │ │ ├── speakerW_ithT_hreeS_oundW_aves.glyph │ │ ├── speechB_alloon.glyph │ │ ├── startO_fH_eadingC_ontrol.glyph │ │ ├── startO_fT_extC_ontrol.glyph │ │ ├── sterling.glyph │ │ ├── strokeshortcomb.glyph │ │ ├── subset.glyph │ │ ├── substituteC_ontrol.glyph │ │ ├── summation.glyph │ │ ├── sunW_ithR_ays.glyph │ │ ├── superset.glyph │ │ ├── synchronousI_dleC_ontrol.glyph │ │ ├── t.glyph │ │ ├── t.kill.glyph │ │ ├── t_horncomb.glyph │ │ ├── t_horncomb.kill.glyph │ │ ├── tau.glyph │ │ ├── tbar.glyph │ │ ├── tbar.kill.glyph │ │ ├── tcaron.glyph │ │ ├── tcaron.kill.glyph │ │ ├── tcedilla.glyph │ │ ├── tcedilla.kill.glyph │ │ ├── tcommaaccent.glyph │ │ ├── tcommaaccent.kill.glyph │ │ ├── tdieresis.glyph │ │ ├── tdieresis.kill.glyph │ │ ├── tdotaccent.glyph │ │ ├── tdotaccent.kill.glyph │ │ ├── tdotbelow.glyph │ │ ├── tdotbelow.kill.glyph │ │ ├── te-cy.glyph │ │ ├── te-cy.kill.glyph │ │ ├── te-cy.loclR_U_S_.glyph │ │ ├── tearO_ffC_alendar.glyph │ │ ├── telephoneR_eceiver.glyph │ │ ├── tenge.glyph │ │ ├── theredoesnotexist.glyph │ │ ├── theta.glyph │ │ ├── thorn.glyph │ │ ├── three.dnom.glyph │ │ ├── three.dnom.kill.glyph │ │ ├── three.glyph │ │ ├── three.numr.glyph │ │ ├── three.numr.kill.glyph │ │ ├── three.osf.glyph │ │ ├── threeL_inesC_onvergingL_eft.glyph │ │ ├── threeL_inesC_onvergingR_ight.glyph │ │ ├── threeeighths.glyph │ │ ├── threeeighths.kill.glyph │ │ ├── threefifths.glyph │ │ ├── threefifths.kill.glyph │ │ ├── threeinferior.glyph │ │ ├── threeinferior.kill.glyph │ │ ├── threequarters.glyph │ │ ├── threequarters.kill.glyph │ │ ├── threesuperior.glyph │ │ ├── threesuperior.kill.glyph │ │ ├── thumbsD_ownS_ign.glyph │ │ ├── thumbsU_pS_ign.glyph │ │ ├── tilde.glyph │ │ ├── tildecomb.case.glyph │ │ ├── tildecomb.glyph │ │ ├── tmacronbelow.glyph │ │ ├── tmacronbelow.kill.glyph │ │ ├── tmod.glyph │ │ ├── tmod.kill.glyph │ │ ├── tonos.glyph │ │ ├── trademark.glyph │ │ ├── tse-cy.glyph │ │ ├── tse-cy.loclR_U_S_.glyph │ │ ├── tshe-cy.glyph │ │ ├── tugrik.glyph │ │ ├── two.dnom.glyph │ │ ├── two.dnom.kill.glyph │ │ ├── two.glyph │ │ ├── two.numr.glyph │ │ ├── two.numr.kill.glyph │ │ ├── two.osf.glyph │ │ ├── twofifths.glyph │ │ ├── twofifths.kill.glyph │ │ ├── twoinferior.glyph │ │ ├── twoinferior.kill.glyph │ │ ├── twosuperior.glyph │ │ ├── twosuperior.kill.glyph │ │ ├── twothirds.glyph │ │ ├── twothirds.kill.glyph │ │ ├── u-cy.glyph │ │ ├── u.glyph │ │ ├── u1F_B_F_0.glyph │ │ ├── u1F_B_F_1.glyph │ │ ├── u1F_B_F_2.glyph │ │ ├── u1F_B_F_3.glyph │ │ ├── u1F_B_F_4.glyph │ │ ├── u1F_B_F_5.glyph │ │ ├── u1F_B_F_6.glyph │ │ ├── u1F_B_F_7.glyph │ │ ├── u1F_B_F_8.glyph │ │ ├── u1F_B_F_9.glyph │ │ ├── uacute.glyph │ │ ├── ubreve.glyph │ │ ├── ucaron.glyph │ │ ├── ucircumflex.glyph │ │ ├── udieresis.glyph │ │ ├── udieresisacute.glyph │ │ ├── udieresiscaron.glyph │ │ ├── udieresisgrave.glyph │ │ ├── udieresismacron.glyph │ │ ├── udotbelow.glyph │ │ ├── ugrave.glyph │ │ ├── uhookabove.glyph │ │ ├── uhorn.glyph │ │ ├── uhornacute.glyph │ │ ├── uhorndotbelow.glyph │ │ ├── uhorngrave.glyph │ │ ├── uhornhookabove.glyph │ │ ├── uhorntilde.glyph │ │ ├── uhungarumlaut.glyph │ │ ├── umacron.glyph │ │ ├── underscore.glyph │ │ ├── underscoredbl.glyph │ │ ├── uni2B_E_8.glyph │ │ ├── uni2B_E_8.kill.glyph │ │ ├── uni2B_E_9.glyph │ │ ├── uni2B_E_9.kill.glyph │ │ ├── uni2B_E_A_.glyph │ │ ├── uni2B_E_A_.kill.glyph │ │ ├── uni2B_E_B_.glyph │ │ ├── uni2B_E_B_.kill.glyph │ │ ├── uniE_0A_0.glyph │ │ ├── uniE_0A_1.glyph │ │ ├── uniE_0A_2.glyph │ │ ├── uniE_0A_3.glyph │ │ ├── uniE_0B_0.glyph │ │ ├── uniE_0B_1.glyph │ │ ├── uniE_0B_2.glyph │ │ ├── uniE_0B_3.glyph │ │ ├── uniE_C_00.glyph │ │ ├── uniE_C_01.glyph │ │ ├── uniE_C_02.glyph │ │ ├── uniE_C_03.glyph │ │ ├── uniE_C_07.glyph │ │ ├── uniE_C_08.glyph │ │ ├── uniE_C_09.glyph │ │ ├── uniE_C_0A_.glyph │ │ ├── uniE_C_25.glyph │ │ ├── uniE_C_26.glyph │ │ ├── uniE_C_27.glyph │ │ ├── uniE_C_28.glyph │ │ ├── uniE_C_2A_.glyph │ │ ├── uniE_C_2B_.glyph │ │ ├── uniE_C_2C_.glyph │ │ ├── uniE_C_2E_.glyph │ │ ├── uniE_C_2F_.glyph │ │ ├── union.glyph │ │ ├── unitS_eparatorC_ontrol.glyph │ │ ├── uogonek.glyph │ │ ├── upA_rrow.glyph │ │ ├── upB_lackS_mallT_riangle.glyph │ │ ├── upB_lackT_riangle.glyph │ │ ├── upD_ownA_rrow.glyph │ │ ├── upD_ownbaseA_rrow.glyph │ │ ├── upF_rombarA_rrow.glyph │ │ ├── upW_hiteA_rrow.glyph │ │ ├── upW_hiteS_mallT_riangle.glyph │ │ ├── upW_hiteT_riangle.glyph │ │ ├── upperH_alfB_lock.glyph │ │ ├── upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glyph │ │ ├── upperL_eftA_ndL_owerR_ightB_lock.glyph │ │ ├── upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glyph │ │ ├── upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glyph │ │ ├── upperL_eftB_lackT_riangle.glyph │ │ ├── upperL_eftB_lock.glyph │ │ ├── upperO_neE_ighthB_lock.glyph │ │ ├── upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glyph │ │ ├── upperR_ightA_ndL_owerL_eftB_lock.glyph │ │ ├── upperR_ightB_lackT_riangle.glyph │ │ ├── upperR_ightB_lock.glyph │ │ ├── upperlefttolowerrightF_illS_quare.glyph │ │ ├── upperrighttolowerleftF_illS_quare.glyph │ │ ├── upsilon.glyph │ │ ├── upsilondieresis.glyph │ │ ├── upsilondieresistonos.glyph │ │ ├── upsilontonos.glyph │ │ ├── uring.glyph │ │ ├── ushort-cy.glyph │ │ ├── utilde.glyph │ │ ├── v.glyph │ │ ├── vdotbelow.glyph │ │ ├── ve-cy.glyph │ │ ├── ve-cy.loclR_U_S_.glyph │ │ ├── venus.glyph │ │ ├── verticalT_abulationC_ontrol.glyph │ │ ├── verticallineabovecomb.case.glyph │ │ ├── verticallineabovecomb.glyph │ │ ├── verticallinelowmod.glyph │ │ ├── verticallinemod.glyph │ │ ├── vtilde.glyph │ │ ├── vturned.glyph │ │ ├── w.glyph │ │ ├── w.italic.glyph │ │ ├── w.italic.kill.glyph │ │ ├── w.kill.glyph │ │ ├── wacute.glyph │ │ ├── wacute.italic.glyph │ │ ├── wacute.italic.kill.glyph │ │ ├── wacute.kill.glyph │ │ ├── warningS_ign.glyph │ │ ├── wastebasket.glyph │ │ ├── wcircumflex.glyph │ │ ├── wcircumflex.italic.glyph │ │ ├── wcircumflex.italic.kill.glyph │ │ ├── wcircumflex.kill.glyph │ │ ├── wdieresis.glyph │ │ ├── wdieresis.italic.glyph │ │ ├── wdieresis.italic.kill.glyph │ │ ├── wdieresis.kill.glyph │ │ ├── wdotaccent.glyph │ │ ├── wdotaccent.italic.glyph │ │ ├── wdotaccent.italic.kill.glyph │ │ ├── wdotaccent.kill.glyph │ │ ├── wdotbelow.glyph │ │ ├── wdotbelow.italic.glyph │ │ ├── wdotbelow.italic.kill.glyph │ │ ├── wdotbelow.kill.glyph │ │ ├── wgrave.glyph │ │ ├── wgrave.italic.glyph │ │ ├── wgrave.italic.kill.glyph │ │ ├── wgrave.kill.glyph │ │ ├── whiteB_ullet.glyph │ │ ├── whiteC_ircle.glyph │ │ ├── whiteD_iamond.glyph │ │ ├── whiteF_lag.glyph │ │ ├── whiteF_rowningF_ace.glyph │ │ ├── whiteS_mallS_quare.glyph │ │ ├── whiteS_mallS_tar.glyph │ │ ├── whiteS_milingF_ace.glyph │ │ ├── whiteS_quare.glyph │ │ ├── whiteS_tar.glyph │ │ ├── whiteS_tar.kill.glyph │ │ ├── won.glyph │ │ ├── wring.glyph │ │ ├── wring.italic.glyph │ │ ├── wring.italic.kill.glyph │ │ ├── wring.kill.glyph │ │ ├── x.glyph │ │ ├── xdieresis.glyph │ │ ├── xdotaccent.glyph │ │ ├── xi.glyph │ │ ├── y.glyph │ │ ├── ya-cy.glyph │ │ ├── yacute.glyph │ │ ├── ycircumflex.glyph │ │ ├── ydieresis.glyph │ │ ├── ydotaccent.glyph │ │ ├── ydotbelow.glyph │ │ ├── yen.glyph │ │ ├── yeru-cy.glyph │ │ ├── yeru-cy.kill.glyph │ │ ├── ygrave.glyph │ │ ├── yhook.glyph │ │ ├── yhookabove.glyph │ │ ├── yi-cy.cv02.glyph │ │ ├── yi-cy.cv02.kill.glyph │ │ ├── yi-cy.glyph │ │ ├── yi-cy.kill.glyph │ │ ├── ymacron.glyph │ │ ├── yring.glyph │ │ ├── ytilde.glyph │ │ ├── yu-cy.glyph │ │ ├── yu-cy.kill.glyph │ │ ├── z.glyph │ │ ├── z.kill.glyph │ │ ├── zacute.glyph │ │ ├── zacute.kill.glyph │ │ ├── zcaron.glyph │ │ ├── zcaron.kill.glyph │ │ ├── zcircumflex.glyph │ │ ├── zcircumflex.kill.glyph │ │ ├── zdotaccent.glyph │ │ ├── zdotaccent.kill.glyph │ │ ├── zdotbelow.glyph │ │ ├── zdotbelow.kill.glyph │ │ ├── ze-cy.glyph │ │ ├── zero.cv06.glyph │ │ ├── zero.dnom.glyph │ │ ├── zero.dnom.kill.glyph │ │ ├── zero.glyph │ │ ├── zero.kill.glyph │ │ ├── zero.numr.glyph │ │ ├── zero.numr.kill.glyph │ │ ├── zero.osf.cv06.glyph │ │ ├── zero.osf.glyph │ │ ├── zero.osf.kill.glyph │ │ ├── zero.zero.glyph │ │ ├── zero.zero.kill.glyph │ │ ├── zero.zero.osf.glyph │ │ ├── zero.zero.osf.kill.glyph │ │ ├── zeroW_idthN_oB_reakS_pace.glyph │ │ ├── zeroW_idthN_oB_reakS_pace.kill.glyph │ │ ├── zeroinferior.glyph │ │ ├── zeroinferior.kill.glyph │ │ ├── zerosuperior.alt001.glyph │ │ ├── zerosuperior.glyph │ │ ├── zerosuperior.kill.glyph │ │ ├── zerothird.glyph │ │ ├── zerothird.kill.glyph │ │ ├── zerowidthjoiner.glyph │ │ ├── zerowidthjoiner.kill.glyph │ │ ├── zerowidthnonjoiner.glyph │ │ ├── zerowidthnonjoiner.kill.glyph │ │ ├── zerowidthspace.glyph │ │ ├── zerowidthspace.kill.glyph │ │ ├── zeta.glyph │ │ ├── zhe-cy.glyph │ │ ├── zhe-cy.kill.glyph │ │ ├── zmacronbelow.glyph │ │ ├── zmacronbelow.kill.glyph │ │ ├── zstroke.glyph │ │ └── zstroke.kill.glyph │ └── order.plist ├── config.yaml ├── fontsetter │ ├── Sudo-Italic.fontsetter │ ├── Sudo.fontsetter │ ├── SudoUI-Italic.fontsetter │ └── SudoUI.fontsetter └── stat.yaml ├── sudo ├── FONTLOG.txt ├── Makefile ├── OFL-FAQ.txt ├── OFL.txt ├── SudoUIVariable.ttf ├── SudoVariable.ttf └── Webfonts │ └── Makefile ├── ttf_ttx ├── Sudo-Bold.ttf.D_S_I_G_.ttx ├── Sudo-Bold.ttf.G_D_E_F_.ttx ├── Sudo-Bold.ttf.G_P_O_S_.ttx ├── Sudo-Bold.ttf.G_S_U_B_.ttx ├── Sudo-Bold.ttf.GlyphOrder.ttx ├── Sudo-Bold.ttf.O_S_2f_2.ttx ├── Sudo-Bold.ttf.S_T_A_T_.ttx ├── Sudo-Bold.ttf._c_m_a_p.ttx ├── Sudo-Bold.ttf._c_v_t.ttx ├── Sudo-Bold.ttf._f_p_g_m.ttx ├── Sudo-Bold.ttf._g_a_s_p.ttx ├── Sudo-Bold.ttf._g_l_y_f.ttx ├── Sudo-Bold.ttf._h_e_a_d.ttx ├── Sudo-Bold.ttf._h_h_e_a.ttx ├── Sudo-Bold.ttf._h_m_t_x.ttx ├── Sudo-Bold.ttf._l_o_c_a.ttx ├── Sudo-Bold.ttf._m_a_x_p.ttx ├── Sudo-Bold.ttf._n_a_m_e.ttx ├── Sudo-Bold.ttf._p_o_s_t.ttx ├── Sudo-Bold.ttf._p_r_e_p.ttx ├── Sudo-Bold.ttf.ttx ├── Sudo-BoldItalic.ttf.D_S_I_G_.ttx ├── Sudo-BoldItalic.ttf.G_D_E_F_.ttx ├── Sudo-BoldItalic.ttf.G_P_O_S_.ttx ├── Sudo-BoldItalic.ttf.G_S_U_B_.ttx ├── Sudo-BoldItalic.ttf.GlyphOrder.ttx ├── Sudo-BoldItalic.ttf.O_S_2f_2.ttx ├── Sudo-BoldItalic.ttf.S_T_A_T_.ttx ├── Sudo-BoldItalic.ttf._c_m_a_p.ttx ├── Sudo-BoldItalic.ttf._c_v_t.ttx ├── Sudo-BoldItalic.ttf._f_p_g_m.ttx ├── Sudo-BoldItalic.ttf._g_a_s_p.ttx ├── Sudo-BoldItalic.ttf._g_l_y_f.ttx ├── Sudo-BoldItalic.ttf._h_e_a_d.ttx ├── Sudo-BoldItalic.ttf._h_h_e_a.ttx ├── Sudo-BoldItalic.ttf._h_m_t_x.ttx ├── Sudo-BoldItalic.ttf._l_o_c_a.ttx ├── Sudo-BoldItalic.ttf._m_a_x_p.ttx ├── Sudo-BoldItalic.ttf._n_a_m_e.ttx ├── Sudo-BoldItalic.ttf._p_o_s_t.ttx ├── Sudo-BoldItalic.ttf._p_r_e_p.ttx ├── Sudo-BoldItalic.ttf.ttx ├── Sudo-ExtraLight.ttf.D_S_I_G_.ttx ├── Sudo-ExtraLight.ttf.G_D_E_F_.ttx ├── Sudo-ExtraLight.ttf.G_P_O_S_.ttx ├── Sudo-ExtraLight.ttf.G_S_U_B_.ttx ├── Sudo-ExtraLight.ttf.GlyphOrder.ttx ├── Sudo-ExtraLight.ttf.O_S_2f_2.ttx ├── Sudo-ExtraLight.ttf.S_T_A_T_.ttx ├── Sudo-ExtraLight.ttf._c_m_a_p.ttx ├── Sudo-ExtraLight.ttf._c_v_t.ttx ├── Sudo-ExtraLight.ttf._f_p_g_m.ttx ├── Sudo-ExtraLight.ttf._g_a_s_p.ttx ├── Sudo-ExtraLight.ttf._g_l_y_f.ttx ├── Sudo-ExtraLight.ttf._h_e_a_d.ttx ├── Sudo-ExtraLight.ttf._h_h_e_a.ttx ├── Sudo-ExtraLight.ttf._h_m_t_x.ttx ├── Sudo-ExtraLight.ttf._l_o_c_a.ttx ├── Sudo-ExtraLight.ttf._m_a_x_p.ttx ├── Sudo-ExtraLight.ttf._n_a_m_e.ttx ├── Sudo-ExtraLight.ttf._p_o_s_t.ttx ├── Sudo-ExtraLight.ttf._p_r_e_p.ttx ├── Sudo-ExtraLight.ttf.ttx ├── Sudo-ExtraLightItalic.ttf.D_S_I_G_.ttx ├── Sudo-ExtraLightItalic.ttf.G_D_E_F_.ttx ├── Sudo-ExtraLightItalic.ttf.G_P_O_S_.ttx ├── Sudo-ExtraLightItalic.ttf.G_S_U_B_.ttx ├── Sudo-ExtraLightItalic.ttf.GlyphOrder.ttx ├── Sudo-ExtraLightItalic.ttf.O_S_2f_2.ttx ├── Sudo-ExtraLightItalic.ttf.S_T_A_T_.ttx ├── Sudo-ExtraLightItalic.ttf._c_m_a_p.ttx ├── Sudo-ExtraLightItalic.ttf._c_v_t.ttx ├── Sudo-ExtraLightItalic.ttf._f_p_g_m.ttx ├── Sudo-ExtraLightItalic.ttf._g_a_s_p.ttx ├── Sudo-ExtraLightItalic.ttf._g_l_y_f.ttx ├── Sudo-ExtraLightItalic.ttf._h_e_a_d.ttx ├── Sudo-ExtraLightItalic.ttf._h_h_e_a.ttx ├── Sudo-ExtraLightItalic.ttf._h_m_t_x.ttx ├── Sudo-ExtraLightItalic.ttf._l_o_c_a.ttx ├── Sudo-ExtraLightItalic.ttf._m_a_x_p.ttx ├── Sudo-ExtraLightItalic.ttf._n_a_m_e.ttx ├── Sudo-ExtraLightItalic.ttf._p_o_s_t.ttx ├── Sudo-ExtraLightItalic.ttf._p_r_e_p.ttx ├── Sudo-ExtraLightItalic.ttf.ttx ├── Sudo-Italic.ttf.D_S_I_G_.ttx ├── Sudo-Italic.ttf.G_D_E_F_.ttx ├── Sudo-Italic.ttf.G_P_O_S_.ttx ├── Sudo-Italic.ttf.G_S_U_B_.ttx ├── Sudo-Italic.ttf.GlyphOrder.ttx ├── Sudo-Italic.ttf.O_S_2f_2.ttx ├── Sudo-Italic.ttf.S_T_A_T_.ttx ├── Sudo-Italic.ttf._c_m_a_p.ttx ├── Sudo-Italic.ttf._c_v_t.ttx ├── Sudo-Italic.ttf._f_p_g_m.ttx ├── Sudo-Italic.ttf._g_a_s_p.ttx ├── Sudo-Italic.ttf._g_l_y_f.ttx ├── Sudo-Italic.ttf._h_e_a_d.ttx ├── Sudo-Italic.ttf._h_h_e_a.ttx ├── Sudo-Italic.ttf._h_m_t_x.ttx ├── Sudo-Italic.ttf._l_o_c_a.ttx ├── Sudo-Italic.ttf._m_a_x_p.ttx ├── Sudo-Italic.ttf._n_a_m_e.ttx ├── Sudo-Italic.ttf._p_o_s_t.ttx ├── Sudo-Italic.ttf._p_r_e_p.ttx ├── Sudo-Italic.ttf.ttx ├── Sudo-Light.ttf.D_S_I_G_.ttx ├── Sudo-Light.ttf.G_D_E_F_.ttx ├── Sudo-Light.ttf.G_P_O_S_.ttx ├── Sudo-Light.ttf.G_S_U_B_.ttx ├── Sudo-Light.ttf.GlyphOrder.ttx ├── Sudo-Light.ttf.O_S_2f_2.ttx ├── Sudo-Light.ttf.S_T_A_T_.ttx ├── Sudo-Light.ttf._c_m_a_p.ttx ├── Sudo-Light.ttf._c_v_t.ttx ├── Sudo-Light.ttf._f_p_g_m.ttx ├── Sudo-Light.ttf._g_a_s_p.ttx ├── Sudo-Light.ttf._g_l_y_f.ttx ├── Sudo-Light.ttf._h_e_a_d.ttx ├── Sudo-Light.ttf._h_h_e_a.ttx ├── Sudo-Light.ttf._h_m_t_x.ttx ├── Sudo-Light.ttf._l_o_c_a.ttx ├── Sudo-Light.ttf._m_a_x_p.ttx ├── Sudo-Light.ttf._n_a_m_e.ttx ├── Sudo-Light.ttf._p_o_s_t.ttx ├── Sudo-Light.ttf._p_r_e_p.ttx ├── Sudo-Light.ttf.ttx ├── Sudo-LightItalic.ttf.D_S_I_G_.ttx ├── Sudo-LightItalic.ttf.G_D_E_F_.ttx ├── Sudo-LightItalic.ttf.G_P_O_S_.ttx ├── Sudo-LightItalic.ttf.G_S_U_B_.ttx ├── Sudo-LightItalic.ttf.GlyphOrder.ttx ├── Sudo-LightItalic.ttf.O_S_2f_2.ttx ├── Sudo-LightItalic.ttf.S_T_A_T_.ttx ├── Sudo-LightItalic.ttf._c_m_a_p.ttx ├── Sudo-LightItalic.ttf._c_v_t.ttx ├── Sudo-LightItalic.ttf._f_p_g_m.ttx ├── Sudo-LightItalic.ttf._g_a_s_p.ttx ├── Sudo-LightItalic.ttf._g_l_y_f.ttx ├── Sudo-LightItalic.ttf._h_e_a_d.ttx ├── Sudo-LightItalic.ttf._h_h_e_a.ttx ├── Sudo-LightItalic.ttf._h_m_t_x.ttx ├── Sudo-LightItalic.ttf._l_o_c_a.ttx ├── Sudo-LightItalic.ttf._m_a_x_p.ttx ├── Sudo-LightItalic.ttf._n_a_m_e.ttx ├── Sudo-LightItalic.ttf._p_o_s_t.ttx ├── Sudo-LightItalic.ttf._p_r_e_p.ttx ├── Sudo-LightItalic.ttf.ttx ├── Sudo-Regular.ttf.D_S_I_G_.ttx ├── Sudo-Regular.ttf.G_D_E_F_.ttx ├── Sudo-Regular.ttf.G_P_O_S_.ttx ├── Sudo-Regular.ttf.G_S_U_B_.ttx ├── Sudo-Regular.ttf.GlyphOrder.ttx ├── Sudo-Regular.ttf.O_S_2f_2.ttx ├── Sudo-Regular.ttf.S_T_A_T_.ttx ├── Sudo-Regular.ttf._c_m_a_p.ttx ├── Sudo-Regular.ttf._c_v_t.ttx ├── Sudo-Regular.ttf._f_p_g_m.ttx ├── Sudo-Regular.ttf._g_a_s_p.ttx ├── Sudo-Regular.ttf._g_l_y_f.ttx ├── Sudo-Regular.ttf._h_e_a_d.ttx ├── Sudo-Regular.ttf._h_h_e_a.ttx ├── Sudo-Regular.ttf._h_m_t_x.ttx ├── Sudo-Regular.ttf._l_o_c_a.ttx ├── Sudo-Regular.ttf._m_a_x_p.ttx ├── Sudo-Regular.ttf._n_a_m_e.ttx ├── Sudo-Regular.ttf._p_o_s_t.ttx ├── Sudo-Regular.ttf._p_r_e_p.ttx ├── Sudo-Regular.ttf.ttx ├── Sudo-SemiBold.ttf.D_S_I_G_.ttx ├── Sudo-SemiBold.ttf.G_D_E_F_.ttx ├── Sudo-SemiBold.ttf.G_P_O_S_.ttx ├── Sudo-SemiBold.ttf.G_S_U_B_.ttx ├── Sudo-SemiBold.ttf.GlyphOrder.ttx ├── Sudo-SemiBold.ttf.O_S_2f_2.ttx ├── Sudo-SemiBold.ttf.S_T_A_T_.ttx ├── Sudo-SemiBold.ttf._c_m_a_p.ttx ├── Sudo-SemiBold.ttf._c_v_t.ttx ├── Sudo-SemiBold.ttf._f_p_g_m.ttx ├── Sudo-SemiBold.ttf._g_a_s_p.ttx ├── Sudo-SemiBold.ttf._g_l_y_f.ttx ├── Sudo-SemiBold.ttf._h_e_a_d.ttx ├── Sudo-SemiBold.ttf._h_h_e_a.ttx ├── Sudo-SemiBold.ttf._h_m_t_x.ttx ├── Sudo-SemiBold.ttf._l_o_c_a.ttx ├── Sudo-SemiBold.ttf._m_a_x_p.ttx ├── Sudo-SemiBold.ttf._n_a_m_e.ttx ├── Sudo-SemiBold.ttf._p_o_s_t.ttx ├── Sudo-SemiBold.ttf._p_r_e_p.ttx ├── Sudo-SemiBold.ttf.ttx ├── Sudo-SemiBoldItalic.ttf.D_S_I_G_.ttx ├── Sudo-SemiBoldItalic.ttf.G_D_E_F_.ttx ├── Sudo-SemiBoldItalic.ttf.G_P_O_S_.ttx ├── Sudo-SemiBoldItalic.ttf.G_S_U_B_.ttx ├── Sudo-SemiBoldItalic.ttf.GlyphOrder.ttx ├── Sudo-SemiBoldItalic.ttf.O_S_2f_2.ttx ├── Sudo-SemiBoldItalic.ttf.S_T_A_T_.ttx ├── Sudo-SemiBoldItalic.ttf._c_m_a_p.ttx ├── Sudo-SemiBoldItalic.ttf._c_v_t.ttx ├── Sudo-SemiBoldItalic.ttf._f_p_g_m.ttx ├── Sudo-SemiBoldItalic.ttf._g_a_s_p.ttx ├── Sudo-SemiBoldItalic.ttf._g_l_y_f.ttx ├── Sudo-SemiBoldItalic.ttf._h_e_a_d.ttx ├── Sudo-SemiBoldItalic.ttf._h_h_e_a.ttx ├── Sudo-SemiBoldItalic.ttf._h_m_t_x.ttx ├── Sudo-SemiBoldItalic.ttf._l_o_c_a.ttx ├── Sudo-SemiBoldItalic.ttf._m_a_x_p.ttx ├── Sudo-SemiBoldItalic.ttf._n_a_m_e.ttx ├── Sudo-SemiBoldItalic.ttf._p_o_s_t.ttx ├── Sudo-SemiBoldItalic.ttf._p_r_e_p.ttx ├── Sudo-SemiBoldItalic.ttf.ttx ├── SudoUI-Bold.ttf.D_S_I_G_.ttx ├── SudoUI-Bold.ttf.G_D_E_F_.ttx ├── SudoUI-Bold.ttf.G_P_O_S_.ttx ├── SudoUI-Bold.ttf.G_S_U_B_.ttx ├── SudoUI-Bold.ttf.GlyphOrder.ttx ├── SudoUI-Bold.ttf.O_S_2f_2.ttx ├── SudoUI-Bold.ttf.S_T_A_T_.ttx ├── SudoUI-Bold.ttf._c_m_a_p.ttx ├── SudoUI-Bold.ttf._c_v_t.ttx ├── SudoUI-Bold.ttf._f_p_g_m.ttx ├── SudoUI-Bold.ttf._g_a_s_p.ttx ├── SudoUI-Bold.ttf._g_l_y_f.ttx ├── SudoUI-Bold.ttf._h_e_a_d.ttx ├── SudoUI-Bold.ttf._h_h_e_a.ttx ├── SudoUI-Bold.ttf._h_m_t_x.ttx ├── SudoUI-Bold.ttf._l_o_c_a.ttx ├── SudoUI-Bold.ttf._m_a_x_p.ttx ├── SudoUI-Bold.ttf._n_a_m_e.ttx ├── SudoUI-Bold.ttf._p_o_s_t.ttx ├── SudoUI-Bold.ttf._p_r_e_p.ttx ├── SudoUI-Bold.ttf.ttx ├── SudoUI-BoldItalic.ttf.D_S_I_G_.ttx ├── SudoUI-BoldItalic.ttf.G_D_E_F_.ttx ├── SudoUI-BoldItalic.ttf.G_P_O_S_.ttx ├── SudoUI-BoldItalic.ttf.G_S_U_B_.ttx ├── SudoUI-BoldItalic.ttf.GlyphOrder.ttx ├── SudoUI-BoldItalic.ttf.O_S_2f_2.ttx ├── SudoUI-BoldItalic.ttf.S_T_A_T_.ttx ├── SudoUI-BoldItalic.ttf._c_m_a_p.ttx ├── SudoUI-BoldItalic.ttf._c_v_t.ttx ├── SudoUI-BoldItalic.ttf._f_p_g_m.ttx ├── SudoUI-BoldItalic.ttf._g_a_s_p.ttx ├── SudoUI-BoldItalic.ttf._g_l_y_f.ttx ├── SudoUI-BoldItalic.ttf._h_e_a_d.ttx ├── SudoUI-BoldItalic.ttf._h_h_e_a.ttx ├── SudoUI-BoldItalic.ttf._h_m_t_x.ttx ├── SudoUI-BoldItalic.ttf._l_o_c_a.ttx ├── SudoUI-BoldItalic.ttf._m_a_x_p.ttx ├── SudoUI-BoldItalic.ttf._n_a_m_e.ttx ├── SudoUI-BoldItalic.ttf._p_o_s_t.ttx ├── SudoUI-BoldItalic.ttf._p_r_e_p.ttx ├── SudoUI-BoldItalic.ttf.ttx ├── SudoUI-ExtraLight.ttf.D_S_I_G_.ttx ├── SudoUI-ExtraLight.ttf.G_D_E_F_.ttx ├── SudoUI-ExtraLight.ttf.G_P_O_S_.ttx ├── SudoUI-ExtraLight.ttf.G_S_U_B_.ttx ├── SudoUI-ExtraLight.ttf.GlyphOrder.ttx ├── SudoUI-ExtraLight.ttf.O_S_2f_2.ttx ├── SudoUI-ExtraLight.ttf.S_T_A_T_.ttx ├── SudoUI-ExtraLight.ttf._c_m_a_p.ttx ├── SudoUI-ExtraLight.ttf._c_v_t.ttx ├── SudoUI-ExtraLight.ttf._f_p_g_m.ttx ├── SudoUI-ExtraLight.ttf._g_a_s_p.ttx ├── SudoUI-ExtraLight.ttf._g_l_y_f.ttx ├── SudoUI-ExtraLight.ttf._h_e_a_d.ttx ├── SudoUI-ExtraLight.ttf._h_h_e_a.ttx ├── SudoUI-ExtraLight.ttf._h_m_t_x.ttx ├── SudoUI-ExtraLight.ttf._l_o_c_a.ttx ├── SudoUI-ExtraLight.ttf._m_a_x_p.ttx ├── SudoUI-ExtraLight.ttf._n_a_m_e.ttx ├── SudoUI-ExtraLight.ttf._p_o_s_t.ttx ├── SudoUI-ExtraLight.ttf._p_r_e_p.ttx ├── SudoUI-ExtraLight.ttf.ttx ├── SudoUI-ExtraLightItalic.ttf.D_S_I_G_.ttx ├── SudoUI-ExtraLightItalic.ttf.G_D_E_F_.ttx ├── SudoUI-ExtraLightItalic.ttf.G_P_O_S_.ttx ├── SudoUI-ExtraLightItalic.ttf.G_S_U_B_.ttx ├── SudoUI-ExtraLightItalic.ttf.GlyphOrder.ttx ├── SudoUI-ExtraLightItalic.ttf.O_S_2f_2.ttx ├── SudoUI-ExtraLightItalic.ttf.S_T_A_T_.ttx ├── SudoUI-ExtraLightItalic.ttf._c_m_a_p.ttx ├── SudoUI-ExtraLightItalic.ttf._c_v_t.ttx ├── SudoUI-ExtraLightItalic.ttf._f_p_g_m.ttx ├── SudoUI-ExtraLightItalic.ttf._g_a_s_p.ttx ├── SudoUI-ExtraLightItalic.ttf._g_l_y_f.ttx ├── SudoUI-ExtraLightItalic.ttf._h_e_a_d.ttx ├── SudoUI-ExtraLightItalic.ttf._h_h_e_a.ttx ├── SudoUI-ExtraLightItalic.ttf._h_m_t_x.ttx ├── SudoUI-ExtraLightItalic.ttf._l_o_c_a.ttx ├── SudoUI-ExtraLightItalic.ttf._m_a_x_p.ttx ├── SudoUI-ExtraLightItalic.ttf._n_a_m_e.ttx ├── SudoUI-ExtraLightItalic.ttf._p_o_s_t.ttx ├── SudoUI-ExtraLightItalic.ttf._p_r_e_p.ttx ├── SudoUI-ExtraLightItalic.ttf.ttx ├── SudoUI-Italic.ttf.D_S_I_G_.ttx ├── SudoUI-Italic.ttf.G_D_E_F_.ttx ├── SudoUI-Italic.ttf.G_P_O_S_.ttx ├── SudoUI-Italic.ttf.G_S_U_B_.ttx ├── SudoUI-Italic.ttf.GlyphOrder.ttx ├── SudoUI-Italic.ttf.O_S_2f_2.ttx ├── SudoUI-Italic.ttf.S_T_A_T_.ttx ├── SudoUI-Italic.ttf._c_m_a_p.ttx ├── SudoUI-Italic.ttf._c_v_t.ttx ├── SudoUI-Italic.ttf._f_p_g_m.ttx ├── SudoUI-Italic.ttf._g_a_s_p.ttx ├── SudoUI-Italic.ttf._g_l_y_f.ttx ├── SudoUI-Italic.ttf._h_e_a_d.ttx ├── SudoUI-Italic.ttf._h_h_e_a.ttx ├── SudoUI-Italic.ttf._h_m_t_x.ttx ├── SudoUI-Italic.ttf._l_o_c_a.ttx ├── SudoUI-Italic.ttf._m_a_x_p.ttx ├── SudoUI-Italic.ttf._n_a_m_e.ttx ├── SudoUI-Italic.ttf._p_o_s_t.ttx ├── SudoUI-Italic.ttf._p_r_e_p.ttx ├── SudoUI-Italic.ttf.ttx ├── SudoUI-Light.ttf.D_S_I_G_.ttx ├── SudoUI-Light.ttf.G_D_E_F_.ttx ├── SudoUI-Light.ttf.G_P_O_S_.ttx ├── SudoUI-Light.ttf.G_S_U_B_.ttx ├── SudoUI-Light.ttf.GlyphOrder.ttx ├── SudoUI-Light.ttf.O_S_2f_2.ttx ├── SudoUI-Light.ttf.S_T_A_T_.ttx ├── SudoUI-Light.ttf._c_m_a_p.ttx ├── SudoUI-Light.ttf._c_v_t.ttx ├── SudoUI-Light.ttf._f_p_g_m.ttx ├── SudoUI-Light.ttf._g_a_s_p.ttx ├── SudoUI-Light.ttf._g_l_y_f.ttx ├── SudoUI-Light.ttf._h_e_a_d.ttx ├── SudoUI-Light.ttf._h_h_e_a.ttx ├── SudoUI-Light.ttf._h_m_t_x.ttx ├── SudoUI-Light.ttf._l_o_c_a.ttx ├── SudoUI-Light.ttf._m_a_x_p.ttx ├── SudoUI-Light.ttf._n_a_m_e.ttx ├── SudoUI-Light.ttf._p_o_s_t.ttx ├── SudoUI-Light.ttf._p_r_e_p.ttx ├── SudoUI-Light.ttf.ttx ├── SudoUI-LightItalic.ttf.D_S_I_G_.ttx ├── SudoUI-LightItalic.ttf.G_D_E_F_.ttx ├── SudoUI-LightItalic.ttf.G_P_O_S_.ttx ├── SudoUI-LightItalic.ttf.G_S_U_B_.ttx ├── SudoUI-LightItalic.ttf.GlyphOrder.ttx ├── SudoUI-LightItalic.ttf.O_S_2f_2.ttx ├── SudoUI-LightItalic.ttf.S_T_A_T_.ttx ├── SudoUI-LightItalic.ttf._c_m_a_p.ttx ├── SudoUI-LightItalic.ttf._c_v_t.ttx ├── SudoUI-LightItalic.ttf._f_p_g_m.ttx ├── SudoUI-LightItalic.ttf._g_a_s_p.ttx ├── SudoUI-LightItalic.ttf._g_l_y_f.ttx ├── SudoUI-LightItalic.ttf._h_e_a_d.ttx ├── SudoUI-LightItalic.ttf._h_h_e_a.ttx ├── SudoUI-LightItalic.ttf._h_m_t_x.ttx ├── SudoUI-LightItalic.ttf._l_o_c_a.ttx ├── SudoUI-LightItalic.ttf._m_a_x_p.ttx ├── SudoUI-LightItalic.ttf._n_a_m_e.ttx ├── SudoUI-LightItalic.ttf._p_o_s_t.ttx ├── SudoUI-LightItalic.ttf._p_r_e_p.ttx ├── SudoUI-LightItalic.ttf.ttx ├── SudoUI-Regular.ttf.D_S_I_G_.ttx ├── SudoUI-Regular.ttf.G_D_E_F_.ttx ├── SudoUI-Regular.ttf.G_P_O_S_.ttx ├── SudoUI-Regular.ttf.G_S_U_B_.ttx ├── SudoUI-Regular.ttf.GlyphOrder.ttx ├── SudoUI-Regular.ttf.O_S_2f_2.ttx ├── SudoUI-Regular.ttf.S_T_A_T_.ttx ├── SudoUI-Regular.ttf._c_m_a_p.ttx ├── SudoUI-Regular.ttf._c_v_t.ttx ├── SudoUI-Regular.ttf._f_p_g_m.ttx ├── SudoUI-Regular.ttf._g_a_s_p.ttx ├── SudoUI-Regular.ttf._g_l_y_f.ttx ├── SudoUI-Regular.ttf._h_e_a_d.ttx ├── SudoUI-Regular.ttf._h_h_e_a.ttx ├── SudoUI-Regular.ttf._h_m_t_x.ttx ├── SudoUI-Regular.ttf._l_o_c_a.ttx ├── SudoUI-Regular.ttf._m_a_x_p.ttx ├── SudoUI-Regular.ttf._n_a_m_e.ttx ├── SudoUI-Regular.ttf._p_o_s_t.ttx ├── SudoUI-Regular.ttf._p_r_e_p.ttx ├── SudoUI-Regular.ttf.ttx ├── SudoUI-SemiBold.ttf.D_S_I_G_.ttx ├── SudoUI-SemiBold.ttf.G_D_E_F_.ttx ├── SudoUI-SemiBold.ttf.G_P_O_S_.ttx ├── SudoUI-SemiBold.ttf.G_S_U_B_.ttx ├── SudoUI-SemiBold.ttf.GlyphOrder.ttx ├── SudoUI-SemiBold.ttf.O_S_2f_2.ttx ├── SudoUI-SemiBold.ttf.S_T_A_T_.ttx ├── SudoUI-SemiBold.ttf._c_m_a_p.ttx ├── SudoUI-SemiBold.ttf._c_v_t.ttx ├── SudoUI-SemiBold.ttf._f_p_g_m.ttx ├── SudoUI-SemiBold.ttf._g_a_s_p.ttx ├── SudoUI-SemiBold.ttf._g_l_y_f.ttx ├── SudoUI-SemiBold.ttf._h_e_a_d.ttx ├── SudoUI-SemiBold.ttf._h_h_e_a.ttx ├── SudoUI-SemiBold.ttf._h_m_t_x.ttx ├── SudoUI-SemiBold.ttf._l_o_c_a.ttx ├── SudoUI-SemiBold.ttf._m_a_x_p.ttx ├── SudoUI-SemiBold.ttf._n_a_m_e.ttx ├── SudoUI-SemiBold.ttf._p_o_s_t.ttx ├── SudoUI-SemiBold.ttf._p_r_e_p.ttx ├── SudoUI-SemiBold.ttf.ttx ├── SudoUI-SemiBoldItalic.ttf.D_S_I_G_.ttx ├── SudoUI-SemiBoldItalic.ttf.G_D_E_F_.ttx ├── SudoUI-SemiBoldItalic.ttf.G_P_O_S_.ttx ├── SudoUI-SemiBoldItalic.ttf.G_S_U_B_.ttx ├── SudoUI-SemiBoldItalic.ttf.GlyphOrder.ttx ├── SudoUI-SemiBoldItalic.ttf.O_S_2f_2.ttx ├── SudoUI-SemiBoldItalic.ttf.S_T_A_T_.ttx ├── SudoUI-SemiBoldItalic.ttf._c_m_a_p.ttx ├── SudoUI-SemiBoldItalic.ttf._c_v_t.ttx ├── SudoUI-SemiBoldItalic.ttf._f_p_g_m.ttx ├── SudoUI-SemiBoldItalic.ttf._g_a_s_p.ttx ├── SudoUI-SemiBoldItalic.ttf._g_l_y_f.ttx ├── SudoUI-SemiBoldItalic.ttf._h_e_a_d.ttx ├── SudoUI-SemiBoldItalic.ttf._h_h_e_a.ttx ├── SudoUI-SemiBoldItalic.ttf._h_m_t_x.ttx ├── SudoUI-SemiBoldItalic.ttf._l_o_c_a.ttx ├── SudoUI-SemiBoldItalic.ttf._m_a_x_p.ttx ├── SudoUI-SemiBoldItalic.ttf._n_a_m_e.ttx ├── SudoUI-SemiBoldItalic.ttf._p_o_s_t.ttx ├── SudoUI-SemiBoldItalic.ttf._p_r_e_p.ttx ├── SudoUI-SemiBoldItalic.ttf.ttx ├── SudoUIVariable.ttf.G_D_E_F_.ttx ├── SudoUIVariable.ttf.G_P_O_S_.ttx ├── SudoUIVariable.ttf.G_S_U_B_.ttx ├── SudoUIVariable.ttf.GlyphOrder.ttx ├── SudoUIVariable.ttf.O_S_2f_2.ttx ├── SudoUIVariable.ttf.S_T_A_T_.ttx ├── SudoUIVariable.ttf._a_v_a_r.ttx ├── SudoUIVariable.ttf._c_m_a_p.ttx ├── SudoUIVariable.ttf._c_v_a_r.ttx ├── SudoUIVariable.ttf._c_v_t.ttx ├── SudoUIVariable.ttf._f_p_g_m.ttx ├── SudoUIVariable.ttf._f_v_a_r.ttx ├── SudoUIVariable.ttf._g_a_s_p.ttx ├── SudoUIVariable.ttf._g_l_y_f.ttx ├── SudoUIVariable.ttf._g_v_a_r.ttx ├── SudoUIVariable.ttf._h_e_a_d.ttx ├── SudoUIVariable.ttf._h_h_e_a.ttx ├── SudoUIVariable.ttf._h_m_t_x.ttx ├── SudoUIVariable.ttf._l_o_c_a.ttx ├── SudoUIVariable.ttf._m_a_x_p.ttx ├── SudoUIVariable.ttf._m_e_t_a.ttx ├── SudoUIVariable.ttf._n_a_m_e.ttx ├── SudoUIVariable.ttf._p_o_s_t.ttx ├── SudoUIVariable.ttf._p_r_e_p.ttx ├── SudoUIVariable.ttf.ttx ├── SudoVariable.ttf.G_D_E_F_.ttx ├── SudoVariable.ttf.G_P_O_S_.ttx ├── SudoVariable.ttf.G_S_U_B_.ttx ├── SudoVariable.ttf.GlyphOrder.ttx ├── SudoVariable.ttf.O_S_2f_2.ttx ├── SudoVariable.ttf.S_T_A_T_.ttx ├── SudoVariable.ttf._a_v_a_r.ttx ├── SudoVariable.ttf._c_m_a_p.ttx ├── SudoVariable.ttf._c_v_a_r.ttx ├── SudoVariable.ttf._c_v_t.ttx ├── SudoVariable.ttf._f_p_g_m.ttx ├── SudoVariable.ttf._f_v_a_r.ttx ├── SudoVariable.ttf._g_a_s_p.ttx ├── SudoVariable.ttf._g_l_y_f.ttx ├── SudoVariable.ttf._g_v_a_r.ttx ├── SudoVariable.ttf._h_e_a_d.ttx ├── SudoVariable.ttf._h_h_e_a.ttx ├── SudoVariable.ttf._h_m_t_x.ttx ├── SudoVariable.ttf._l_o_c_a.ttx ├── SudoVariable.ttf._m_a_x_p.ttx ├── SudoVariable.ttf._m_e_t_a.ttx ├── SudoVariable.ttf._n_a_m_e.ttx ├── SudoVariable.ttf._p_o_s_t.ttx ├── SudoVariable.ttf._p_r_e_p.ttx └── SudoVariable.ttf.ttx └── ttx-patch └── SudoVariable.cvar.ttx /.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/.flake8 -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/build.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/.github/workflows/build.yaml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/AUTHORS.txt -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/CONTRIBUTORS.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/Makefile -------------------------------------------------------------------------------- /OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/OFL.txt -------------------------------------------------------------------------------- /README-Debian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/README-Debian.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/README.md -------------------------------------------------------------------------------- /documentation/ARTICLE.en_us.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/documentation/ARTICLE.en_us.html -------------------------------------------------------------------------------- /documentation/Sudo Overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/documentation/Sudo Overview.pdf -------------------------------------------------------------------------------- /documentation/Sudo Overview.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/documentation/Sudo Overview.tex -------------------------------------------------------------------------------- /documentation/characters.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/documentation/characters.tex -------------------------------------------------------------------------------- /documentation/din91379-blocks.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/documentation/din91379-blocks.tex -------------------------------------------------------------------------------- /documentation/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/documentation/image1.png -------------------------------------------------------------------------------- /documentation/image1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/documentation/image1.py -------------------------------------------------------------------------------- /documentation/opentype-features.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/documentation/opentype-features.tex -------------------------------------------------------------------------------- /fonts-sudo-archive-keyring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/fonts-sudo-archive-keyring.gpg -------------------------------------------------------------------------------- /fonts/variable/Sudo-Italic[YTDE,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/fonts/variable/Sudo-Italic[YTDE,wght].ttf -------------------------------------------------------------------------------- /fonts/variable/SudoUI-Italic[YTDE,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/fonts/variable/SudoUI-Italic[YTDE,wght].ttf -------------------------------------------------------------------------------- /fonts/variable/SudoUI[YTDE,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/fonts/variable/SudoUI[YTDE,wght].ttf -------------------------------------------------------------------------------- /fonts/variable/Sudo[YTDE,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/fonts/variable/Sudo[YTDE,wght].ttf -------------------------------------------------------------------------------- /images/sudo-light-powerline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/images/sudo-light-powerline.png -------------------------------------------------------------------------------- /images/sudo-monospaced-ui-font.afdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/images/sudo-monospaced-ui-font.afdesign -------------------------------------------------------------------------------- /images/sudo-monospaced-ui-font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/images/sudo-monospaced-ui-font.png -------------------------------------------------------------------------------- /images/sudo-textmate-py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/images/sudo-textmate-py.png -------------------------------------------------------------------------------- /images/sudo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/images/sudo.png -------------------------------------------------------------------------------- /out/badges/ArticleChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/ArticleChecks.json -------------------------------------------------------------------------------- /out/badges/DescriptionChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/DescriptionChecks.json -------------------------------------------------------------------------------- /out/badges/FamilyChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/FamilyChecks.json -------------------------------------------------------------------------------- /out/badges/FontFileChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/FontFileChecks.json -------------------------------------------------------------------------------- /out/badges/GlyphsetChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/GlyphsetChecks.json -------------------------------------------------------------------------------- /out/badges/LicensingChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/LicensingChecks.json -------------------------------------------------------------------------------- /out/badges/MetadataChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/MetadataChecks.json -------------------------------------------------------------------------------- /out/badges/Nametablechecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/Nametablechecks.json -------------------------------------------------------------------------------- /out/badges/OpenTypeSpecificationChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/OpenTypeSpecificationChecks.json -------------------------------------------------------------------------------- /out/badges/OutlineChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/OutlineChecks.json -------------------------------------------------------------------------------- /out/badges/RepositoryChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/RepositoryChecks.json -------------------------------------------------------------------------------- /out/badges/ShapingChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/ShapingChecks.json -------------------------------------------------------------------------------- /out/badges/SuperfamilyChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/SuperfamilyChecks.json -------------------------------------------------------------------------------- /out/badges/UniversalProfileChecks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/UniversalProfileChecks.json -------------------------------------------------------------------------------- /out/badges/overall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/badges/overall.json -------------------------------------------------------------------------------- /out/fontbakery/fontbakery-report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/fontbakery/fontbakery-report.html -------------------------------------------------------------------------------- /out/fontbakery/fontbakery-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/out/fontbakery/fontbakery-report.md -------------------------------------------------------------------------------- /packaging/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/packaging/debian/changelog -------------------------------------------------------------------------------- /packaging/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/packaging/debian/control -------------------------------------------------------------------------------- /packaging/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/packaging/debian/copyright -------------------------------------------------------------------------------- /packaging/debian/fonts-sudo.dirs: -------------------------------------------------------------------------------- 1 | usr/share/fonts/truetype 2 | -------------------------------------------------------------------------------- /packaging/debian/fonts-sudo.lintian-overrides: -------------------------------------------------------------------------------- 1 | fonts-sudo: initial-upload-closes-no-bugs 2 | -------------------------------------------------------------------------------- /packaging/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/packaging/debian/rules -------------------------------------------------------------------------------- /packaging/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /packaging/debian/source/include-binaries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/packaging/debian/source/include-binaries -------------------------------------------------------------------------------- /reference/DIN 91379 Sequences.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/reference/DIN 91379 Sequences.rtf -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/renovate.json -------------------------------------------------------------------------------- /requirements-test.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/requirements-test.in -------------------------------------------------------------------------------- /requirements-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/requirements-test.txt -------------------------------------------------------------------------------- /requirements.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/requirements.in -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/requirements.txt -------------------------------------------------------------------------------- /scripts/Add Width Classes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/scripts/Add Width Classes.py -------------------------------------------------------------------------------- /scripts/Build Production Sources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/scripts/Build Production Sources.py -------------------------------------------------------------------------------- /scripts/BuildWebSVGs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/scripts/BuildWebSVGs.py -------------------------------------------------------------------------------- /scripts/Export Fonts From Glyphs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/scripts/Export Fonts From Glyphs.py -------------------------------------------------------------------------------- /scripts/Update Rename Glyphs CP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/scripts/Update Rename Glyphs CP.py -------------------------------------------------------------------------------- /scripts/customize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/scripts/customize.py -------------------------------------------------------------------------------- /scripts/deb-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/scripts/deb-install.sh -------------------------------------------------------------------------------- /scripts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/scripts/index.html -------------------------------------------------------------------------------- /scripts/prepare-deb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/scripts/prepare-deb.sh -------------------------------------------------------------------------------- /scripts/read-config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/scripts/read-config.py -------------------------------------------------------------------------------- /scripts/update-custom-filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/scripts/update-custom-filter.py -------------------------------------------------------------------------------- /sources-design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources-design/README.md -------------------------------------------------------------------------------- /sources-design/Sudo.glyphspackage/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources-design/Sudo.glyphspackage/fontinfo.plist -------------------------------------------------------------------------------- /sources-design/Sudo.glyphspackage/glyphs/a.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources-design/Sudo.glyphspackage/glyphs/a.glyph -------------------------------------------------------------------------------- /sources-design/Sudo.glyphspackage/glyphs/b.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources-design/Sudo.glyphspackage/glyphs/b.glyph -------------------------------------------------------------------------------- /sources-design/Sudo.glyphspackage/order.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources-design/Sudo.glyphspackage/order.plist -------------------------------------------------------------------------------- /sources/CustomFilter_GF_Latin_All.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/CustomFilter_GF_Latin_All.plist -------------------------------------------------------------------------------- /sources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/README.md -------------------------------------------------------------------------------- /sources/SplitVF.corretto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SplitVF.corretto.yaml -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/fontinfo.plist -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/A_-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/A_-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/A_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/A_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/A_E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/A_E_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/B_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/B_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/B_eta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/B_eta.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/C_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/C_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/C_R_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/C_R_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/C_hi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/C_hi.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/D_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/D_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/E_-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/E_-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/E_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/E_ng.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/E_ng.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/E_ta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/E_ta.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/E_th.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/E_th.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/E_zh.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/E_zh.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/F_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/F_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/G_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/G_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/H_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/H_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/H_bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/H_bar.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/I_-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/I_-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/I_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/I_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/I_J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/I_J_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/I_ota.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/I_ota.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/J_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/K_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/K_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/L_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/L_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/L_bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/L_bar.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/L_dot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/L_dot.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/M_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/M_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/M_u.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/M_u.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/N_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/N_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/N_u.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/N_u.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/O_-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/O_-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/O_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/O_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/O_E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/O_E_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/O_hm.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/O_hm.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/P_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/P_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/P_hi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/P_hi.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/P_i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/P_i.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/P_si.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/P_si.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/Q_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/Q_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/R_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/R_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/R_ho.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/R_ho.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/S_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/S_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/T_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/T_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/T_au.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/T_au.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/T_bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/T_bar.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/U_-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/U_-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/U_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/U_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/V_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/V_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/W_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/W_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/X_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/X_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/X_i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/X_i.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/Y_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/Y_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/Z_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/Z_.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/Z_eta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/Z_eta.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/a-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/a-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/a.cv.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/a.cv.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/a.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/a.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/acute.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ae.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ae.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/alpha.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/alpha.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/amod.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/amod.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/angle.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/angle.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/aring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/aring.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/at.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/at.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/b.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/b.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/baht.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/baht.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/bar.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/be-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/be-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/beta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/beta.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/bhook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/bhook.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/breve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/breve.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/c.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/c.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/caron.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/cedi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/cedi.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/cent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/cent.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/chi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/chi.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/chook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/chook.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/cloud.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/cloud.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/colon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/colon.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/comma.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/comma.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/d.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/d.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/de-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/de-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/delta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/delta.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/dhook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/dhook.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/dmod.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/dmod.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/dong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/dong.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/dvd.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/dvd.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/e-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/e.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/e.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ef-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ef-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/eight.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/eight.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/el-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/el-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/em-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/em-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/en-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/en-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/eng.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/eng.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/eopen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/eopen.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/equal.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/equal.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/er-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/er-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/es-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/es-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/eta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/eta.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/eth.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/eth.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/euro.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/euro.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ezh.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ezh.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/f.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/f.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/five.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/five.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/four.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/four.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/franc.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/franc.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/g.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/g.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/gamma.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/gamma.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ge-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ge-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/grave.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/h.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/h.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ha-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ha-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/hbar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/hbar.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/hmod.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/hmod.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/house.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/house.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/i-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/i-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/i.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ie-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ie-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ii-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ii-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ij.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ij.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/io-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/io-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/iota.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/iota.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/j.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/j.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/je-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/je-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/k.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/k.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ka-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ka-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/kappa.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/kappa.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/key.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/key.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/khook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/khook.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/kip.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/kip.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/l.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/l.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/lari.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/lari.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/lbar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/lbar.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ldot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ldot.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/less.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/less.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/lira.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/lira.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/lock.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/longs.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/longs.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/m.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/m.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/manat.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/manat.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/mars.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/mars.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/micro.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/micro.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/minus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/minus.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/mu.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/mu.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/n.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/n.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/naira.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/naira.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/nine.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/nine.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/nmod.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/nmod.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/nu.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/nu.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/o-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/o-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/o.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/o.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/oe.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/oe.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ohorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ohorn.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/omega.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/omega.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/omod.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/omod.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/one.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/one.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/oopen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/oopen.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/p.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/p.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/pe-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/pe-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/peso.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/peso.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/phi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/phi.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/pi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/pi.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/plus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/plus.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/psi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/psi.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/q.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/q.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/r.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/r.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ratio.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ratio.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/rho.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/rho.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ring.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/rmod.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/rmod.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ruble.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ruble.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/rupee.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/rupee.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/s.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/s.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/schwa.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/schwa.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/seven.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/seven.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/sigma.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/sigma.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/six.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/six.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/slash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/slash.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/smod.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/smod.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/space.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/space.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/t.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/t.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/tau.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/tau.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/tbar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/tbar.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/te-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/te-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/tenge.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/tenge.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/theta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/theta.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/thorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/thorn.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/three.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/three.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/tilde.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/tmod.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/tmod.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/tonos.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/tonos.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/two.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/two.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/u-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/u-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/u.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/u.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/uhorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/uhorn.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/union.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/union.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/uring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/uring.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/v.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/v.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ve-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ve-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/venus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/venus.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/w.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/w.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/won.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/won.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/wring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/wring.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/x.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/x.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/xi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/xi.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/y.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/y.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ya-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ya-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/yen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/yen.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/yhook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/yhook.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/yi-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/yi-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/yring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/yring.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/yu-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/yu-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/z.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/z.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/ze-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/ze-cy.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/zero.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/zero.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/glyphs/zeta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/glyphs/zeta.glyph -------------------------------------------------------------------------------- /sources/Sudo.glyphspackage/order.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/Sudo.glyphspackage/order.plist -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/fontinfo.plist -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/A_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/A_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/B_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/B_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/C_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/C_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/D_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/D_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/E_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/F_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/F_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/G_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/G_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/H_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/H_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/I_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/I_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/J_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/K_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/K_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/L_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/L_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/M_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/M_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/M_u.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/M_u.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/N_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/N_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/N_u.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/N_u.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/O_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/O_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/P_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/P_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/P_i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/P_i.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/Q_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/Q_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/R_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/R_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/S_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/S_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/T_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/T_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/U_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/U_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/V_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/V_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/W_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/W_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/X_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/X_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/X_i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/X_i.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/Y_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/Y_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/Z_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/Z_.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/a.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/a.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/ae.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/ae.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/at.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/at.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/b.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/b.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/bar.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/c.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/c.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/chi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/chi.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/d.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/d.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/dvd.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/dvd.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/e.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/e.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/eng.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/eng.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/eta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/eta.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/eth.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/eth.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/ezh.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/ezh.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/f.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/f.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/g.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/g.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/h.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/h.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/i.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/ij.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/ij.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/j.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/j.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/k.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/k.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/key.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/key.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/kip.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/kip.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/l.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/l.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/m.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/m.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/mu.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/mu.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/n.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/n.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/nu.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/nu.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/o.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/o.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/oe.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/oe.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/one.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/one.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/p.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/p.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/phi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/phi.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/pi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/pi.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/psi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/psi.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/q.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/q.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/r.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/r.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/rho.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/rho.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/s.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/s.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/six.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/six.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/t.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/t.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/tau.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/tau.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/two.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/two.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/u.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/u.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/v.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/v.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/w.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/w.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/won.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/won.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/x.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/x.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/xi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/xi.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/y.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/y.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/yen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/yen.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/glyphs/z.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/glyphs/z.glyph -------------------------------------------------------------------------------- /sources/SudoUI.glyphspackage/order.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/SudoUI.glyphspackage/order.plist -------------------------------------------------------------------------------- /sources/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/config.yaml -------------------------------------------------------------------------------- /sources/fontsetter/Sudo-Italic.fontsetter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/fontsetter/Sudo-Italic.fontsetter -------------------------------------------------------------------------------- /sources/fontsetter/Sudo.fontsetter: -------------------------------------------------------------------------------- 1 | post->isFixedPitch: 1 2 | -------------------------------------------------------------------------------- /sources/fontsetter/SudoUI-Italic.fontsetter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/fontsetter/SudoUI-Italic.fontsetter -------------------------------------------------------------------------------- /sources/fontsetter/SudoUI.fontsetter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/fontsetter/SudoUI.fontsetter -------------------------------------------------------------------------------- /sources/stat.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sources/stat.yaml -------------------------------------------------------------------------------- /sudo/FONTLOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sudo/FONTLOG.txt -------------------------------------------------------------------------------- /sudo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sudo/Makefile -------------------------------------------------------------------------------- /sudo/OFL-FAQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sudo/OFL-FAQ.txt -------------------------------------------------------------------------------- /sudo/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sudo/OFL.txt -------------------------------------------------------------------------------- /sudo/SudoUIVariable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sudo/SudoUIVariable.ttf -------------------------------------------------------------------------------- /sudo/SudoVariable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sudo/SudoVariable.ttf -------------------------------------------------------------------------------- /sudo/Webfonts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/sudo/Webfonts/Makefile -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Bold.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Bold.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-BoldItalic.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-BoldItalic.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLight.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLight.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLightItalic.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLightItalic.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-ExtraLightItalic.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-ExtraLightItalic.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Italic.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Italic.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Light.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Light.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-LightItalic.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-LightItalic.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-Regular.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-Regular.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBold.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBold.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/Sudo-SemiBoldItalic.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/Sudo-SemiBoldItalic.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Bold.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Bold.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-BoldItalic.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-BoldItalic.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLight.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLight.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-ExtraLightItalic.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-ExtraLightItalic.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Italic.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Italic.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Light.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Light.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-LightItalic.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-LightItalic.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-Regular.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-Regular.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf.D_S_I_G_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf.D_S_I_G_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBold.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBold.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBoldItalic.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBoldItalic.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUI-SemiBoldItalic.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUI-SemiBoldItalic.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._a_v_a_r.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._a_v_a_r.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._c_v_a_r.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._c_v_a_r.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._f_v_a_r.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._f_v_a_r.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._g_v_a_r.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._g_v_a_r.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._m_e_t_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._m_e_t_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoUIVariable.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoUIVariable.ttf.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf.G_D_E_F_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf.G_D_E_F_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf.G_P_O_S_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf.G_P_O_S_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf.G_S_U_B_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf.G_S_U_B_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf.GlyphOrder.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf.GlyphOrder.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf.O_S_2f_2.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf.O_S_2f_2.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf.S_T_A_T_.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf.S_T_A_T_.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._a_v_a_r.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._a_v_a_r.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._c_m_a_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._c_m_a_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._c_v_a_r.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._c_v_a_r.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._c_v_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._c_v_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._f_p_g_m.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._f_p_g_m.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._f_v_a_r.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._f_v_a_r.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._g_a_s_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._g_a_s_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._g_l_y_f.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._g_l_y_f.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._g_v_a_r.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._g_v_a_r.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._h_e_a_d.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._h_e_a_d.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._h_h_e_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._h_h_e_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._h_m_t_x.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._h_m_t_x.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._l_o_c_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._l_o_c_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._m_a_x_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._m_a_x_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._m_e_t_a.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._m_e_t_a.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._n_a_m_e.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._n_a_m_e.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._p_o_s_t.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._p_o_s_t.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf._p_r_e_p.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf._p_r_e_p.ttx -------------------------------------------------------------------------------- /ttf_ttx/SudoVariable.ttf.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttf_ttx/SudoVariable.ttf.ttx -------------------------------------------------------------------------------- /ttx-patch/SudoVariable.cvar.ttx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenskutilek/sudo-font/HEAD/ttx-patch/SudoVariable.cvar.ttx --------------------------------------------------------------------------------