├── COPYRIGHT.md ├── LICENSE.txt ├── README.md ├── documentation ├── specimen.png └── sporting_grotesque_greek_text_test.pdf ├── fonts ├── SportingGrotesque-Bold.otf └── SportingGrotesque-Regular.otf ├── sources ├── .DS_Store ├── kerning_groups │ └── sporting_grotesque.mmg ├── sporting_grotesque.glyphs ├── sporting_grotesque_gras.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── A_E_.glif │ │ ├── A_acute.glif │ │ ├── A_circumflex.glif │ │ ├── A_dieresis.glif │ │ ├── A_grave.glif │ │ ├── A_lpha.glif │ │ ├── A_lphatonos.glif │ │ ├── A_ogonek.glif │ │ ├── A_ring.glif │ │ ├── A_tilde.glif │ │ ├── B_.alt.glif │ │ ├── B_.glif │ │ ├── B_eta.glif │ │ ├── C_.glif │ │ ├── C_R_.glif │ │ ├── C_acute.glif │ │ ├── C_cedilla.glif │ │ ├── C_hi.glif │ │ ├── D_.glif │ │ ├── D_elta.glif │ │ ├── E_.glif │ │ ├── E_acute.glif │ │ ├── E_circumflex.glif │ │ ├── E_dieresis.glif │ │ ├── E_grave.glif │ │ ├── E_ogonek.glif │ │ ├── E_psilon.glif │ │ ├── E_psilontonos.glif │ │ ├── E_ta.glif │ │ ├── E_tatonos.glif │ │ ├── E_uro.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── G_amma.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── I_acute.glif │ │ ├── I_circumflex.glif │ │ ├── I_dieresis.glif │ │ ├── I_grave.glif │ │ ├── I_ota.glif │ │ ├── I_otadieresis.glif │ │ ├── I_otatonos.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── K_appa.glif │ │ ├── L_.glif │ │ ├── L_ambda.glif │ │ ├── L_slash.glif │ │ ├── M_.glif │ │ ├── M_u.glif │ │ ├── N_.glif │ │ ├── N_U_L_L_.glif │ │ ├── N_acute.glif │ │ ├── N_tilde.glif │ │ ├── N_u.glif │ │ ├── O_.alt.glif │ │ ├── O_.glif │ │ ├── O_E_.glif │ │ ├── O_acute.glif │ │ ├── O_circumflex.glif │ │ ├── O_dieresis.glif │ │ ├── O_grave.glif │ │ ├── O_mega.glif │ │ ├── O_megatonos.glif │ │ ├── O_micron.glif │ │ ├── O_microntonos.glif │ │ ├── O_slash.glif │ │ ├── P_.glif │ │ ├── P_hi.glif │ │ ├── P_i.glif │ │ ├── P_i.ss01.glif │ │ ├── P_si.glif │ │ ├── Q_.alt.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── R_ho.glif │ │ ├── S_.alt.glif │ │ ├── S_.glif │ │ ├── S_acute.glif │ │ ├── S_igma.glif │ │ ├── T_.glif │ │ ├── T_au.glif │ │ ├── T_heta.glif │ │ ├── U_.glif │ │ ├── U_acute.glif │ │ ├── U_circumflex.glif │ │ ├── U_dieresis.glif │ │ ├── U_grave.glif │ │ ├── U_psilon.glif │ │ ├── U_psilondieresis.glif │ │ ├── U_psilontonos.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── X_i.glif │ │ ├── Y_.glif │ │ ├── Y_acute.glif │ │ ├── Y_dieresis.glif │ │ ├── Z_.glif │ │ ├── Z_acute.glif │ │ ├── Z_dotaccent.glif │ │ ├── Z_eta.glif │ │ ├── _notdef.glif │ │ ├── a.glif │ │ ├── aacute.glif │ │ ├── acircumflex.glif │ │ ├── acute.case.glif │ │ ├── acute.glif │ │ ├── adieresis.glif │ │ ├── ae.glif │ │ ├── agrave.glif │ │ ├── alpha.glif │ │ ├── alpha.ss01.glif │ │ ├── alphatonos.glif │ │ ├── alphatonos.ss01.glif │ │ ├── ampersand.glif │ │ ├── anoteleia.glif │ │ ├── aogonek.glif │ │ ├── aring.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── atilde.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── beta.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── brokenbar.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── cacute.glif │ │ ├── ccedilla.glif │ │ ├── cedilla.glif │ │ ├── cent.glif │ │ ├── chi.glif │ │ ├── circumflex.case.glif │ │ ├── circumflex.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── d.glif │ │ ├── dagger.glif │ │ ├── daggerdbl.glif │ │ ├── degree.glif │ │ ├── delta.glif │ │ ├── dieresis.case.glif │ │ ├── dieresis.glif │ │ ├── dieresistonos.glif │ │ ├── divide.glif │ │ ├── dollar.glif │ │ ├── dotlessi.glif │ │ ├── e.glif │ │ ├── eacute.glif │ │ ├── ecircumflex.glif │ │ ├── edieresis.glif │ │ ├── egrave.glif │ │ ├── eight.alt.glif │ │ ├── eight.glif │ │ ├── eight.susp_prop.glif │ │ ├── ellipsis.glif │ │ ├── emdash.glif │ │ ├── endash.glif │ │ ├── eogonek.glif │ │ ├── epsilon.glif │ │ ├── epsilontonos.glif │ │ ├── equal.glif │ │ ├── eta.glif │ │ ├── etatonos.glif │ │ ├── exclam.glif │ │ ├── exclamdown.glif │ │ ├── f.glif │ │ ├── f_f.glif │ │ ├── f_i.glif │ │ ├── f_l.glif │ │ ├── five.alt.glif │ │ ├── five.glif │ │ ├── five.susp_prop.glif │ │ ├── four.alt.glif │ │ ├── four.glif │ │ ├── four.susp_prop.glif │ │ ├── fraction.glif │ │ ├── g.glif │ │ ├── gamma.glif │ │ ├── germandbls.glif │ │ ├── grave.case.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── guillemotleft.glif │ │ ├── guillemotright.glif │ │ ├── guilsinglleft.glif │ │ ├── guilsinglright.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── igrave.glif │ │ ├── iota.glif │ │ ├── iotadieresis.glif │ │ ├── iotadieresistonos.glif │ │ ├── iotatonos.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── kappa.glif │ │ ├── l.glif │ │ ├── lambda.glif │ │ ├── less.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── minus.glif │ │ ├── mu.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── nacute.glif │ │ ├── nine.alt.glif │ │ ├── nine.glif │ │ ├── nine.susp_prop.glif │ │ ├── ntilde.glif │ │ ├── nu.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oacute.glif │ │ ├── ocircumflex.glif │ │ ├── odieresis.glif │ │ ├── oe.glif │ │ ├── ograve.glif │ │ ├── omega.glif │ │ ├── omegatonos.glif │ │ ├── omicron.glif │ │ ├── omicrontonos.glif │ │ ├── one.alt.glif │ │ ├── one.glif │ │ ├── one.susp_prop.glif │ │ ├── onehalf.glif │ │ ├── onequarter.glif │ │ ├── oslash.glif │ │ ├── p.glif │ │ ├── paragraph.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── perthousand.glif │ │ ├── phi.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── plusminus.glif │ │ ├── psi.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── questiondown.glif │ │ ├── quotedbl.glif │ │ ├── quotedblbase.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteright.glif │ │ ├── quotesinglbase.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── registered.glif │ │ ├── rho.glif │ │ ├── ring.case.glif │ │ ├── ring.glif │ │ ├── s.glif │ │ ├── sacute.glif │ │ ├── section.glif │ │ ├── semicolon.glif │ │ ├── seven.alt.glif │ │ ├── seven.glif │ │ ├── seven.susp_prop.glif │ │ ├── sigma.glif │ │ ├── sigma1.glif │ │ ├── six.alt.glif │ │ ├── six.glif │ │ ├── six.susp_prop.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── sterling.glif │ │ ├── t.glif │ │ ├── tau.glif │ │ ├── theta.glif │ │ ├── three.alt.glif │ │ ├── three.glif │ │ ├── three.susp_prop.glif │ │ ├── threequarters.glif │ │ ├── tilde.case.glif │ │ ├── tilde.glif │ │ ├── tonos.glif │ │ ├── two.alt.glif │ │ ├── two.glif │ │ ├── two.susp_prop.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── ugrave.glif │ │ ├── underscore.glif │ │ ├── uni0344.glif │ │ ├── uni037E_.glif │ │ ├── uni0394.glif │ │ ├── uni03A_9.glif │ │ ├── uni03B_C_.glif │ │ ├── upsilon.glif │ │ ├── upsilondieresis.glif │ │ ├── upsilondieresistonos.glif │ │ ├── upsilontonos.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── xi.glif │ │ ├── y.glif │ │ ├── yacute.glif │ │ ├── ydieresis.glif │ │ ├── yen.glif │ │ ├── z.glif │ │ ├── zacute.glif │ │ ├── zdotaccent.glif │ │ ├── zero.alt.glif │ │ ├── zero.glif │ │ ├── zero.susp_prop.glif │ │ └── zeta.glif │ ├── groups.plist │ ├── kerning.plist │ ├── lib.plist │ └── metainfo.plist └── sporting_grotesque_normal.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs │ ├── A_.glif │ ├── A_E_.glif │ ├── A_acute.glif │ ├── A_circumflex.glif │ ├── A_dieresis.glif │ ├── A_grave.glif │ ├── A_lpha.glif │ ├── A_lphatonos.glif │ ├── A_ogonek.glif │ ├── A_ring.glif │ ├── A_tilde.glif │ ├── B_.alt.glif │ ├── B_.glif │ ├── B_eta.glif │ ├── C_.glif │ ├── C_R_.glif │ ├── C_acute.glif │ ├── C_cedilla.glif │ ├── C_hi.glif │ ├── D_.glif │ ├── D_elta.glif │ ├── E_.glif │ ├── E_acute.glif │ ├── E_circumflex.glif │ ├── E_dieresis.glif │ ├── E_grave.glif │ ├── E_ogonek.glif │ ├── E_psilon.glif │ ├── E_psilontonos.glif │ ├── E_ta.glif │ ├── E_tatonos.glif │ ├── E_uro.glif │ ├── F_.glif │ ├── G_.glif │ ├── G_amma.glif │ ├── H_.glif │ ├── I_.glif │ ├── I_acute.glif │ ├── I_circumflex.glif │ ├── I_dieresis.glif │ ├── I_grave.glif │ ├── I_ota.glif │ ├── I_otadieresis.glif │ ├── I_otatonos.glif │ ├── J_.glif │ ├── K_.glif │ ├── K_appa.glif │ ├── L_.glif │ ├── L_ambda.glif │ ├── L_slash.glif │ ├── M_.glif │ ├── M_u.glif │ ├── N_.glif │ ├── N_U_L_L_.glif │ ├── N_acute.glif │ ├── N_tilde.glif │ ├── N_u.glif │ ├── O_.alt.glif │ ├── O_.glif │ ├── O_E_.glif │ ├── O_acute.glif │ ├── O_circumflex.glif │ ├── O_dieresis.glif │ ├── O_grave.glif │ ├── O_mega.glif │ ├── O_megatonos.glif │ ├── O_micron.glif │ ├── O_microntonos.glif │ ├── O_slash.glif │ ├── P_.glif │ ├── P_hi.glif │ ├── P_i.glif │ ├── P_i.ss01.glif │ ├── P_si.glif │ ├── Q_.alt.glif │ ├── Q_.glif │ ├── R_.glif │ ├── R_ho.glif │ ├── S_.alt.glif │ ├── S_.glif │ ├── S_acute.glif │ ├── S_igma.glif │ ├── T_.glif │ ├── T_au.glif │ ├── T_heta.glif │ ├── U_.glif │ ├── U_acute.glif │ ├── U_circumflex.glif │ ├── U_dieresis.glif │ ├── U_grave.glif │ ├── U_psilon.glif │ ├── U_psilondieresis.glif │ ├── U_psilontonos.glif │ ├── V_.glif │ ├── W_.glif │ ├── X_.glif │ ├── X_i.glif │ ├── Y_.glif │ ├── Y_acute.glif │ ├── Y_dieresis.glif │ ├── Z_.glif │ ├── Z_acute.glif │ ├── Z_dotaccent.glif │ ├── Z_eta.glif │ ├── _notdef.glif │ ├── a.glif │ ├── aacute.glif │ ├── acircumflex.glif │ ├── acute.case.glif │ ├── acute.glif │ ├── adieresis.glif │ ├── ae.glif │ ├── agrave.glif │ ├── alpha.glif │ ├── alpha.ss01.glif │ ├── alphatonos.glif │ ├── alphatonos.ss01.glif │ ├── ampersand.glif │ ├── anoteleia.glif │ ├── aogonek.glif │ ├── aring.glif │ ├── asterisk.glif │ ├── at.glif │ ├── atilde.glif │ ├── b.glif │ ├── backslash.glif │ ├── bar.glif │ ├── beta.glif │ ├── braceleft.glif │ ├── braceright.glif │ ├── bracketleft.glif │ ├── bracketright.glif │ ├── brokenbar.glif │ ├── bullet.glif │ ├── c.glif │ ├── cacute.glif │ ├── ccedilla.glif │ ├── cedilla.glif │ ├── cent.glif │ ├── chi.glif │ ├── circumflex.case.glif │ ├── circumflex.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── copyright.glif │ ├── d.glif │ ├── dagger.glif │ ├── daggerdbl.glif │ ├── degree.glif │ ├── delta.glif │ ├── dieresis.case.glif │ ├── dieresis.glif │ ├── dieresistonos.glif │ ├── divide.glif │ ├── dollar.glif │ ├── dotlessi.glif │ ├── e.glif │ ├── eacute.glif │ ├── ecircumflex.glif │ ├── edieresis.glif │ ├── egrave.glif │ ├── eight.alt.glif │ ├── eight.glif │ ├── eight.susp_prop.glif │ ├── ellipsis.glif │ ├── emdash.glif │ ├── endash.glif │ ├── eogonek.glif │ ├── epsilon.glif │ ├── epsilontonos.glif │ ├── equal.glif │ ├── eta.glif │ ├── etatonos.glif │ ├── exclam.glif │ ├── exclamdown.glif │ ├── f.glif │ ├── f_f.glif │ ├── f_i.glif │ ├── f_l.glif │ ├── five.alt.glif │ ├── five.glif │ ├── five.susp_prop.glif │ ├── four.alt.glif │ ├── four.glif │ ├── four.susp_prop.glif │ ├── fraction.glif │ ├── g.glif │ ├── gamma.glif │ ├── germandbls.glif │ ├── grave.case.glif │ ├── grave.glif │ ├── greater.glif │ ├── guillemotleft.glif │ ├── guillemotright.glif │ ├── guilsinglleft.glif │ ├── guilsinglright.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── iacute.glif │ ├── icircumflex.glif │ ├── idieresis.glif │ ├── igrave.glif │ ├── iota.glif │ ├── iotadieresis.glif │ ├── iotadieresistonos.glif │ ├── iotatonos.glif │ ├── j.glif │ ├── k.glif │ ├── kappa.glif │ ├── l.glif │ ├── lambda.glif │ ├── less.glif │ ├── lslash.glif │ ├── m.glif │ ├── minus.glif │ ├── mu.glif │ ├── multiply.glif │ ├── n.glif │ ├── nacute.glif │ ├── nine.alt.glif │ ├── nine.glif │ ├── nine.susp_prop.glif │ ├── ntilde.glif │ ├── nu.glif │ ├── numbersign.glif │ ├── o.glif │ ├── oacute.glif │ ├── ocircumflex.glif │ ├── odieresis.glif │ ├── oe.glif │ ├── ograve.glif │ ├── omega.glif │ ├── omegatonos.glif │ ├── omicron.glif │ ├── omicrontonos.glif │ ├── one.alt.glif │ ├── one.glif │ ├── one.susp_prop.glif │ ├── onehalf.glif │ ├── onequarter.glif │ ├── oslash.glif │ ├── p.glif │ ├── paragraph.glif │ ├── parenleft.glif │ ├── parenright.glif │ ├── percent.glif │ ├── period.glif │ ├── periodcentered.glif │ ├── perthousand.glif │ ├── phi.glif │ ├── pi.glif │ ├── plus.glif │ ├── plusminus.glif │ ├── psi.glif │ ├── q.glif │ ├── question.glif │ ├── questiondown.glif │ ├── quotedbl.glif │ ├── quotedblbase.glif │ ├── quotedblleft.glif │ ├── quotedblright.glif │ ├── quoteleft.glif │ ├── quoteright.glif │ ├── quotesinglbase.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── registered.glif │ ├── rho.glif │ ├── ring.case.glif │ ├── ring.glif │ ├── s.glif │ ├── sacute.glif │ ├── section.glif │ ├── semicolon.glif │ ├── seven.alt.glif │ ├── seven.glif │ ├── seven.susp_prop.glif │ ├── sigma.glif │ ├── sigma1.glif │ ├── six.alt.glif │ ├── six.glif │ ├── six.susp_prop.glif │ ├── slash.glif │ ├── space.glif │ ├── sterling.glif │ ├── t.glif │ ├── tau.glif │ ├── theta.glif │ ├── three.alt.glif │ ├── three.glif │ ├── three.susp_prop.glif │ ├── threequarters.glif │ ├── tilde.case.glif │ ├── tilde.glif │ ├── tonos.glif │ ├── two.alt.glif │ ├── two.glif │ ├── two.susp_prop.glif │ ├── u.glif │ ├── uacute.glif │ ├── ucircumflex.glif │ ├── udieresis.glif │ ├── ugrave.glif │ ├── underscore.glif │ ├── uni0344.glif │ ├── uni037E_.glif │ ├── uni0394.glif │ ├── uni03A_9.glif │ ├── uni03B_C_.glif │ ├── upsilon.glif │ ├── upsilondieresis.glif │ ├── upsilondieresistonos.glif │ ├── upsilontonos.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── xi.glif │ ├── y.glif │ ├── yacute.glif │ ├── ydieresis.glif │ ├── yen.glif │ ├── z.glif │ ├── zacute.glif │ ├── zdotaccent.glif │ ├── zero.alt.glif │ ├── zero.glif │ ├── zero.susp_prop.glif │ └── zeta.glif │ ├── groups.plist │ ├── kerning.plist │ ├── lib.plist │ └── metainfo.plist └── webfonts ├── .DS_Store ├── Bold ├── Sporting_Grotesque-Bold_web.eot ├── Sporting_Grotesque-Bold_web.otf ├── Sporting_Grotesque-Bold_web.svg ├── Sporting_Grotesque-Bold_web.ttf ├── Sporting_Grotesque-Bold_web.woff └── Sporting_Grotesque-Bold_web.woff2 ├── Regular ├── Sporting_Grotesque-Regular_web.eot ├── Sporting_Grotesque-Regular_web.otf ├── Sporting_Grotesque-Regular_web.svg ├── Sporting_Grotesque-Regular_web.ttf ├── Sporting_Grotesque-Regular_web.woff └── Sporting_Grotesque-Regular_web.woff2 ├── font.css └── preview.html /COPYRIGHT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/COPYRIGHT.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/README.md -------------------------------------------------------------------------------- /documentation/specimen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/documentation/specimen.png -------------------------------------------------------------------------------- /documentation/sporting_grotesque_greek_text_test.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/documentation/sporting_grotesque_greek_text_test.pdf -------------------------------------------------------------------------------- /fonts/SportingGrotesque-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/fonts/SportingGrotesque-Bold.otf -------------------------------------------------------------------------------- /fonts/SportingGrotesque-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/fonts/SportingGrotesque-Regular.otf -------------------------------------------------------------------------------- /sources/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/.DS_Store -------------------------------------------------------------------------------- /sources/kerning_groups/sporting_grotesque.mmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/kerning_groups/sporting_grotesque.mmg -------------------------------------------------------------------------------- /sources/sporting_grotesque.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque.glyphs -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/features.fea -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/fontinfo.plist -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/A_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/A_E_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/A_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/A_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/A_circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/A_circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/A_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/A_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/A_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/A_grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/A_lpha.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/A_lpha.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/A_lphatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/A_lphatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/A_ogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/A_ogonek.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/A_ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/A_ring.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/A_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/A_tilde.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/B_.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/B_.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/B_eta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/B_eta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/C_R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/C_R_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/C_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/C_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/C_cedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/C_cedilla.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/C_hi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/C_hi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/D_elta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/D_elta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/E_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/E_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/E_circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/E_circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/E_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/E_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/E_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/E_grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/E_ogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/E_ogonek.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/E_psilon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/E_psilon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/E_psilontonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/E_psilontonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/E_ta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/E_ta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/E_tatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/E_tatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/E_uro.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/E_uro.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/G_amma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/G_amma.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/I_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/I_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/I_circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/I_circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/I_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/I_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/I_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/I_grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/I_ota.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/I_ota.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/I_otadieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/I_otadieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/I_otatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/I_otatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/K_appa.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/K_appa.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/L_ambda.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/L_ambda.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/L_slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/L_slash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/M_u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/M_u.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/N_U_L_L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/N_U_L_L_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/N_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/N_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/N_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/N_tilde.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/N_u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/N_u.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_E_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_mega.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_mega.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_megatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_megatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_micron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_micron.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_microntonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_microntonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/O_slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/O_slash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/P_hi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/P_hi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/P_i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/P_i.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/P_i.ss01.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/P_i.ss01.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/P_si.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/P_si.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/Q_.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/Q_.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/R_ho.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/R_ho.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/S_.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/S_.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/S_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/S_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/S_igma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/S_igma.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/T_au.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/T_au.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/T_heta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/T_heta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/U_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/U_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/U_circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/U_circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/U_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/U_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/U_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/U_grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/U_psilon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/U_psilon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/U_psilondieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/U_psilondieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/U_psilontonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/U_psilontonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/X_i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/X_i.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/Y_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/Y_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/Y_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/Y_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/Z_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/Z_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/Z_dotaccent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/Z_dotaccent.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/Z_eta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/Z_eta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/_notdef.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/aacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/aacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/acircumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/acircumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/acute.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/acute.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/adieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/adieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ae.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ae.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/agrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/agrave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/alpha.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/alpha.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/alpha.ss01.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/alpha.ss01.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/alphatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/alphatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/alphatonos.ss01.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/alphatonos.ss01.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ampersand.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ampersand.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/anoteleia.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/anoteleia.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/aogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/aogonek.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/aring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/aring.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/asterisk.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/asterisk.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/atilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/atilde.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/backslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/backslash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/bar.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/beta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/beta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/braceleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/braceleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/braceright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/braceright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/bracketleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/bracketleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/bracketright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/bracketright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/brokenbar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/brokenbar.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/bullet.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/cacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/cacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ccedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ccedilla.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/cedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/cedilla.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/cent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/cent.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/chi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/chi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/circumflex.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/circumflex.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/colon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/colon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/comma.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/contents.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/contents.plist -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/copyright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/copyright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/dagger.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/dagger.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/daggerdbl.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/daggerdbl.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/degree.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/degree.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/delta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/delta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/dieresis.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/dieresis.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/dieresistonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/dieresistonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/divide.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/divide.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/dollar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/dollar.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/dotlessi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/dotlessi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/eacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/eacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ecircumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ecircumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/edieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/edieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/egrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/egrave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/eight.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/eight.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/eight.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/eight.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/eight.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/eight.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ellipsis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ellipsis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/emdash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/endash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/eogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/eogonek.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/epsilon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/epsilon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/epsilontonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/epsilontonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/equal.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/equal.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/eta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/eta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/etatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/etatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/exclam.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/exclam.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/exclamdown.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/exclamdown.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/f_f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/f_f.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/f_i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/f_i.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/f_l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/f_l.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/five.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/five.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/five.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/five.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/five.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/five.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/four.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/four.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/four.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/four.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/four.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/four.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/fraction.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/fraction.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/gamma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/gamma.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/germandbls.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/germandbls.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/grave.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/grave.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/greater.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/greater.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/guillemotleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/guillemotleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/guillemotright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/guillemotright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/guilsinglleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/guilsinglleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/guilsinglright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/guilsinglright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/hyphen.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/iacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/iacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/icircumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/icircumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/idieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/idieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/igrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/igrave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/iota.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/iota.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/iotadieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/iotadieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/iotadieresistonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/iotadieresistonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/iotatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/iotatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/kappa.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/kappa.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/lambda.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/lambda.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/less.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/lslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/lslash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/minus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/minus.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/mu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/mu.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/multiply.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/multiply.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/nacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/nacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/nine.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/nine.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/nine.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/nine.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/nine.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/nine.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ntilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ntilde.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/nu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/nu.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/numbersign.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/numbersign.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/oacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/oacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ocircumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ocircumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/odieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/odieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/oe.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/oe.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ograve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ograve.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/omega.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/omega.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/omegatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/omegatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/omicron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/omicron.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/omicrontonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/omicrontonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/one.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/one.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/one.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/one.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/one.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/onehalf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/onehalf.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/onequarter.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/onequarter.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/oslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/oslash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/paragraph.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/paragraph.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/parenleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/parenleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/parenright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/parenright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/percent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/percent.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/period.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/periodcentered.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/periodcentered.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/perthousand.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/perthousand.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/phi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/phi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/pi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/pi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/plus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/plus.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/plusminus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/plusminus.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/psi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/psi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/question.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/question.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/questiondown.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/questiondown.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/quotedbl.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/quotedbl.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/quotedblbase.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/quotedblbase.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/quotedblleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/quotedblleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/quotedblright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/quotedblright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/quoteleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/quoteleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/quoteright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/quoteright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/quotesinglbase.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/quotesinglbase.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/quotesingle.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/quotesingle.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/registered.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/registered.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/rho.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/rho.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ring.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ring.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ring.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/sacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/sacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/section.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/section.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/semicolon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/semicolon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/seven.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/seven.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/seven.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/seven.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/seven.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/seven.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/sigma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/sigma.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/sigma1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/sigma1.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/six.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/six.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/six.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/six.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/six.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/slash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/space.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/sterling.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/sterling.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/tau.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/tau.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/theta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/theta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/three.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/three.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/three.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/three.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/three.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/three.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/threequarters.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/threequarters.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/tilde.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/tilde.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/tilde.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/tonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/tonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/two.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/two.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/two.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/two.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/two.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/uacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/uacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ucircumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ucircumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/udieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/udieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ugrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ugrave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/underscore.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/underscore.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/uni0344.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/uni0344.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/uni037E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/uni037E_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/uni0394.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/uni0394.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/uni03A_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/uni03A_9.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/uni03B_C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/uni03B_C_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/upsilon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/upsilon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/upsilondieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/upsilondieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/upsilondieresistonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/upsilondieresistonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/upsilontonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/upsilontonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/xi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/xi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/yacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/yacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/ydieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/ydieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/yen.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/zacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/zacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/zdotaccent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/zdotaccent.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/zero.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/zero.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/zero.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/zero.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/zero.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/zero.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/glyphs/zeta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/glyphs/zeta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/groups.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/groups.plist -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/kerning.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/kerning.plist -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/lib.plist -------------------------------------------------------------------------------- /sources/sporting_grotesque_gras.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_gras.ufo/metainfo.plist -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/features.fea -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/fontinfo.plist -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/A_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/A_E_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/A_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/A_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/A_circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/A_circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/A_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/A_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/A_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/A_grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/A_lpha.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/A_lpha.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/A_lphatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/A_lphatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/A_ogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/A_ogonek.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/A_ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/A_ring.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/A_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/A_tilde.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/B_.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/B_.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/B_eta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/B_eta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/C_R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/C_R_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/C_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/C_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/C_cedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/C_cedilla.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/C_hi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/C_hi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/D_elta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/D_elta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/E_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/E_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/E_circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/E_circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/E_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/E_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/E_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/E_grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/E_ogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/E_ogonek.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/E_psilon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/E_psilon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/E_psilontonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/E_psilontonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/E_ta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/E_ta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/E_tatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/E_tatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/E_uro.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/E_uro.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/G_amma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/G_amma.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/I_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/I_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/I_circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/I_circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/I_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/I_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/I_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/I_grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/I_ota.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/I_ota.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/I_otadieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/I_otadieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/I_otatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/I_otatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/K_appa.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/K_appa.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/L_ambda.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/L_ambda.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/L_slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/L_slash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/M_u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/M_u.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/N_U_L_L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/N_U_L_L_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/N_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/N_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/N_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/N_tilde.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/N_u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/N_u.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_E_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_mega.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_mega.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_megatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_megatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_micron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_micron.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_microntonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_microntonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/O_slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/O_slash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/P_hi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/P_hi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/P_i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/P_i.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/P_i.ss01.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/P_i.ss01.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/P_si.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/P_si.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/Q_.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/Q_.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/R_ho.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/R_ho.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/S_.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/S_.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/S_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/S_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/S_igma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/S_igma.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/T_au.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/T_au.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/T_heta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/T_heta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/U_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/U_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/U_circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/U_circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/U_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/U_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/U_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/U_grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/U_psilon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/U_psilon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/U_psilondieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/U_psilondieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/U_psilontonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/U_psilontonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/X_i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/X_i.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/Y_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/Y_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/Y_dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/Y_dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/Z_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/Z_acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/Z_dotaccent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/Z_dotaccent.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/Z_eta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/Z_eta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/_notdef.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/aacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/aacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/acircumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/acircumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/acute.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/acute.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/acute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/adieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/adieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ae.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ae.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/agrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/agrave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/alpha.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/alpha.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/alpha.ss01.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/alpha.ss01.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/alphatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/alphatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/alphatonos.ss01.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/alphatonos.ss01.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ampersand.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ampersand.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/anoteleia.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/anoteleia.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/aogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/aogonek.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/aring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/aring.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/asterisk.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/asterisk.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/atilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/atilde.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/backslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/backslash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/bar.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/beta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/beta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/braceleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/braceleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/braceright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/braceright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/bracketleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/bracketleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/bracketright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/bracketright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/brokenbar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/brokenbar.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/bullet.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/cacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/cacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ccedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ccedilla.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/cedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/cedilla.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/cent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/cent.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/chi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/chi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/circumflex.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/circumflex.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/circumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/circumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/colon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/colon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/comma.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/contents.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/contents.plist -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/copyright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/copyright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/dagger.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/dagger.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/daggerdbl.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/daggerdbl.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/degree.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/degree.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/delta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/delta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/dieresis.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/dieresis.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/dieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/dieresistonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/dieresistonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/divide.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/divide.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/dollar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/dollar.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/dotlessi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/dotlessi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/eacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/eacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ecircumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ecircumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/edieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/edieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/egrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/egrave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/eight.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/eight.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/eight.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/eight.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/eight.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/eight.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ellipsis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ellipsis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/emdash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/endash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/eogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/eogonek.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/epsilon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/epsilon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/epsilontonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/epsilontonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/equal.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/equal.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/eta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/eta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/etatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/etatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/exclam.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/exclam.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/exclamdown.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/exclamdown.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/f_f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/f_f.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/f_i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/f_i.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/f_l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/f_l.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/five.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/five.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/five.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/five.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/five.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/five.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/four.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/four.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/four.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/four.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/four.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/four.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/fraction.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/fraction.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/gamma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/gamma.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/germandbls.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/germandbls.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/grave.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/grave.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/grave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/greater.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/greater.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/guillemotleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/guillemotleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/guillemotright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/guillemotright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/guilsinglleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/guilsinglleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/guilsinglright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/guilsinglright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/hyphen.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/iacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/iacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/icircumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/icircumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/idieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/idieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/igrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/igrave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/iota.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/iota.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/iotadieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/iotadieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/iotadieresistonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/iotadieresistonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/iotatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/iotatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/kappa.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/kappa.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/lambda.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/lambda.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/less.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/lslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/lslash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/minus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/minus.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/mu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/mu.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/multiply.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/multiply.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/nacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/nacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/nine.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/nine.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/nine.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/nine.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/nine.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/nine.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ntilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ntilde.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/nu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/nu.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/numbersign.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/numbersign.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/oacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/oacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ocircumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ocircumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/odieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/odieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/oe.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/oe.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ograve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ograve.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/omega.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/omega.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/omegatonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/omegatonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/omicron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/omicron.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/omicrontonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/omicrontonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/one.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/one.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/one.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/one.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/one.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/onehalf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/onehalf.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/onequarter.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/onequarter.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/oslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/oslash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/paragraph.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/paragraph.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/parenleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/parenleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/parenright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/parenright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/percent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/percent.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/period.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/periodcentered.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/periodcentered.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/perthousand.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/perthousand.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/phi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/phi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/pi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/pi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/plus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/plus.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/plusminus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/plusminus.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/psi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/psi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/question.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/question.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/questiondown.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/questiondown.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/quotedbl.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/quotedbl.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/quotedblbase.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/quotedblbase.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/quotedblleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/quotedblleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/quotedblright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/quotedblright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/quoteleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/quoteleft.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/quoteright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/quoteright.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/quotesinglbase.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/quotesinglbase.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/quotesingle.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/quotesingle.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/registered.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/registered.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/rho.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/rho.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ring.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ring.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ring.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/sacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/sacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/section.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/section.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/semicolon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/semicolon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/seven.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/seven.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/seven.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/seven.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/seven.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/seven.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/sigma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/sigma.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/sigma1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/sigma1.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/six.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/six.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/six.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/six.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/six.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/slash.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/space.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/sterling.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/sterling.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/tau.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/tau.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/theta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/theta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/three.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/three.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/three.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/three.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/three.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/three.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/threequarters.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/threequarters.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/tilde.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/tilde.case.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/tilde.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/tonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/tonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/two.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/two.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/two.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/two.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/two.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/uacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/uacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ucircumflex.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ucircumflex.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/udieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/udieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ugrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ugrave.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/underscore.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/underscore.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/uni0344.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/uni0344.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/uni037E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/uni037E_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/uni0394.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/uni0394.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/uni03A_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/uni03A_9.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/uni03B_C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/uni03B_C_.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/upsilon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/upsilon.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/upsilondieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/upsilondieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/upsilondieresistonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/upsilondieresistonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/upsilontonos.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/upsilontonos.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/xi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/xi.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/yacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/yacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/ydieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/ydieresis.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/yen.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/zacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/zacute.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/zdotaccent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/zdotaccent.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/zero.alt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/zero.alt.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/zero.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/zero.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/zero.susp_prop.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/zero.susp_prop.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/glyphs/zeta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/glyphs/zeta.glif -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/groups.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/groups.plist -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/kerning.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/kerning.plist -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/lib.plist -------------------------------------------------------------------------------- /sources/sporting_grotesque_normal.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/sources/sporting_grotesque_normal.ufo/metainfo.plist -------------------------------------------------------------------------------- /webfonts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/.DS_Store -------------------------------------------------------------------------------- /webfonts/Bold/Sporting_Grotesque-Bold_web.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Bold/Sporting_Grotesque-Bold_web.eot -------------------------------------------------------------------------------- /webfonts/Bold/Sporting_Grotesque-Bold_web.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Bold/Sporting_Grotesque-Bold_web.otf -------------------------------------------------------------------------------- /webfonts/Bold/Sporting_Grotesque-Bold_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Bold/Sporting_Grotesque-Bold_web.svg -------------------------------------------------------------------------------- /webfonts/Bold/Sporting_Grotesque-Bold_web.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Bold/Sporting_Grotesque-Bold_web.ttf -------------------------------------------------------------------------------- /webfonts/Bold/Sporting_Grotesque-Bold_web.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Bold/Sporting_Grotesque-Bold_web.woff -------------------------------------------------------------------------------- /webfonts/Bold/Sporting_Grotesque-Bold_web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Bold/Sporting_Grotesque-Bold_web.woff2 -------------------------------------------------------------------------------- /webfonts/Regular/Sporting_Grotesque-Regular_web.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Regular/Sporting_Grotesque-Regular_web.eot -------------------------------------------------------------------------------- /webfonts/Regular/Sporting_Grotesque-Regular_web.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Regular/Sporting_Grotesque-Regular_web.otf -------------------------------------------------------------------------------- /webfonts/Regular/Sporting_Grotesque-Regular_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Regular/Sporting_Grotesque-Regular_web.svg -------------------------------------------------------------------------------- /webfonts/Regular/Sporting_Grotesque-Regular_web.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Regular/Sporting_Grotesque-Regular_web.ttf -------------------------------------------------------------------------------- /webfonts/Regular/Sporting_Grotesque-Regular_web.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Regular/Sporting_Grotesque-Regular_web.woff -------------------------------------------------------------------------------- /webfonts/Regular/Sporting_Grotesque-Regular_web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/Regular/Sporting_Grotesque-Regular_web.woff2 -------------------------------------------------------------------------------- /webfonts/font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/font.css -------------------------------------------------------------------------------- /webfonts/preview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/velvetyne/Sporting-Grotesque/HEAD/webfonts/preview.html --------------------------------------------------------------------------------