├── .gitignore ├── AUTHORS.txt ├── CONTRIBUTORS.txt ├── OFL.txt ├── README.md ├── TRADEMARKS.txt ├── fonts ├── otf │ ├── MerriweatherSans-Bold.otf │ ├── MerriweatherSans-BoldItalic.otf │ ├── MerriweatherSans-ExtraBold.otf │ ├── MerriweatherSans-ExtraBoldItalic.otf │ ├── MerriweatherSans-Italic.otf │ ├── MerriweatherSans-Light.otf │ ├── MerriweatherSans-LightItalic.otf │ └── MerriweatherSans-Regular.otf ├── ttf │ ├── MerriweatherSans-Bold.ttf │ ├── MerriweatherSans-BoldItalic.ttf │ ├── MerriweatherSans-ExtraBold.ttf │ ├── MerriweatherSans-ExtraBoldItalic.ttf │ ├── MerriweatherSans-Italic.ttf │ ├── MerriweatherSans-Light.ttf │ ├── MerriweatherSans-LightItalic.ttf │ └── MerriweatherSans-Regular.ttf └── variable │ ├── MerriweatherSans-Italic[wght].ttf │ └── MerriweatherSans[wght].ttf ├── requirements.txt └── sources ├── MerriweatherSans-ExtraBold.ufo ├── features.fea ├── fontinfo.plist ├── glyphs.public.background │ ├── E_zh.glif │ ├── S_chwa.glif │ ├── contents.plist │ ├── four.dnom.glif │ ├── four.glif │ ├── four.lf.glif │ ├── four.sc.glif │ ├── four.tf.glif │ ├── germandbls.sc.glif │ ├── gravecomb.glif │ ├── jdotless.glif │ ├── kip.glif │ ├── layerinfo.plist │ ├── ohorn.sc.glif │ ├── quotesingle.glif │ ├── schwa.sc.glif │ └── tildecomb.case.glif ├── glyphs │ ├── A_.glif │ ├── A_E_.glif │ ├── A_E_acute.glif │ ├── A_acute.glif │ ├── A_breve.glif │ ├── A_breveacute.glif │ ├── A_brevedotbelow.glif │ ├── A_brevegrave.glif │ ├── A_brevehookabove.glif │ ├── A_brevetilde.glif │ ├── A_caron.glif │ ├── A_circumflex.glif │ ├── A_circumflexacute.glif │ ├── A_circumflexdotbelow.glif │ ├── A_circumflexgrave.glif │ ├── A_circumflexhookabove.glif │ ├── A_circumflextilde.glif │ ├── A_dblgrave.glif │ ├── A_dieresis.glif │ ├── A_dotbelow.glif │ ├── A_grave.glif │ ├── A_hookabove.glif │ ├── A_invertedbreve.glif │ ├── A_macron.glif │ ├── A_ogonek.glif │ ├── A_ring.glif │ ├── A_ringacute.glif │ ├── A_tilde.glif │ ├── B_.glif │ ├── B_dotaccent.glif │ ├── C_.glif │ ├── C_R_.glif │ ├── C_acute.glif │ ├── C_caron.glif │ ├── C_cedilla.glif │ ├── C_cedillaacute.glif │ ├── C_circumflex.glif │ ├── C_dotaccent.glif │ ├── D_.glif │ ├── D_Z_.glif │ ├── D_Z_caron.glif │ ├── D_caron.glif │ ├── D_croat.glif │ ├── D_dotaccent.glif │ ├── D_dotbelow.glif │ ├── D_elta.glif │ ├── D_linebelow.glif │ ├── D_z.glif │ ├── D_zcaron.glif │ ├── E_.glif │ ├── E_acute.glif │ ├── E_breve.glif │ ├── E_caron.glif │ ├── E_cedillabreve.glif │ ├── E_circumflex.glif │ ├── E_circumflexacute.glif │ ├── E_circumflexdotbelow.glif │ ├── E_circumflexgrave.glif │ ├── E_circumflexhookabove.glif │ ├── E_circumflextilde.glif │ ├── E_dblgrave.glif │ ├── E_dieresis.glif │ ├── E_dotaccent.glif │ ├── E_dotbelow.glif │ ├── E_grave.glif │ ├── E_hookabove.glif │ ├── E_invertedbreve.glif │ ├── E_macron.glif │ ├── E_macronacute.glif │ ├── E_macrongrave.glif │ ├── E_ng.glif │ ├── E_ogonek.glif │ ├── E_th.glif │ ├── E_tilde.glif │ ├── E_zh.glif │ ├── E_zhcaron.glif │ ├── F_.glif │ ├── F_dotaccent.glif │ ├── G_.glif │ ├── G_breve.glif │ ├── G_caron.glif │ ├── G_circumflex.glif │ ├── G_commaaccent.glif │ ├── G_dotaccent.glif │ ├── G_ermandbls.glif │ ├── G_macron.glif │ ├── H_.glif │ ├── H_bar.glif │ ├── H_brevebelow.glif │ ├── H_circumflex.glif │ ├── H_dotbelow.glif │ ├── I_.glif │ ├── I_.uc.glif │ ├── I_J_.glif │ ├── I_J__acutecomb.glif │ ├── I_acute.glif │ ├── I_breve.glif │ ├── I_caron.glif │ ├── I_circumflex.glif │ ├── I_dblgrave.glif │ ├── I_dieresis.glif │ ├── I_dieresisacute.glif │ ├── I_dotaccent.glif │ ├── I_dotbelow.glif │ ├── I_grave.glif │ ├── I_hookabove.glif │ ├── I_invertedbreve.glif │ ├── I_macron.glif │ ├── I_ogonek.glif │ ├── I_tilde.glif │ ├── J_.glif │ ├── J_circumflex.glif │ ├── K_.glif │ ├── K_commaaccent.glif │ ├── L_.glif │ ├── L_J_.glif │ ├── L_acute.glif │ ├── L_caron.glif │ ├── L_commaaccent.glif │ ├── L_dot.glif │ ├── L_dotbelow.glif │ ├── L_j.glif │ ├── L_linebelow.glif │ ├── L_slash.glif │ ├── M_.glif │ ├── M_dotaccent.glif │ ├── M_dotbelow.glif │ ├── N_.glif │ ├── N_J_.glif │ ├── N_acute.glif │ ├── N_caron.glif │ ├── N_commaaccent.glif │ ├── N_dotaccent.glif │ ├── N_dotbelow.glif │ ├── N_j.glif │ ├── N_linebelow.glif │ ├── N_tilde.glif │ ├── O_.glif │ ├── O_E_.glif │ ├── O_acute.glif │ ├── O_breve.glif │ ├── O_caron.glif │ ├── O_circumflex.glif │ ├── O_circumflexacute.glif │ ├── O_circumflexdotbelow.glif │ ├── O_circumflexgrave.glif │ ├── O_circumflexhookabove.glif │ ├── O_circumflextilde.glif │ ├── O_dblgrave.glif │ ├── O_dieresis.glif │ ├── O_dieresismacron.glif │ ├── O_dotaccentmacron.glif │ ├── O_dotbelow.glif │ ├── O_grave.glif │ ├── O_hm.glif │ ├── O_hookabove.glif │ ├── O_horn.glif │ ├── O_hornacute.glif │ ├── O_horndotbelow.glif │ ├── O_horngrave.glif │ ├── O_hornhookabove.glif │ ├── O_horntilde.glif │ ├── O_hungarumlaut.glif │ ├── O_invertedbreve.glif │ ├── O_macron.glif │ ├── O_macronacute.glif │ ├── O_macrongrave.glif │ ├── O_mega.glif │ ├── O_ogonek.glif │ ├── O_slash.glif │ ├── O_slashacute.glif │ ├── O_tilde.glif │ ├── O_tildeacute.glif │ ├── O_tildedieresis.glif │ ├── O_tildemacron.glif │ ├── P_.glif │ ├── P_dotaccent.glif │ ├── Q_.glif │ ├── R_.glif │ ├── R_acute.glif │ ├── R_caron.glif │ ├── R_commaaccent.glif │ ├── R_dblgrave.glif │ ├── R_dotbelow.glif │ ├── R_invertedbreve.glif │ ├── R_linebelow.glif │ ├── S_.glif │ ├── S_acute.glif │ ├── S_acutedotaccent.glif │ ├── S_caron.glif │ ├── S_carondotaccent.glif │ ├── S_cedilla.glif │ ├── S_chwa.glif │ ├── S_circumflex.glif │ ├── S_commaaccent.glif │ ├── S_dotaccent.glif │ ├── S_dotbelow.glif │ ├── S_dotbelowdotaccent.glif │ ├── T_.glif │ ├── T_bar.glif │ ├── T_caron.glif │ ├── T_cedilla.glif │ ├── T_commaaccent.glif │ ├── T_dotaccent.glif │ ├── T_dotbelow.glif │ ├── T_horn.glif │ ├── T_linebelow.glif │ ├── U_.glif │ ├── U_acute.glif │ ├── U_breve.glif │ ├── U_caron.glif │ ├── U_circumflex.glif │ ├── U_dblgrave.glif │ ├── U_dieresis.glif │ ├── U_dieresisacute.glif │ ├── U_dieresiscaron.glif │ ├── U_dieresisgrave.glif │ ├── U_dieresismacron.glif │ ├── U_dotbelow.glif │ ├── U_grave.glif │ ├── U_hookabove.glif │ ├── U_horn.glif │ ├── U_hornacute.glif │ ├── U_horndotbelow.glif │ ├── U_horngrave.glif │ ├── U_hornhookabove.glif │ ├── U_horntilde.glif │ ├── U_hungarumlaut.glif │ ├── U_invertedbreve.glif │ ├── U_macron.glif │ ├── U_macrondieresis.glif │ ├── U_ogonek.glif │ ├── U_ring.glif │ ├── U_tilde.glif │ ├── U_tildeacute.glif │ ├── V_.glif │ ├── W_.glif │ ├── W_acute.glif │ ├── W_circumflex.glif │ ├── W_dieresis.glif │ ├── W_grave.glif │ ├── X_.glif │ ├── Y_.glif │ ├── Y_acute.glif │ ├── Y_circumflex.glif │ ├── Y_dieresis.glif │ ├── Y_dotaccent.glif │ ├── Y_dotbelow.glif │ ├── Y_grave.glif │ ├── Y_hookabove.glif │ ├── Y_macron.glif │ ├── Y_tilde.glif │ ├── Z_.glif │ ├── Z_acute.glif │ ├── Z_caron.glif │ ├── Z_dotaccent.glif │ ├── Z_dotbelow.glif │ ├── _notdef.glif │ ├── _null.glif │ ├── a.glif │ ├── a.sc.glif │ ├── aacute.glif │ ├── aacute.sc.glif │ ├── abreve.glif │ ├── abreve.sc.glif │ ├── abreveacute.glif │ ├── abreveacute.sc.glif │ ├── abrevedotbelow.glif │ ├── abrevedotbelow.sc.glif │ ├── abrevegrave.glif │ ├── abrevegrave.sc.glif │ ├── abrevehookabove.glif │ ├── abrevehookabove.sc.glif │ ├── abrevetilde.glif │ ├── abrevetilde.sc.glif │ ├── acaron.glif │ ├── acaron.sc.glif │ ├── acircumflex.glif │ ├── acircumflex.sc.glif │ ├── acircumflexacute.glif │ ├── acircumflexacute.sc.glif │ ├── acircumflexdotbelow.glif │ ├── acircumflexdotbelow.sc.glif │ ├── acircumflexgrave.glif │ ├── acircumflexgrave.sc.glif │ ├── acircumflexhookabove.glif │ ├── acircumflexhookabove.sc.glif │ ├── acircumflextilde.glif │ ├── acircumflextilde.sc.glif │ ├── acute.glif │ ├── acutecomb.case.glif │ ├── acutecomb.glif │ ├── adblgrave.glif │ ├── adblgrave.sc.glif │ ├── adieresis.glif │ ├── adieresis.sc.glif │ ├── adotbelow.glif │ ├── adotbelow.sc.glif │ ├── ae.glif │ ├── ae.sc.glif │ ├── aeacute.glif │ ├── aeacute.sc.glif │ ├── agrave.glif │ ├── agrave.sc.glif │ ├── ahookabove.glif │ ├── ahookabove.sc.glif │ ├── ainvertedbreve.glif │ ├── ainvertedbreve.sc.glif │ ├── amacron.glif │ ├── amacron.sc.glif │ ├── ampersand.glif │ ├── aogonek.glif │ ├── aogonek.sc.glif │ ├── apostrophemod.glif │ ├── approxequal.glif │ ├── aring.glif │ ├── aring.sc.glif │ ├── aringacute.glif │ ├── aringacute.sc.glif │ ├── asciicircum.glif │ ├── asciitilde.glif │ ├── asterisk.glif │ ├── at.case.glif │ ├── at.glif │ ├── atilde.glif │ ├── atilde.sc.glif │ ├── b.glif │ ├── b.sc.glif │ ├── backslash.case.glif │ ├── backslash.glif │ ├── bar.glif │ ├── bdotaccent.glif │ ├── bdotaccent.sc.glif │ ├── bitcoin.glif │ ├── blackD_iamond.glif │ ├── blackS_quare.glif │ ├── braceleft.case.glif │ ├── braceleft.glif │ ├── braceright.case.glif │ ├── braceright.glif │ ├── bracketleft.case.glif │ ├── bracketleft.glif │ ├── bracketright.case.glif │ ├── bracketright.glif │ ├── breve.glif │ ├── brevebelowcomb.case.glif │ ├── brevebelowcomb.glif │ ├── brevecomb.case.glif │ ├── brevecomb.glif │ ├── brevecomb_acutecomb.case.glif │ ├── brevecomb_acutecomb.glif │ ├── brevecomb_gravecomb.case.glif │ ├── brevecomb_gravecomb.glif │ ├── brevecomb_hookabovecomb.case.glif │ ├── brevecomb_hookabovecomb.glif │ ├── brevecomb_tildecomb.case.glif │ ├── brevecomb_tildecomb.glif │ ├── breveinvertedcomb.case.glif │ ├── breveinvertedcomb.glif │ ├── brokenbar.glif │ ├── bullet.case.glif │ ├── bullet.glif │ ├── bulletoperator.glif │ ├── c.glif │ ├── c.sc.glif │ ├── cacute.glif │ ├── cacute.sc.glif │ ├── caron.glif │ ├── caroncomb.alt.glif │ ├── caroncomb.case.glif │ ├── caroncomb.glif │ ├── ccaron.glif │ ├── ccaron.sc.glif │ ├── ccedilla.glif │ ├── ccedilla.sc.glif │ ├── ccedillaacute.glif │ ├── ccedillaacute.sc.glif │ ├── ccircumflex.glif │ ├── ccircumflex.sc.glif │ ├── cdotaccent.glif │ ├── cdotaccent.sc.glif │ ├── cedi.glif │ ├── cedilla.glif │ ├── cedillacomb.case.glif │ ├── cedillacomb.glif │ ├── cent.glif │ ├── circumflex.glif │ ├── circumflexcomb.case.glif │ ├── circumflexcomb.glif │ ├── circumflexcomb_acutecomb.case.glif │ ├── circumflexcomb_acutecomb.glif │ ├── circumflexcomb_gravecomb.case.glif │ ├── circumflexcomb_gravecomb.glif │ ├── circumflexcomb_hookabovecomb.case.glif │ ├── circumflexcomb_hookabovecomb.glif │ ├── circumflexcomb_tildecomb.case.glif │ ├── circumflexcomb_tildecomb.glif │ ├── colon.glif │ ├── colonsign.glif │ ├── comma.glif │ ├── commaaccentcomb.case.glif │ ├── commaaccentcomb.glif │ ├── commaturnedabovecomb.case.glif │ ├── commaturnedabovecomb.glif │ ├── commaturnedmod.glif │ ├── commercialM_inusS_ign.glif │ ├── contents.plist │ ├── copyright.glif │ ├── currency.glif │ ├── d.glif │ ├── d.sc.glif │ ├── dagger.glif │ ├── daggerdbl.glif │ ├── dblgravecomb.case.glif │ ├── dblgravecomb.glif │ ├── dcaron.glif │ ├── dcaron.sc.glif │ ├── dcroat.glif │ ├── dcroat.sc.glif │ ├── ddotaccent.glif │ ├── ddotaccent.sc.glif │ ├── ddotbelow.glif │ ├── ddotbelow.sc.glif │ ├── degree.glif │ ├── delta.sc.glif │ ├── dieresis.glif │ ├── dieresisbelowcomb.case.glif │ ├── dieresisbelowcomb.glif │ ├── dieresiscomb.case.glif │ ├── dieresiscomb.glif │ ├── divide.glif │ ├── divisionslash.glif │ ├── dlinebelow.glif │ ├── dlinebelow.sc.glif │ ├── dollar.glif │ ├── dong.glif │ ├── dotaccent.glif │ ├── dotaccentcomb.case.glif │ ├── dotaccentcomb.glif │ ├── dotbelowcomb.case.glif │ ├── dotbelowcomb.glif │ ├── doubleprimemod.glif │ ├── downA_rrow.glif │ ├── downB_lackT_riangle.glif │ ├── downW_hiteT_riangle.glif │ ├── dram-arm.glif │ ├── dz.glif │ ├── dz.sc.glif │ ├── dzcaron.glif │ ├── dzcaron.sc.glif │ ├── e.glif │ ├── e.sc.glif │ ├── eacute.glif │ ├── eacute.sc.glif │ ├── ebreve.glif │ ├── ebreve.sc.glif │ ├── ecaron.glif │ ├── ecaron.sc.glif │ ├── ecedillabreve.glif │ ├── ecedillabreve.sc.glif │ ├── ecircumflex.glif │ ├── ecircumflex.sc.glif │ ├── ecircumflexacute.glif │ ├── ecircumflexacute.sc.glif │ ├── ecircumflexdotbelow.glif │ ├── ecircumflexdotbelow.sc.glif │ ├── ecircumflexgrave.glif │ ├── ecircumflexgrave.sc.glif │ ├── ecircumflexhookabove.glif │ ├── ecircumflexhookabove.sc.glif │ ├── ecircumflextilde.glif │ ├── ecircumflextilde.sc.glif │ ├── edblgrave.glif │ ├── edblgrave.sc.glif │ ├── edieresis.glif │ ├── edieresis.sc.glif │ ├── edotaccent.glif │ ├── edotaccent.sc.glif │ ├── edotbelow.glif │ ├── edotbelow.sc.glif │ ├── egrave.glif │ ├── egrave.sc.glif │ ├── ehookabove.glif │ ├── ehookabove.sc.glif │ ├── eight.dnom.glif │ ├── eight.glif │ ├── eight.lf.glif │ ├── eight.numr.glif │ ├── eight.osf.glif │ ├── eight.sc.glif │ ├── eight.tf.glif │ ├── eight.tosf.glif │ ├── eightinferior.glif │ ├── eightsuperior.glif │ ├── einvertedbreve.glif │ ├── einvertedbreve.sc.glif │ ├── ellipsis.glif │ ├── emacron.glif │ ├── emacron.sc.glif │ ├── emacronacute.glif │ ├── emacronacute.sc.glif │ ├── emacrongrave.glif │ ├── emacrongrave.sc.glif │ ├── emdash.case.glif │ ├── emdash.glif │ ├── emptyset.glif │ ├── emquad.glif │ ├── emspace.glif │ ├── endash.case.glif │ ├── endash.glif │ ├── eng.glif │ ├── eng.sc.glif │ ├── enquad.glif │ ├── enspace.glif │ ├── eogonek.glif │ ├── eogonek.sc.glif │ ├── equal.glif │ ├── estimated.glif │ ├── eth.glif │ ├── eth.sc.glif │ ├── etilde.glif │ ├── etilde.sc.glif │ ├── euro.glif │ ├── exclam.glif │ ├── exclamdouble.glif │ ├── exclamdown.case.glif │ ├── exclamdown.glif │ ├── ezh.glif │ ├── ezh.sc.glif │ ├── ezhcaron.glif │ ├── ezhcaron.sc.glif │ ├── f.glif │ ├── f.sc.glif │ ├── f_f.glif │ ├── f_f_i.glif │ ├── f_f_l.glif │ ├── fdotaccent.glif │ ├── fdotaccent.sc.glif │ ├── fi.glif │ ├── figuredash.glif │ ├── figurespace.glif │ ├── firsttonechinese.glif │ ├── five.dnom.glif │ ├── five.glif │ ├── five.lf.glif │ ├── five.numr.glif │ ├── five.osf.glif │ ├── five.sc.glif │ ├── five.tf.glif │ ├── five.tosf.glif │ ├── fiveeighths.glif │ ├── fiveinferior.glif │ ├── fivesixths.glif │ ├── fivesuperior.glif │ ├── fl.glif │ ├── florin.glif │ ├── four.dnom.glif │ ├── four.glif │ ├── four.lf.glif │ ├── four.numr.glif │ ├── four.osf.glif │ ├── four.sc.glif │ ├── four.tf.glif │ ├── four.tosf.glif │ ├── fourfifths.glif │ ├── fourinferior.glif │ ├── fourperemspace.glif │ ├── foursuperior.glif │ ├── fourthtonechinese.glif │ ├── fraction.glif │ ├── franc.glif │ ├── g.glif │ ├── g.sc.glif │ ├── gacute.sc.glif │ ├── gbreve.glif │ ├── gbreve.sc.glif │ ├── gcaron.glif │ ├── gcaron.sc.glif │ ├── gcircumflex.glif │ ├── gcircumflex.sc.glif │ ├── gcommaaccent.glif │ ├── gcommaaccent.sc.glif │ ├── gdotaccent.glif │ ├── gdotaccent.sc.glif │ ├── germandbls.glif │ ├── germandbls.sc.glif │ ├── gmacron.glif │ ├── gmacron.sc.glif │ ├── grave.glif │ ├── gravecomb.case.glif │ ├── gravecomb.glif │ ├── greater.glif │ ├── greaterequal.glif │ ├── guarani.glif │ ├── guillemetleft.case.glif │ ├── guillemetleft.glif │ ├── guillemetright.case.glif │ ├── guillemetright.glif │ ├── guilsinglleft.case.glif │ ├── guilsinglleft.glif │ ├── guilsinglright.case.glif │ ├── guilsinglright.glif │ ├── h.glif │ ├── h.sc.glif │ ├── hairspace.glif │ ├── hbar.glif │ ├── hbar.sc.glif │ ├── hbrevebelow.glif │ ├── hbrevebelow.sc.glif │ ├── hcircumflex.glif │ ├── hcircumflex.sc.glif │ ├── hdotbelow.glif │ ├── hdotbelow.sc.glif │ ├── hookabovecomb.case.glif │ ├── hookabovecomb.glif │ ├── horizontalbar.glif │ ├── horncomb.case.glif │ ├── horncomb.glif │ ├── hryvnia.glif │ ├── hungarumlaut.glif │ ├── hungarumlautcomb.case.glif │ ├── hungarumlautcomb.glif │ ├── hyphen.case.glif │ ├── hyphen.glif │ ├── hyphentwo.glif │ ├── i.cy.glif │ ├── i.dot.glif │ ├── i.dot.sc.glif │ ├── i.glif │ ├── i.sc.glif │ ├── i.uc.sc.glif │ ├── iacute.glif │ ├── iacute.sc.glif │ ├── ibreve.glif │ ├── ibreve.sc.glif │ ├── icaron.glif │ ├── icaron.sc.glif │ ├── icircumflex.glif │ ├── icircumflex.sc.glif │ ├── idblgrave.glif │ ├── idblgrave.sc.glif │ ├── idieresis.glif │ ├── idieresis.sc.glif │ ├── idieresisacute.glif │ ├── idieresisacute.sc.glif │ ├── idotaccent.glif │ ├── idotaccent.sc.glif │ ├── idotbelow.glif │ ├── idotbelow.sc.glif │ ├── idotless.glif │ ├── idotless.sc.glif │ ├── igrave.glif │ ├── igrave.sc.glif │ ├── ihookabove.glif │ ├── ihookabove.sc.glif │ ├── iinvertedbreve.glif │ ├── iinvertedbreve.sc.glif │ ├── ij.glif │ ├── ij.sc.glif │ ├── ij_acutecomb.glif │ ├── ij_acutecomb.sc.glif │ ├── imacron.glif │ ├── imacron.sc.glif │ ├── increment.glif │ ├── infinity.glif │ ├── integral.glif │ ├── iogonek.glif │ ├── iogonek.sc.glif │ ├── itilde.glif │ ├── itilde.sc.glif │ ├── j.glif │ ├── j.sc.glif │ ├── jcircumflex.glif │ ├── jcircumflex.sc.glif │ ├── jdotless.glif │ ├── jdotless.sc.glif │ ├── k.glif │ ├── k.sc.glif │ ├── kcommaaccent.glif │ ├── kcommaaccent.sc.glif │ ├── kgreenlandic.glif │ ├── kgreenlandic.sc.glif │ ├── kip.glif │ ├── l.glif │ ├── l.sc.glif │ ├── lacute.glif │ ├── lacute.sc.glif │ ├── layerinfo.plist │ ├── lcaron.glif │ ├── lcaron.sc.glif │ ├── lcommaaccent.glif │ ├── lcommaaccent.sc.glif │ ├── ldot.glif │ ├── ldot.sc.glif │ ├── ldotbelow.glif │ ├── ldotbelow.sc.glif │ ├── leftA_rrow.glif │ ├── leftB_lackT_riangle.glif │ ├── leftW_hiteT_riangle.glif │ ├── leftanglebracket-math.glif │ ├── less.glif │ ├── lessequal.glif │ ├── lira.glif │ ├── liraT_urkish.glif │ ├── literS_ign.glif │ ├── lj.glif │ ├── lj.sc.glif │ ├── llinebelow.glif │ ├── llinebelow.sc.glif │ ├── logicalnot.glif │ ├── lozenge.glif │ ├── lslash.glif │ ├── lslash.sc.glif │ ├── m.glif │ ├── m.sc.glif │ ├── macron.glif │ ├── macronbelowcomb.case.glif │ ├── macronbelowcomb.glif │ ├── macroncomb.case.glif │ ├── macroncomb.glif │ ├── manat.glif │ ├── mdotaccent.glif │ ├── mdotaccent.sc.glif │ ├── mdotbelow.glif │ ├── mdotbelow.sc.glif │ ├── micro.glif │ ├── minus.glif │ ├── minute.glif │ ├── mu.glif │ ├── mu.sc.glif │ ├── multiply.glif │ ├── n.glif │ ├── n.sc.glif │ ├── nacute.glif │ ├── nacute.sc.glif │ ├── naira.glif │ ├── napostrophe.glif │ ├── narrownbspace.glif │ ├── nbspace.glif │ ├── ncaron.glif │ ├── ncaron.sc.glif │ ├── ncommaaccent.glif │ ├── ncommaaccent.sc.glif │ ├── ndotaccent.glif │ ├── ndotaccent.sc.glif │ ├── ndotbelow.glif │ ├── ndotbelow.sc.glif │ ├── nine.dnom.glif │ ├── nine.glif │ ├── nine.lf.glif │ ├── nine.numr.glif │ ├── nine.osf.glif │ ├── nine.sc.glif │ ├── nine.tf.glif │ ├── nine.tosf.glif │ ├── nineinferior.glif │ ├── ninesuperior.glif │ ├── nj.glif │ ├── nj.sc.glif │ ├── nlinebelow.glif │ ├── nlinebelow.sc.glif │ ├── notequal.glif │ ├── ntilde.glif │ ├── ntilde.sc.glif │ ├── numbersign.glif │ ├── numero.glif │ ├── o.glif │ ├── o.sc.glif │ ├── oacute.glif │ ├── oacute.sc.glif │ ├── obreve.glif │ ├── obreve.sc.glif │ ├── ocaron.glif │ ├── ocaron.sc.glif │ ├── ocircumflex.glif │ ├── ocircumflex.sc.glif │ ├── ocircumflexacute.glif │ ├── ocircumflexacute.sc.glif │ ├── ocircumflexdotbelow.glif │ ├── ocircumflexdotbelow.sc.glif │ ├── ocircumflexgrave.glif │ ├── ocircumflexgrave.sc.glif │ ├── ocircumflexhookabove.glif │ ├── ocircumflexhookabove.sc.glif │ ├── ocircumflextilde.glif │ ├── ocircumflextilde.sc.glif │ ├── odblgrave.glif │ ├── odblgrave.sc.glif │ ├── odieresis.glif │ ├── odieresis.sc.glif │ ├── odieresismacron.glif │ ├── odieresismacron.sc.glif │ ├── odotaccentmacron.glif │ ├── odotaccentmacron.sc.glif │ ├── odotbelow.glif │ ├── odotbelow.sc.glif │ ├── oe.glif │ ├── oe.sc.glif │ ├── ogonek.glif │ ├── ogonekcomb.case.glif │ ├── ogonekcomb.glif │ ├── ograve.glif │ ├── ograve.sc.glif │ ├── ohookabove.glif │ ├── ohookabove.sc.glif │ ├── ohorn.glif │ ├── ohorn.sc.glif │ ├── ohornacute.glif │ ├── ohornacute.sc.glif │ ├── ohorndotbelow.glif │ ├── ohorndotbelow.sc.glif │ ├── ohorngrave.glif │ ├── ohorngrave.sc.glif │ ├── ohornhookabove.glif │ ├── ohornhookabove.sc.glif │ ├── ohorntilde.glif │ ├── ohorntilde.sc.glif │ ├── ohungarumlaut.glif │ ├── ohungarumlaut.sc.glif │ ├── oinvertedbreve.glif │ ├── oinvertedbreve.sc.glif │ ├── omacron.glif │ ├── omacron.sc.glif │ ├── omacronacute.glif │ ├── omacronacute.sc.glif │ ├── omacrongrave.glif │ ├── omacrongrave.sc.glif │ ├── omega.sc.glif │ ├── one.dnom.glif │ ├── one.glif │ ├── one.lf.glif │ ├── one.numr.glif │ ├── one.osf.glif │ ├── one.sc.glif │ ├── one.tf.glif │ ├── one.tosf.glif │ ├── oneeighth.glif │ ├── onefifth.glif │ ├── onehalf.glif │ ├── oneinferior.glif │ ├── oneninth.glif │ ├── onequarter.glif │ ├── oneseventh.glif │ ├── onesixth.glif │ ├── onesuperior.glif │ ├── onetenth.glif │ ├── onethird.glif │ ├── oogonek.glif │ ├── oogonek.sc.glif │ ├── ordfeminine.glif │ ├── ordmasculine.glif │ ├── oslash.glif │ ├── oslash.sc.glif │ ├── oslashacute.glif │ ├── oslashacute.sc.glif │ ├── otilde.glif │ ├── otilde.sc.glif │ ├── otildeacute.glif │ ├── otildeacute.sc.glif │ ├── otildedieresis.glif │ ├── otildedieresis.sc.glif │ ├── otildemacron.glif │ ├── otildemacron.sc.glif │ ├── p.glif │ ├── p.sc.glif │ ├── paragraph.glif │ ├── parenleft.case.glif │ ├── parenleft.glif │ ├── parenright.case.glif │ ├── parenright.glif │ ├── partialdiff.glif │ ├── pdotaccent.glif │ ├── pdotaccent.sc.glif │ ├── percent.glif │ ├── period.glif │ ├── periodcentered.case.glif │ ├── periodcentered.glif │ ├── periodcentered.loclC_A_T_.case.glif │ ├── periodcentered.loclC_A_T_.glif │ ├── perthousand.glif │ ├── peseta.glif │ ├── peso.glif │ ├── pi.glif │ ├── pi.sc.glif │ ├── plus.glif │ ├── plusminus.glif │ ├── primemod.glif │ ├── product.glif │ ├── punctuationspace.glif │ ├── q.glif │ ├── q.sc.glif │ ├── question.glif │ ├── questiondown.case.glif │ ├── questiondown.glif │ ├── quotedbl.glif │ ├── quotedblbase.glif │ ├── quotedblleft.glif │ ├── quotedblright.glif │ ├── quoteleft.glif │ ├── quotereversed.glif │ ├── quoteright.glif │ ├── quotesinglbase.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── r.sc.glif │ ├── racute.glif │ ├── racute.sc.glif │ ├── radical.glif │ ├── rcaron.glif │ ├── rcaron.sc.glif │ ├── rcommaaccent.glif │ ├── rcommaaccent.sc.glif │ ├── rdblgrave.glif │ ├── rdblgrave.sc.glif │ ├── rdotbelow.glif │ ├── rdotbelow.sc.glif │ ├── registered.glif │ ├── rightA_rrow.glif │ ├── rightB_lackT_riangle.glif │ ├── rightW_hiteT_riangle.glif │ ├── rightanglebracket-math.glif │ ├── ring.glif │ ├── ringcomb.case.glif │ ├── ringcomb.glif │ ├── ringhalfleft.glif │ ├── ringhalfright.glif │ ├── rinvertedbreve.glif │ ├── rinvertedbreve.sc.glif │ ├── rlinebelow.glif │ ├── rlinebelow.sc.glif │ ├── ruble.glif │ ├── rupeeI_ndian.glif │ ├── s.glif │ ├── s.sc.glif │ ├── sacute.glif │ ├── sacute.sc.glif │ ├── sacutedotaccent.glif │ ├── sacutedotaccent.sc.glif │ ├── scaron.glif │ ├── scaron.sc.glif │ ├── scarondotaccent.glif │ ├── scarondotaccent.sc.glif │ ├── scedilla.glif │ ├── scedilla.sc.glif │ ├── schwa.glif │ ├── schwa.sc.glif │ ├── scircumflex.glif │ ├── scircumflex.sc.glif │ ├── scommaaccent.glif │ ├── scommaaccent.sc.glif │ ├── sdotaccent.glif │ ├── sdotaccent.sc.glif │ ├── sdotbelow.glif │ ├── sdotbelow.sc.glif │ ├── sdotbelowdotaccent.glif │ ├── sdotbelowdotaccent.sc.glif │ ├── second.glif │ ├── secondtonechinese.glif │ ├── section.glif │ ├── semicolon.glif │ ├── seven.dnom.glif │ ├── seven.glif │ ├── seven.lf.glif │ ├── seven.numr.glif │ ├── seven.osf.glif │ ├── seven.sc.glif │ ├── seven.tf.glif │ ├── seven.tosf.glif │ ├── seveneighths.glif │ ├── seveninferior.glif │ ├── sevensuperior.glif │ ├── sheqel.glif │ ├── six.dnom.glif │ ├── six.glif │ ├── six.lf.glif │ ├── six.numr.glif │ ├── six.osf.glif │ ├── six.sc.glif │ ├── six.tf.glif │ ├── six.tosf.glif │ ├── sixinferior.glif │ ├── sixperemspace.glif │ ├── sixsuperior.glif │ ├── slash.case.glif │ ├── slash.glif │ ├── slashlongcomb.glif │ ├── slashshortcomb.glif │ ├── softhyphen.case.glif │ ├── softhyphen.glif │ ├── space.glif │ ├── sterling.glif │ ├── strokelongcomb.glif │ ├── strokeshortcomb.glif │ ├── summation.glif │ ├── t.glif │ ├── t.sc.glif │ ├── tbar.glif │ ├── tbar.sc.glif │ ├── tcaron.glif │ ├── tcaron.sc.glif │ ├── tcedilla.glif │ ├── tcedilla.sc.glif │ ├── tcommaaccent.glif │ ├── tcommaaccent.sc.glif │ ├── tdieresis.glif │ ├── tdieresis.sc.glif │ ├── tdotaccent.glif │ ├── tdotaccent.sc.glif │ ├── tdotbelow.glif │ ├── tdotbelow.sc.glif │ ├── tenge.glif │ ├── thinspace.glif │ ├── thorn.glif │ ├── thorn.sc.glif │ ├── three.dnom.glif │ ├── three.glif │ ├── three.lf.glif │ ├── three.numr.glif │ ├── three.osf.glif │ ├── three.sc.glif │ ├── three.tf.glif │ ├── three.tosf.glif │ ├── threeeighths.glif │ ├── threeinferior.glif │ ├── threeperemspace.glif │ ├── threequarters.glif │ ├── threesuperior.glif │ ├── tilde.glif │ ├── tildecomb.case.glif │ ├── tildecomb.glif │ ├── tlinebelow.glif │ ├── tlinebelow.sc.glif │ ├── trademark.glif │ ├── tugrik.glif │ ├── two.dnom.glif │ ├── two.glif │ ├── two.lf.glif │ ├── two.numr.glif │ ├── two.osf.glif │ ├── two.sc.glif │ ├── two.tf.glif │ ├── two.tosf.glif │ ├── twofifths.glif │ ├── twoinferior.glif │ ├── twosuperior.glif │ ├── twothirds.glif │ ├── u.glif │ ├── u.sc.glif │ ├── uacute.glif │ ├── uacute.sc.glif │ ├── ubreve.glif │ ├── ubreve.sc.glif │ ├── ucaron.glif │ ├── ucaron.sc.glif │ ├── ucircumflex.glif │ ├── ucircumflex.sc.glif │ ├── udblgrave.glif │ ├── udblgrave.sc.glif │ ├── udieresis.glif │ ├── udieresis.sc.glif │ ├── udieresisacute.glif │ ├── udieresisacute.sc.glif │ ├── udieresiscaron.glif │ ├── udieresiscaron.sc.glif │ ├── udieresisgrave.glif │ ├── udieresisgrave.sc.glif │ ├── udieresismacron.glif │ ├── udieresismacron.sc.glif │ ├── udotbelow.glif │ ├── udotbelow.sc.glif │ ├── ugrave.glif │ ├── ugrave.sc.glif │ ├── uhookabove.glif │ ├── uhookabove.sc.glif │ ├── uhorn.glif │ ├── uhorn.sc.glif │ ├── uhornacute.glif │ ├── uhornacute.sc.glif │ ├── uhorndotbelow.glif │ ├── uhorndotbelow.sc.glif │ ├── uhorngrave.glif │ ├── uhorngrave.sc.glif │ ├── uhornhookabove.glif │ ├── uhornhookabove.sc.glif │ ├── uhorntilde.glif │ ├── uhorntilde.sc.glif │ ├── uhungarumlaut.glif │ ├── uhungarumlaut.sc.glif │ ├── uinvertedbreve.glif │ ├── uinvertedbreve.sc.glif │ ├── umacron.glif │ ├── umacron.sc.glif │ ├── umacrondieresis.glif │ ├── umacrondieresis.sc.glif │ ├── underscore.glif │ ├── uni0000.glif │ ├── uogonek.glif │ ├── uogonek.sc.glif │ ├── upA_rrow.glif │ ├── upB_lackT_riangle.glif │ ├── upW_hiteT_riangle.glif │ ├── uring.glif │ ├── uring.sc.glif │ ├── utilde.glif │ ├── utilde.sc.glif │ ├── utildeacute.glif │ ├── utildeacute.sc.glif │ ├── v.glif │ ├── v.sc.glif │ ├── verticallinelowmod.glif │ ├── verticallinemod.glif │ ├── w.glif │ ├── w.sc.glif │ ├── wacute.glif │ ├── wacute.sc.glif │ ├── wcircumflex.glif │ ├── wcircumflex.sc.glif │ ├── wdieresis.glif │ ├── wdieresis.sc.glif │ ├── wgrave.glif │ ├── wgrave.sc.glif │ ├── whiteD_iamond.glif │ ├── whiteS_quare.glif │ ├── won.glif │ ├── x.glif │ ├── x.sc.glif │ ├── y.glif │ ├── y.sc.glif │ ├── yacute.glif │ ├── yacute.sc.glif │ ├── ycircumflex.glif │ ├── ycircumflex.sc.glif │ ├── ydieresis.glif │ ├── ydieresis.sc.glif │ ├── ydotaccent.glif │ ├── ydotaccent.sc.glif │ ├── ydotbelow.glif │ ├── ydotbelow.sc.glif │ ├── yen.glif │ ├── ygrave.glif │ ├── ygrave.sc.glif │ ├── yhookabove.glif │ ├── yhookabove.sc.glif │ ├── ymacron.glif │ ├── ymacron.sc.glif │ ├── ytilde.glif │ ├── ytilde.sc.glif │ ├── z.glif │ ├── z.sc.glif │ ├── zacute.glif │ ├── zacute.sc.glif │ ├── zcaron.glif │ ├── zcaron.sc.glif │ ├── zdotaccent.glif │ ├── zdotaccent.sc.glif │ ├── zdotbelow.glif │ ├── zdotbelow.sc.glif │ ├── zero.dnom.glif │ ├── zero.glif │ ├── zero.lf.glif │ ├── zero.lf.zero.glif │ ├── zero.numr.glif │ ├── zero.osf.glif │ ├── zero.osf.zero.glif │ ├── zero.sc.glif │ ├── zero.tf.glif │ ├── zero.tf.zero.glif │ ├── zero.tosf.glif │ ├── zero.tosf.zero.glif │ ├── zero.zero.glif │ ├── zeroinferior.glif │ ├── zerosuperior.glif │ ├── zerowidthjoiner.glif │ ├── zerowidthnonjoiner.glif │ └── zerowidthspace.glif ├── groups.plist ├── kerning.plist ├── layercontents.plist ├── lib.plist └── metainfo.plist ├── MerriweatherSans-ExtraBoldItalic.ufo ├── features.fea ├── fontinfo.plist ├── glyphs.public.background │ ├── K_.glif │ ├── O_E_.glif │ ├── S_chwa.glif │ ├── b.sc.glif │ ├── commaturnedabovecomb.case.glif │ ├── contents.plist │ ├── delta.sc.glif │ ├── dram-arm.glif │ ├── ezh.glif │ ├── ezh.sc.glif │ ├── five.dnom.glif │ ├── g.sc.glif │ ├── germandbls.sc.glif │ ├── hungarumlautcomb.case.glif │ ├── ij_acutecomb.glif │ ├── j.glif │ ├── j.sc.glif │ ├── kip.glif │ ├── layerinfo.plist │ ├── o.sc.glif │ ├── oe.sc.glif │ ├── one.sc.glif │ ├── q.sc.glif │ ├── schwa.sc.glif │ ├── upB_lackT_riangle.glif │ ├── zero.glif │ ├── zero.tf.glif │ └── zero.tf.zero.glif ├── glyphs │ ├── A_.glif │ ├── A_E_.glif │ ├── A_E_acute.glif │ ├── A_acute.glif │ ├── A_breve.glif │ ├── A_breveacute.glif │ ├── A_brevedotbelow.glif │ ├── A_brevegrave.glif │ ├── A_brevehookabove.glif │ ├── A_brevetilde.glif │ ├── A_caron.glif │ ├── A_circumflex.glif │ ├── A_circumflexacute.glif │ ├── A_circumflexdotbelow.glif │ ├── A_circumflexgrave.glif │ ├── A_circumflexhookabove.glif │ ├── A_circumflextilde.glif │ ├── A_dblgrave.glif │ ├── A_dieresis.glif │ ├── A_dotbelow.glif │ ├── A_grave.glif │ ├── A_hookabove.glif │ ├── A_invertedbreve.glif │ ├── A_macron.glif │ ├── A_ogonek.glif │ ├── A_ring.glif │ ├── A_ringacute.glif │ ├── A_tilde.glif │ ├── B_.glif │ ├── B_dotaccent.glif │ ├── C_.glif │ ├── C_R_.glif │ ├── C_acute.glif │ ├── C_caron.glif │ ├── C_cedilla.glif │ ├── C_cedillaacute.glif │ ├── C_circumflex.glif │ ├── C_dotaccent.glif │ ├── D_.glif │ ├── D_Z_.glif │ ├── D_Z_caron.glif │ ├── D_caron.glif │ ├── D_croat.glif │ ├── D_dotaccent.glif │ ├── D_dotbelow.glif │ ├── D_elta.glif │ ├── D_linebelow.glif │ ├── D_z.glif │ ├── D_zcaron.glif │ ├── E_.glif │ ├── E_acute.glif │ ├── E_breve.glif │ ├── E_caron.glif │ ├── E_cedillabreve.glif │ ├── E_circumflex.glif │ ├── E_circumflexacute.glif │ ├── E_circumflexdotbelow.glif │ ├── E_circumflexgrave.glif │ ├── E_circumflexhookabove.glif │ ├── E_circumflextilde.glif │ ├── E_dblgrave.glif │ ├── E_dieresis.glif │ ├── E_dotaccent.glif │ ├── E_dotbelow.glif │ ├── E_grave.glif │ ├── E_hookabove.glif │ ├── E_invertedbreve.glif │ ├── E_macron.glif │ ├── E_macronacute.glif │ ├── E_macrongrave.glif │ ├── E_ng.glif │ ├── E_ogonek.glif │ ├── E_th.glif │ ├── E_tilde.glif │ ├── E_zh.glif │ ├── E_zhcaron.glif │ ├── F_.glif │ ├── F_dotaccent.glif │ ├── G_.glif │ ├── G_breve.glif │ ├── G_caron.glif │ ├── G_circumflex.glif │ ├── G_commaaccent.glif │ ├── G_dotaccent.glif │ ├── G_ermandbls.glif │ ├── G_macron.glif │ ├── H_.glif │ ├── H_bar.glif │ ├── H_brevebelow.glif │ ├── H_circumflex.glif │ ├── H_dotbelow.glif │ ├── I_.glif │ ├── I_.uc.glif │ ├── I_J_.glif │ ├── I_J__acutecomb.glif │ ├── I_acute.glif │ ├── I_breve.glif │ ├── I_caron.glif │ ├── I_circumflex.glif │ ├── I_dblgrave.glif │ ├── I_dieresis.glif │ ├── I_dieresisacute.glif │ ├── I_dotaccent.glif │ ├── I_dotbelow.glif │ ├── I_grave.glif │ ├── I_hookabove.glif │ ├── I_invertedbreve.glif │ ├── I_macron.glif │ ├── I_ogonek.glif │ ├── I_tilde.glif │ ├── J_.glif │ ├── J_circumflex.glif │ ├── K_.glif │ ├── K_commaaccent.glif │ ├── L_.glif │ ├── L_J_.glif │ ├── L_acute.glif │ ├── L_caron.glif │ ├── L_commaaccent.glif │ ├── L_dot.glif │ ├── L_dotbelow.glif │ ├── L_j.glif │ ├── L_linebelow.glif │ ├── L_slash.glif │ ├── M_.glif │ ├── M_dotaccent.glif │ ├── M_dotbelow.glif │ ├── N_.glif │ ├── N_J_.glif │ ├── N_acute.glif │ ├── N_caron.glif │ ├── N_commaaccent.glif │ ├── N_dotaccent.glif │ ├── N_dotbelow.glif │ ├── N_j.glif │ ├── N_linebelow.glif │ ├── N_tilde.glif │ ├── O_.glif │ ├── O_E_.glif │ ├── O_acute.glif │ ├── O_breve.glif │ ├── O_caron.glif │ ├── O_circumflex.glif │ ├── O_circumflexacute.glif │ ├── O_circumflexdotbelow.glif │ ├── O_circumflexgrave.glif │ ├── O_circumflexhookabove.glif │ ├── O_circumflextilde.glif │ ├── O_dblgrave.glif │ ├── O_dieresis.glif │ ├── O_dieresismacron.glif │ ├── O_dotaccentmacron.glif │ ├── O_dotbelow.glif │ ├── O_grave.glif │ ├── O_hm.glif │ ├── O_hookabove.glif │ ├── O_horn.glif │ ├── O_hornacute.glif │ ├── O_horndotbelow.glif │ ├── O_horngrave.glif │ ├── O_hornhookabove.glif │ ├── O_horntilde.glif │ ├── O_hungarumlaut.glif │ ├── O_invertedbreve.glif │ ├── O_macron.glif │ ├── O_macronacute.glif │ ├── O_macrongrave.glif │ ├── O_mega.glif │ ├── O_ogonek.glif │ ├── O_slash.glif │ ├── O_slashacute.glif │ ├── O_tilde.glif │ ├── O_tildeacute.glif │ ├── O_tildedieresis.glif │ ├── O_tildemacron.glif │ ├── P_.glif │ ├── P_dotaccent.glif │ ├── Q_.glif │ ├── R_.glif │ ├── R_acute.glif │ ├── R_caron.glif │ ├── R_commaaccent.glif │ ├── R_dblgrave.glif │ ├── R_dotbelow.glif │ ├── R_invertedbreve.glif │ ├── R_linebelow.glif │ ├── S_.glif │ ├── S_acute.glif │ ├── S_acutedotaccent.glif │ ├── S_caron.glif │ ├── S_carondotaccent.glif │ ├── S_cedilla.glif │ ├── S_chwa.glif │ ├── S_circumflex.glif │ ├── S_commaaccent.glif │ ├── S_dotaccent.glif │ ├── S_dotbelow.glif │ ├── S_dotbelowdotaccent.glif │ ├── T_.glif │ ├── T_bar.glif │ ├── T_caron.glif │ ├── T_cedilla.glif │ ├── T_commaaccent.glif │ ├── T_dotaccent.glif │ ├── T_dotbelow.glif │ ├── T_horn.glif │ ├── T_linebelow.glif │ ├── U_.glif │ ├── U_acute.glif │ ├── U_breve.glif │ ├── U_caron.glif │ ├── U_circumflex.glif │ ├── U_dblgrave.glif │ ├── U_dieresis.glif │ ├── U_dieresisacute.glif │ ├── U_dieresiscaron.glif │ ├── U_dieresisgrave.glif │ ├── U_dieresismacron.glif │ ├── U_dotbelow.glif │ ├── U_grave.glif │ ├── U_hookabove.glif │ ├── U_horn.glif │ ├── U_hornacute.glif │ ├── U_horndotbelow.glif │ ├── U_horngrave.glif │ ├── U_hornhookabove.glif │ ├── U_horntilde.glif │ ├── U_hungarumlaut.glif │ ├── U_invertedbreve.glif │ ├── U_macron.glif │ ├── U_macrondieresis.glif │ ├── U_ogonek.glif │ ├── U_ring.glif │ ├── U_tilde.glif │ ├── U_tildeacute.glif │ ├── V_.glif │ ├── W_.glif │ ├── W_acute.glif │ ├── W_circumflex.glif │ ├── W_dieresis.glif │ ├── W_grave.glif │ ├── X_.glif │ ├── Y_.glif │ ├── Y_acute.glif │ ├── Y_circumflex.glif │ ├── Y_dieresis.glif │ ├── Y_dotaccent.glif │ ├── Y_dotbelow.glif │ ├── Y_grave.glif │ ├── Y_hookabove.glif │ ├── Y_macron.glif │ ├── Y_tilde.glif │ ├── Z_.glif │ ├── Z_acute.glif │ ├── Z_caron.glif │ ├── Z_dotaccent.glif │ ├── Z_dotbelow.glif │ ├── _notdef.glif │ ├── _null.glif │ ├── a.glif │ ├── a.sc.glif │ ├── aacute.glif │ ├── aacute.sc.glif │ ├── abreve.glif │ ├── abreve.sc.glif │ ├── abreveacute.glif │ ├── abreveacute.sc.glif │ ├── abrevedotbelow.glif │ ├── abrevedotbelow.sc.glif │ ├── abrevegrave.glif │ ├── abrevegrave.sc.glif │ ├── abrevehookabove.glif │ ├── abrevehookabove.sc.glif │ ├── abrevetilde.glif │ ├── abrevetilde.sc.glif │ ├── acaron.glif │ ├── acaron.sc.glif │ ├── acircumflex.glif │ ├── acircumflex.sc.glif │ ├── acircumflexacute.glif │ ├── acircumflexacute.sc.glif │ ├── acircumflexdotbelow.glif │ ├── acircumflexdotbelow.sc.glif │ ├── acircumflexgrave.glif │ ├── acircumflexgrave.sc.glif │ ├── acircumflexhookabove.glif │ ├── acircumflexhookabove.sc.glif │ ├── acircumflextilde.glif │ ├── acircumflextilde.sc.glif │ ├── acute.glif │ ├── acutecomb.case.glif │ ├── acutecomb.glif │ ├── adblgrave.glif │ ├── adblgrave.sc.glif │ ├── adieresis.glif │ ├── adieresis.sc.glif │ ├── adotbelow.glif │ ├── adotbelow.sc.glif │ ├── ae.glif │ ├── ae.sc.glif │ ├── aeacute.glif │ ├── aeacute.sc.glif │ ├── agrave.glif │ ├── agrave.sc.glif │ ├── ahookabove.glif │ ├── ahookabove.sc.glif │ ├── ainvertedbreve.glif │ ├── ainvertedbreve.sc.glif │ ├── amacron.glif │ ├── amacron.sc.glif │ ├── ampersand.glif │ ├── aogonek.glif │ ├── aogonek.sc.glif │ ├── apostrophemod.glif │ ├── approxequal.glif │ ├── aring.glif │ ├── aring.sc.glif │ ├── aringacute.glif │ ├── aringacute.sc.glif │ ├── asciicircum.glif │ ├── asciitilde.glif │ ├── asterisk.glif │ ├── at.case.glif │ ├── at.glif │ ├── atilde.glif │ ├── atilde.sc.glif │ ├── b.glif │ ├── b.sc.glif │ ├── backslash.case.glif │ ├── backslash.glif │ ├── bar.glif │ ├── bdotaccent.glif │ ├── bdotaccent.sc.glif │ ├── bitcoin.glif │ ├── blackD_iamond.glif │ ├── blackS_quare.glif │ ├── braceleft.case.glif │ ├── braceleft.glif │ ├── braceright.case.glif │ ├── braceright.glif │ ├── bracketleft.case.glif │ ├── bracketleft.glif │ ├── bracketright.case.glif │ ├── bracketright.glif │ ├── breve.glif │ ├── brevebelowcomb.case.glif │ ├── brevebelowcomb.glif │ ├── brevecomb.case.glif │ ├── brevecomb.glif │ ├── brevecomb_acutecomb.case.glif │ ├── brevecomb_acutecomb.glif │ ├── brevecomb_gravecomb.case.glif │ ├── brevecomb_gravecomb.glif │ ├── brevecomb_hookabovecomb.case.glif │ ├── brevecomb_hookabovecomb.glif │ ├── brevecomb_tildecomb.case.glif │ ├── brevecomb_tildecomb.glif │ ├── breveinvertedcomb.case.glif │ ├── breveinvertedcomb.glif │ ├── brokenbar.glif │ ├── bullet.case.glif │ ├── bullet.glif │ ├── bulletoperator.glif │ ├── c.glif │ ├── c.sc.glif │ ├── cacute.glif │ ├── cacute.sc.glif │ ├── caron.case.glif │ ├── caron.glif │ ├── caroncomb.alt.glif │ ├── caroncomb.case.glif │ ├── caroncomb.glif │ ├── ccaron.glif │ ├── ccaron.sc.glif │ ├── ccedilla.glif │ ├── ccedilla.sc.glif │ ├── ccedillaacute.glif │ ├── ccedillaacute.sc.glif │ ├── ccircumflex.glif │ ├── ccircumflex.sc.glif │ ├── cdotaccent.glif │ ├── cdotaccent.sc.glif │ ├── cedi.glif │ ├── cedilla.glif │ ├── cedillacomb.case.glif │ ├── cedillacomb.glif │ ├── cent.glif │ ├── circumflex.case.glif │ ├── circumflex.glif │ ├── circumflexcomb.case.glif │ ├── circumflexcomb.glif │ ├── circumflexcomb_acutecomb.case.glif │ ├── circumflexcomb_acutecomb.glif │ ├── circumflexcomb_gravecomb.case.glif │ ├── circumflexcomb_gravecomb.glif │ ├── circumflexcomb_hookabovecomb.case.glif │ ├── circumflexcomb_hookabovecomb.glif │ ├── circumflexcomb_tildecomb.case.glif │ ├── circumflexcomb_tildecomb.glif │ ├── colon.glif │ ├── colonsign.glif │ ├── comma.glif │ ├── commaaccentcomb.case.glif │ ├── commaaccentcomb.glif │ ├── commaturnedabovecomb.case.glif │ ├── commaturnedabovecomb.glif │ ├── commaturnedmod.glif │ ├── commercialM_inusS_ign.glif │ ├── contents.plist │ ├── copyright.glif │ ├── currency.glif │ ├── d.glif │ ├── d.sc.glif │ ├── dagger.glif │ ├── daggerdbl.glif │ ├── dblgravecomb.case.glif │ ├── dblgravecomb.glif │ ├── dcaron.glif │ ├── dcaron.sc.glif │ ├── dcroat.glif │ ├── dcroat.sc.glif │ ├── ddotaccent.glif │ ├── ddotaccent.sc.glif │ ├── ddotbelow.glif │ ├── ddotbelow.sc.glif │ ├── degree.glif │ ├── delta.sc.glif │ ├── dieresis.case.glif │ ├── dieresis.glif │ ├── dieresisbelowcomb.case.glif │ ├── dieresisbelowcomb.glif │ ├── dieresiscomb.case.glif │ ├── dieresiscomb.glif │ ├── divide.glif │ ├── divisionslash.glif │ ├── dlinebelow.glif │ ├── dlinebelow.sc.glif │ ├── dollar.glif │ ├── dong.glif │ ├── dotaccent.case.glif │ ├── dotaccent.glif │ ├── dotaccentcomb.case.glif │ ├── dotaccentcomb.glif │ ├── dotbelowcomb.case.glif │ ├── dotbelowcomb.glif │ ├── doubleprimemod.glif │ ├── downA_rrow.glif │ ├── downB_lackT_riangle.glif │ ├── downW_hiteT_riangle.glif │ ├── dram-arm.glif │ ├── dz.glif │ ├── dz.sc.glif │ ├── dzcaron.glif │ ├── dzcaron.sc.glif │ ├── e.glif │ ├── e.sc.glif │ ├── eacute.glif │ ├── eacute.sc.glif │ ├── ebreve.glif │ ├── ebreve.sc.glif │ ├── ecaron.glif │ ├── ecaron.sc.glif │ ├── ecedillabreve.glif │ ├── ecedillabreve.sc.glif │ ├── ecircumflex.glif │ ├── ecircumflex.sc.glif │ ├── ecircumflexacute.glif │ ├── ecircumflexacute.sc.glif │ ├── ecircumflexdotbelow.glif │ ├── ecircumflexdotbelow.sc.glif │ ├── ecircumflexgrave.glif │ ├── ecircumflexgrave.sc.glif │ ├── ecircumflexhookabove.glif │ ├── ecircumflexhookabove.sc.glif │ ├── ecircumflextilde.glif │ ├── ecircumflextilde.sc.glif │ ├── edblgrave.glif │ ├── edblgrave.sc.glif │ ├── edieresis.glif │ ├── edieresis.sc.glif │ ├── edotaccent.glif │ ├── edotaccent.sc.glif │ ├── edotbelow.glif │ ├── edotbelow.sc.glif │ ├── egrave.glif │ ├── egrave.sc.glif │ ├── ehookabove.glif │ ├── ehookabove.sc.glif │ ├── eight.dnom.glif │ ├── eight.glif │ ├── eight.lf.glif │ ├── eight.numr.glif │ ├── eight.osf.glif │ ├── eight.sc.glif │ ├── eight.tf.glif │ ├── eight.tosf.glif │ ├── eightinferior.glif │ ├── eightsuperior.glif │ ├── einvertedbreve.glif │ ├── einvertedbreve.sc.glif │ ├── ellipsis.glif │ ├── emacron.glif │ ├── emacron.sc.glif │ ├── emacronacute.glif │ ├── emacronacute.sc.glif │ ├── emacrongrave.glif │ ├── emacrongrave.sc.glif │ ├── emdash.case.glif │ ├── emdash.glif │ ├── emptyset.glif │ ├── emquad.glif │ ├── emspace.glif │ ├── endash.case.glif │ ├── endash.glif │ ├── eng.glif │ ├── eng.sc.glif │ ├── enquad.glif │ ├── enspace.glif │ ├── eogonek.glif │ ├── eogonek.sc.glif │ ├── equal.glif │ ├── estimated.glif │ ├── eth.glif │ ├── eth.sc.glif │ ├── etilde.glif │ ├── etilde.sc.glif │ ├── euro.glif │ ├── exclam.glif │ ├── exclamdbl.glif │ ├── exclamdown.case.glif │ ├── exclamdown.glif │ ├── ezh.glif │ ├── ezh.sc.glif │ ├── ezhcaron.glif │ ├── ezhcaron.sc.glif │ ├── f.glif │ ├── f.sc.glif │ ├── f_f.glif │ ├── f_f_i.glif │ ├── f_f_l.glif │ ├── fdotaccent.glif │ ├── fdotaccent.sc.glif │ ├── fi.glif │ ├── figuredash.glif │ ├── figurespace.glif │ ├── firsttonechinese.glif │ ├── five.dnom.glif │ ├── five.glif │ ├── five.lf.glif │ ├── five.numr.glif │ ├── five.osf.glif │ ├── five.sc.glif │ ├── five.tf.glif │ ├── five.tosf.glif │ ├── fiveeighths.glif │ ├── fiveinferior.glif │ ├── fivesixths.glif │ ├── fivesuperior.glif │ ├── fl.glif │ ├── florin.glif │ ├── four.dnom.glif │ ├── four.glif │ ├── four.lf.glif │ ├── four.numr.glif │ ├── four.osf.glif │ ├── four.sc.glif │ ├── four.tf.glif │ ├── four.tosf.glif │ ├── fourfifths.glif │ ├── fourinferior.glif │ ├── fourperemspace.glif │ ├── foursuperior.glif │ ├── fourthtonechinese.glif │ ├── fraction.glif │ ├── franc.glif │ ├── g.glif │ ├── g.sc.glif │ ├── gacute.sc.glif │ ├── gbreve.glif │ ├── gbreve.sc.glif │ ├── gcaron.glif │ ├── gcaron.sc.glif │ ├── gcircumflex.glif │ ├── gcircumflex.sc.glif │ ├── gcommaaccent.glif │ ├── gcommaaccent.sc.glif │ ├── gdotaccent.glif │ ├── gdotaccent.sc.glif │ ├── germandbls.glif │ ├── germandbls.sc.glif │ ├── gmacron.glif │ ├── gmacron.sc.glif │ ├── grave.glif │ ├── gravecomb.case.glif │ ├── gravecomb.glif │ ├── greater.glif │ ├── greaterequal.glif │ ├── guarani.glif │ ├── guillemetleft.case.glif │ ├── guillemetleft.glif │ ├── guillemetright.case.glif │ ├── guillemetright.glif │ ├── guilsinglleft.case.glif │ ├── guilsinglleft.glif │ ├── guilsinglright.case.glif │ ├── guilsinglright.glif │ ├── h.glif │ ├── h.sc.glif │ ├── hairspace.glif │ ├── hbar.glif │ ├── hbar.sc.glif │ ├── hbrevebelow.glif │ ├── hbrevebelow.sc.glif │ ├── hcircumflex.glif │ ├── hcircumflex.sc.glif │ ├── hdotbelow.glif │ ├── hookabovecomb.case.glif │ ├── hookabovecomb.glif │ ├── horizontalbar.glif │ ├── horncomb.case.glif │ ├── horncomb.glif │ ├── hryvnia.glif │ ├── hungarumlaut.case.glif │ ├── hungarumlaut.glif │ ├── hungarumlautcomb.case.glif │ ├── hungarumlautcomb.glif │ ├── hyphen.case.glif │ ├── hyphen.glif │ ├── hyphentwo.glif │ ├── i.cy.glif │ ├── i.dot.glif │ ├── i.dot.sc.glif │ ├── i.glif │ ├── i.sc.glif │ ├── i.uc.sc.glif │ ├── iacute.glif │ ├── iacute.sc.glif │ ├── ibreve.glif │ ├── ibreve.sc.glif │ ├── icaron.glif │ ├── icaron.sc.glif │ ├── icircumflex.glif │ ├── icircumflex.sc.glif │ ├── idblgrave.glif │ ├── idblgrave.sc.glif │ ├── idieresis.glif │ ├── idieresis.sc.glif │ ├── idieresisacute.glif │ ├── idieresisacute.sc.glif │ ├── idotaccent.glif │ ├── idotaccent.sc.glif │ ├── idotbelow.glif │ ├── idotbelow.sc.glif │ ├── idotless.glif │ ├── idotless.sc.glif │ ├── igrave.glif │ ├── igrave.sc.glif │ ├── ihookabove.glif │ ├── ihookabove.sc.glif │ ├── iinvertedbreve.glif │ ├── iinvertedbreve.sc.glif │ ├── ij.glif │ ├── ij.sc.glif │ ├── ij_acutecomb.glif │ ├── ij_acutecomb.sc.glif │ ├── imacron.glif │ ├── imacron.sc.glif │ ├── increment.glif │ ├── infinity.glif │ ├── integral.glif │ ├── iogonek.glif │ ├── iogonek.sc.glif │ ├── itilde.glif │ ├── itilde.sc.glif │ ├── j.glif │ ├── j.sc.glif │ ├── jcircumflex.glif │ ├── jcircumflex.sc.glif │ ├── jdotless.glif │ ├── jdotless.sc.glif │ ├── k.glif │ ├── k.sc.glif │ ├── kcommaaccent.glif │ ├── kcommaaccent.sc.glif │ ├── kgreenlandic.glif │ ├── kgreenlandic.sc.glif │ ├── kip.glif │ ├── l.glif │ ├── l.sc.glif │ ├── lacute.glif │ ├── lacute.sc.glif │ ├── layerinfo.plist │ ├── lcaron.glif │ ├── lcaron.sc.glif │ ├── lcommaaccent.glif │ ├── lcommaaccent.sc.glif │ ├── ldot.glif │ ├── ldot.sc.glif │ ├── ldotbelow.glif │ ├── leftA_rrow.glif │ ├── leftB_lackT_riangle.glif │ ├── leftW_hiteT_riangle.glif │ ├── leftanglebracket-math.glif │ ├── less.glif │ ├── lessequal.glif │ ├── lira.glif │ ├── liraT_urkish.glif │ ├── literS_ign.glif │ ├── lj.glif │ ├── lj.sc.glif │ ├── llinebelow.glif │ ├── llinebelow.sc.glif │ ├── logicalnot.glif │ ├── lozenge.glif │ ├── lslash.glif │ ├── lslash.sc.glif │ ├── m.glif │ ├── m.sc.glif │ ├── macron.case.glif │ ├── macron.glif │ ├── macronbelowcomb.case.glif │ ├── macronbelowcomb.glif │ ├── macroncomb.case.glif │ ├── macroncomb.glif │ ├── manat.glif │ ├── mdotaccent.glif │ ├── mdotaccent.sc.glif │ ├── mdotbelow.glif │ ├── mdotbelow.sc.glif │ ├── micro.glif │ ├── minus.glif │ ├── minute.glif │ ├── mu.glif │ ├── mu.sc.glif │ ├── multiply.glif │ ├── n.glif │ ├── n.sc.glif │ ├── nacute.glif │ ├── nacute.sc.glif │ ├── naira.glif │ ├── napostrophe.glif │ ├── narrownbspace.glif │ ├── nbspace.glif │ ├── ncaron.glif │ ├── ncaron.sc.glif │ ├── ncommaaccent.glif │ ├── ncommaaccent.sc.glif │ ├── ndotaccent.glif │ ├── ndotaccent.sc.glif │ ├── ndotbelow.glif │ ├── ndotbelow.sc.glif │ ├── nine.dnom.glif │ ├── nine.glif │ ├── nine.lf.glif │ ├── nine.numr.glif │ ├── nine.osf.glif │ ├── nine.sc.glif │ ├── nine.tf.glif │ ├── nine.tosf.glif │ ├── nineinferior.glif │ ├── ninesuperior.glif │ ├── nj.glif │ ├── nj.sc.glif │ ├── nlinebelow.glif │ ├── nlinebelow.sc.glif │ ├── notequal.glif │ ├── ntilde.glif │ ├── ntilde.sc.glif │ ├── numbersign.glif │ ├── numero.glif │ ├── o.glif │ ├── o.sc.glif │ ├── oacute.glif │ ├── oacute.sc.glif │ ├── obreve.glif │ ├── obreve.sc.glif │ ├── ocaron.glif │ ├── ocaron.sc.glif │ ├── ocircumflex.glif │ ├── ocircumflex.sc.glif │ ├── ocircumflexacute.glif │ ├── ocircumflexacute.sc.glif │ ├── ocircumflexdotbelow.glif │ ├── ocircumflexdotbelow.sc.glif │ ├── ocircumflexgrave.glif │ ├── ocircumflexgrave.sc.glif │ ├── ocircumflexhookabove.glif │ ├── ocircumflexhookabove.sc.glif │ ├── ocircumflextilde.glif │ ├── ocircumflextilde.sc.glif │ ├── odblgrave.glif │ ├── odblgrave.sc.glif │ ├── odieresis.glif │ ├── odieresis.sc.glif │ ├── odieresismacron.glif │ ├── odieresismacron.sc.glif │ ├── odotaccentmacron.glif │ ├── odotaccentmacron.sc.glif │ ├── odotbelow.glif │ ├── odotbelow.sc.glif │ ├── oe.glif │ ├── oe.sc.glif │ ├── ogonek.glif │ ├── ogonekcomb.case.glif │ ├── ogonekcomb.glif │ ├── ograve.glif │ ├── ograve.sc.glif │ ├── ohookabove.glif │ ├── ohookabove.sc.glif │ ├── ohorn.glif │ ├── ohorn.sc.glif │ ├── ohornacute.glif │ ├── ohornacute.sc.glif │ ├── ohorndotbelow.glif │ ├── ohorndotbelow.sc.glif │ ├── ohorngrave.glif │ ├── ohorngrave.sc.glif │ ├── ohornhookabove.glif │ ├── ohornhookabove.sc.glif │ ├── ohorntilde.glif │ ├── ohorntilde.sc.glif │ ├── ohungarumlaut.glif │ ├── ohungarumlaut.sc.glif │ ├── oinvertedbreve.glif │ ├── oinvertedbreve.sc.glif │ ├── omacron.glif │ ├── omacron.sc.glif │ ├── omacronacute.glif │ ├── omacronacute.sc.glif │ ├── omacrongrave.glif │ ├── omacrongrave.sc.glif │ ├── omega.sc.glif │ ├── one.dnom.glif │ ├── one.glif │ ├── one.lf.glif │ ├── one.numr.glif │ ├── one.osf.glif │ ├── one.sc.glif │ ├── one.tf.glif │ ├── one.tosf.glif │ ├── oneeighth.glif │ ├── onefifth.glif │ ├── onehalf.glif │ ├── oneinferior.glif │ ├── oneninth.glif │ ├── onequarter.glif │ ├── oneseventh.glif │ ├── onesixth.glif │ ├── onesuperior.glif │ ├── onetenth.glif │ ├── onethird.glif │ ├── oogonek.glif │ ├── oogonek.sc.glif │ ├── ordfeminine.glif │ ├── ordmasculine.glif │ ├── oslash.glif │ ├── oslashacute.glif │ ├── otilde.glif │ ├── otilde.sc.glif │ ├── otildeacute.glif │ ├── otildeacute.sc.glif │ ├── otildedieresis.glif │ ├── otildedieresis.sc.glif │ ├── otildemacron.glif │ ├── otildemacron.sc.glif │ ├── p.glif │ ├── p.sc.glif │ ├── paragraph.glif │ ├── parenleft.case.glif │ ├── parenleft.glif │ ├── parenright.case.glif │ ├── parenright.glif │ ├── partialdiff.glif │ ├── pdotaccent.glif │ ├── pdotaccent.sc.glif │ ├── percent.glif │ ├── period.glif │ ├── periodcentered.case.glif │ ├── periodcentered.glif │ ├── periodcentered.loclC_A_T_.case.glif │ ├── perthousand.glif │ ├── peseta.glif │ ├── peso.glif │ ├── pi.glif │ ├── pi.sc.glif │ ├── plus.glif │ ├── plusminus.glif │ ├── primemod.glif │ ├── product.glif │ ├── punctuationspace.glif │ ├── q.glif │ ├── q.sc.glif │ ├── question.glif │ ├── questiondown.case.glif │ ├── questiondown.glif │ ├── quotedbl.glif │ ├── quotedblbase.glif │ ├── quotedblleft.glif │ ├── quotedblright.glif │ ├── quoteleft.glif │ ├── quotereversed.glif │ ├── quoteright.glif │ ├── quotesinglbase.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── r.sc.glif │ ├── racute.glif │ ├── racute.sc.glif │ ├── radical.glif │ ├── rcaron.glif │ ├── rcaron.sc.glif │ ├── rcommaaccent.glif │ ├── rcommaaccent.sc.glif │ ├── rdblgrave.glif │ ├── rdblgrave.sc.glif │ ├── rdotbelow.glif │ ├── rdotbelow.sc.glif │ ├── registered.glif │ ├── rightA_rrow.glif │ ├── rightB_lackT_riangle.glif │ ├── rightW_hiteT_riangle.glif │ ├── rightanglebracket-math.glif │ ├── ring.case.glif │ ├── ring.glif │ ├── ringcomb.case.glif │ ├── ringcomb.glif │ ├── ringhalfleft.glif │ ├── ringhalfright.glif │ ├── rinvertedbreve.glif │ ├── rinvertedbreve.sc.glif │ ├── rlinebelow.glif │ ├── rlinebelow.sc.glif │ ├── ruble.glif │ ├── rupeeI_ndian.glif │ ├── s.glif │ ├── s.sc.glif │ ├── sacute.glif │ ├── sacute.sc.glif │ ├── sacutedotaccent.glif │ ├── sacutedotaccent.sc.glif │ ├── scaron.glif │ ├── scaron.sc.glif │ ├── scarondotaccent.glif │ ├── scarondotaccent.sc.glif │ ├── scedilla.glif │ ├── scedilla.sc.glif │ ├── schwa.glif │ ├── schwa.sc.glif │ ├── scircumflex.glif │ ├── scircumflex.sc.glif │ ├── scommaaccent.glif │ ├── scommaaccent.sc.glif │ ├── sdotaccent.glif │ ├── sdotaccent.sc.glif │ ├── sdotbelow.glif │ ├── sdotbelow.sc.glif │ ├── sdotbelowdotaccent.glif │ ├── sdotbelowdotaccent.sc.glif │ ├── second.glif │ ├── secondtonechinese.glif │ ├── section.glif │ ├── semicolon.glif │ ├── seven.dnom.glif │ ├── seven.glif │ ├── seven.lf.glif │ ├── seven.numr.glif │ ├── seven.osf.glif │ ├── seven.sc.glif │ ├── seven.tf.glif │ ├── seven.tosf.glif │ ├── seveneighths.glif │ ├── seveninferior.glif │ ├── sevensuperior.glif │ ├── sheqel.glif │ ├── six.dnom.glif │ ├── six.glif │ ├── six.lf.glif │ ├── six.numr.glif │ ├── six.osf.glif │ ├── six.sc.glif │ ├── six.tf.glif │ ├── six.tosf.glif │ ├── sixinferior.glif │ ├── sixperemspace.glif │ ├── sixsuperior.glif │ ├── slash.case.glif │ ├── slash.glif │ ├── slashlongcomb.glif │ ├── slashshortcomb.glif │ ├── softhyphen.case.glif │ ├── softhyphen.glif │ ├── space.glif │ ├── sterling.glif │ ├── strokelongcomb.glif │ ├── strokeshortcomb.glif │ ├── summation.glif │ ├── t.glif │ ├── t.sc.glif │ ├── tbar.glif │ ├── tcaron.glif │ ├── tcaron.sc.glif │ ├── tcedilla.glif │ ├── tcedilla.sc.glif │ ├── tcommaaccent.glif │ ├── tcommaaccent.sc.glif │ ├── tdieresis.glif │ ├── tdieresis.sc.glif │ ├── tdotaccent.glif │ ├── tdotaccent.sc.glif │ ├── tdotbelow.glif │ ├── tdotbelow.sc.glif │ ├── tenge.glif │ ├── thinspace.glif │ ├── thorn.glif │ ├── thorn.sc.glif │ ├── three.dnom.glif │ ├── three.glif │ ├── three.lf.glif │ ├── three.numr.glif │ ├── three.osf.glif │ ├── three.sc.glif │ ├── three.tf.glif │ ├── three.tosf.glif │ ├── threeeighths.glif │ ├── threeinferior.glif │ ├── threeperemspace.glif │ ├── threequarters.glif │ ├── threesuperior.glif │ ├── tilde.glif │ ├── tildecomb.case.glif │ ├── tildecomb.glif │ ├── tlinebelow.glif │ ├── tlinebelow.sc.glif │ ├── trademark.glif │ ├── tugrik.glif │ ├── two.dnom.glif │ ├── two.glif │ ├── two.lf.glif │ ├── two.numr.glif │ ├── two.osf.glif │ ├── two.sc.glif │ ├── two.tf.glif │ ├── two.tosf.glif │ ├── twofifths.glif │ ├── twoinferior.glif │ ├── twosuperior.glif │ ├── twothirds.glif │ ├── u.glif │ ├── u.sc.glif │ ├── uacute.glif │ ├── uacute.sc.glif │ ├── ubreve.glif │ ├── ubreve.sc.glif │ ├── ucaron.glif │ ├── ucaron.sc.glif │ ├── ucircumflex.glif │ ├── ucircumflex.sc.glif │ ├── udblgrave.glif │ ├── udblgrave.sc.glif │ ├── udieresis.glif │ ├── udieresis.sc.glif │ ├── udieresisacute.glif │ ├── udieresisacute.sc.glif │ ├── udieresiscaron.glif │ ├── udieresiscaron.sc.glif │ ├── udieresisgrave.glif │ ├── udieresisgrave.sc.glif │ ├── udieresismacron.glif │ ├── udieresismacron.sc.glif │ ├── udotbelow.glif │ ├── udotbelow.sc.glif │ ├── ugrave.glif │ ├── ugrave.sc.glif │ ├── uhookabove.glif │ ├── uhookabove.sc.glif │ ├── uhorn.glif │ ├── uhorn.sc.glif │ ├── uhornacute.glif │ ├── uhornacute.sc.glif │ ├── uhorndotbelow.glif │ ├── uhorndotbelow.sc.glif │ ├── uhorngrave.glif │ ├── uhorngrave.sc.glif │ ├── uhornhookabove.glif │ ├── uhornhookabove.sc.glif │ ├── uhorntilde.glif │ ├── uhorntilde.sc.glif │ ├── uhungarumlaut.glif │ ├── uhungarumlaut.sc.glif │ ├── uinvertedbreve.glif │ ├── uinvertedbreve.sc.glif │ ├── umacron.glif │ ├── umacron.sc.glif │ ├── umacrondieresis.glif │ ├── umacrondieresis.sc.glif │ ├── underscore.glif │ ├── uni0000.glif │ ├── uogonek.glif │ ├── uogonek.sc.glif │ ├── upA_rrow.glif │ ├── upB_lackT_riangle.glif │ ├── upW_hiteT_riangle.glif │ ├── uring.glif │ ├── uring.sc.glif │ ├── utilde.glif │ ├── utilde.sc.glif │ ├── utildeacute.glif │ ├── utildeacute.sc.glif │ ├── v.glif │ ├── v.sc.glif │ ├── verticallinelowmod.glif │ ├── verticallinemod.glif │ ├── w.glif │ ├── w.sc.glif │ ├── wacute.glif │ ├── wacute.sc.glif │ ├── wcircumflex.glif │ ├── wcircumflex.sc.glif │ ├── wdieresis.glif │ ├── wdieresis.sc.glif │ ├── wgrave.glif │ ├── wgrave.sc.glif │ ├── whiteD_iamond.glif │ ├── whiteS_quare.glif │ ├── won.glif │ ├── x.glif │ ├── x.sc.glif │ ├── y.glif │ ├── y.sc.glif │ ├── yacute.glif │ ├── yacute.sc.glif │ ├── ycircumflex.glif │ ├── ycircumflex.sc.glif │ ├── ydieresis.glif │ ├── ydieresis.sc.glif │ ├── ydotaccent.glif │ ├── ydotaccent.sc.glif │ ├── ydotbelow.glif │ ├── ydotbelow.sc.glif │ ├── yen.glif │ ├── ygrave.glif │ ├── ygrave.sc.glif │ ├── yhookabove.glif │ ├── yhookabove.sc.glif │ ├── ymacron.glif │ ├── ymacron.sc.glif │ ├── ytilde.glif │ ├── ytilde.sc.glif │ ├── z.glif │ ├── z.sc.glif │ ├── zacute.glif │ ├── zacute.sc.glif │ ├── zcaron.glif │ ├── zcaron.sc.glif │ ├── zdotaccent.glif │ ├── zdotaccent.sc.glif │ ├── zdotbelow.glif │ ├── zdotbelow.sc.glif │ ├── zero.dnom.glif │ ├── zero.glif │ ├── zero.lf.glif │ ├── zero.lf.zero.glif │ ├── zero.numr.glif │ ├── zero.osf.glif │ ├── zero.osf.zero.glif │ ├── zero.sc.glif │ ├── zero.tf.glif │ ├── zero.tf.zero.glif │ ├── zero.tosf.glif │ ├── zero.tosf.zero.glif │ ├── zero.zero.glif │ ├── zeroinferior.glif │ ├── zerosuperior.glif │ ├── zerowidthjoiner.glif │ ├── zerowidthnonjoiner.glif │ └── zerowidthspace.glif ├── groups.plist ├── kerning.plist ├── layercontents.plist ├── lib.plist └── metainfo.plist ├── MerriweatherSans-Italic.designspace ├── MerriweatherSans-Italic.ufo ├── features.fea ├── fontinfo.plist ├── glyphs.public.background │ ├── K_.glif │ ├── O_E_.glif │ ├── S_chwa.glif │ ├── b.sc.glif │ ├── contents.plist │ ├── eng.glif │ ├── ezh.sc.glif │ ├── germandbls.sc.glif │ ├── j.glif │ ├── j.sc.glif │ ├── k.sc.glif │ ├── layerinfo.plist │ ├── one.sc.glif │ └── schwa.sc.glif ├── glyphs │ ├── A_.glif │ ├── A_E_.glif │ ├── A_E_acute.glif │ ├── A_acute.glif │ ├── A_breve.glif │ ├── A_breveacute.glif │ ├── A_brevedotbelow.glif │ ├── A_brevegrave.glif │ ├── A_brevehookabove.glif │ ├── A_brevetilde.glif │ ├── A_caron.glif │ ├── A_circumflex.glif │ ├── A_circumflexacute.glif │ ├── A_circumflexdotbelow.glif │ ├── A_circumflexgrave.glif │ ├── A_circumflexhookabove.glif │ ├── A_circumflextilde.glif │ ├── A_dblgrave.glif │ ├── A_dieresis.glif │ ├── A_dotbelow.glif │ ├── A_grave.glif │ ├── A_hookabove.glif │ ├── A_invertedbreve.glif │ ├── A_macron.glif │ ├── A_ogonek.glif │ ├── A_ring.glif │ ├── A_ringacute.glif │ ├── A_tilde.glif │ ├── B_.glif │ ├── B_dotaccent.glif │ ├── C_.glif │ ├── C_R_.glif │ ├── C_acute.glif │ ├── C_caron.glif │ ├── C_cedilla.glif │ ├── C_cedillaacute.glif │ ├── C_circumflex.glif │ ├── C_dotaccent.glif │ ├── D_.glif │ ├── D_Z_.glif │ ├── D_Z_caron.glif │ ├── D_caron.glif │ ├── D_croat.glif │ ├── D_dotaccent.glif │ ├── D_dotbelow.glif │ ├── D_elta.glif │ ├── D_linebelow.glif │ ├── D_z.glif │ ├── D_zcaron.glif │ ├── E_.glif │ ├── E_acute.glif │ ├── E_breve.glif │ ├── E_caron.glif │ ├── E_cedillabreve.glif │ ├── E_circumflex.glif │ ├── E_circumflexacute.glif │ ├── E_circumflexdotbelow.glif │ ├── E_circumflexgrave.glif │ ├── E_circumflexhookabove.glif │ ├── E_circumflextilde.glif │ ├── E_dblgrave.glif │ ├── E_dieresis.glif │ ├── E_dotaccent.glif │ ├── E_dotbelow.glif │ ├── E_grave.glif │ ├── E_hookabove.glif │ ├── E_invertedbreve.glif │ ├── E_macron.glif │ ├── E_macronacute.glif │ ├── E_macrongrave.glif │ ├── E_ng.glif │ ├── E_ogonek.glif │ ├── E_th.glif │ ├── E_tilde.glif │ ├── E_zh.glif │ ├── E_zhcaron.glif │ ├── F_.glif │ ├── F_dotaccent.glif │ ├── G_.glif │ ├── G_breve.glif │ ├── G_caron.glif │ ├── G_circumflex.glif │ ├── G_commaaccent.glif │ ├── G_dotaccent.glif │ ├── G_ermandbls.glif │ ├── G_macron.glif │ ├── H_.glif │ ├── H_bar.glif │ ├── H_brevebelow.glif │ ├── H_circumflex.glif │ ├── H_dotbelow.glif │ ├── I_.glif │ ├── I_.uc.glif │ ├── I_J_.glif │ ├── I_J__acutecomb.glif │ ├── I_acute.glif │ ├── I_breve.glif │ ├── I_caron.glif │ ├── I_circumflex.glif │ ├── I_dblgrave.glif │ ├── I_dieresis.glif │ ├── I_dieresisacute.glif │ ├── I_dotaccent.glif │ ├── I_dotbelow.glif │ ├── I_grave.glif │ ├── I_hookabove.glif │ ├── I_invertedbreve.glif │ ├── I_macron.glif │ ├── I_ogonek.glif │ ├── I_tilde.glif │ ├── J_.glif │ ├── J_circumflex.glif │ ├── K_.glif │ ├── K_commaaccent.glif │ ├── L_.glif │ ├── L_J_.glif │ ├── L_acute.glif │ ├── L_caron.glif │ ├── L_commaaccent.glif │ ├── L_dot.glif │ ├── L_dotbelow.glif │ ├── L_j.glif │ ├── L_linebelow.glif │ ├── L_slash.glif │ ├── M_.glif │ ├── M_dotaccent.glif │ ├── M_dotbelow.glif │ ├── N_.glif │ ├── N_J_.glif │ ├── N_acute.glif │ ├── N_caron.glif │ ├── N_commaaccent.glif │ ├── N_dotaccent.glif │ ├── N_dotbelow.glif │ ├── N_j.glif │ ├── N_linebelow.glif │ ├── N_tilde.glif │ ├── O_.glif │ ├── O_E_.glif │ ├── O_acute.glif │ ├── O_breve.glif │ ├── O_caron.glif │ ├── O_circumflex.glif │ ├── O_circumflexacute.glif │ ├── O_circumflexdotbelow.glif │ ├── O_circumflexgrave.glif │ ├── O_circumflexhookabove.glif │ ├── O_circumflextilde.glif │ ├── O_dblgrave.glif │ ├── O_dieresis.glif │ ├── O_dieresismacron.glif │ ├── O_dotaccentmacron.glif │ ├── O_dotbelow.glif │ ├── O_grave.glif │ ├── O_hm.glif │ ├── O_hookabove.glif │ ├── O_horn.glif │ ├── O_hornacute.glif │ ├── O_horndotbelow.glif │ ├── O_horngrave.glif │ ├── O_hornhookabove.glif │ ├── O_horntilde.glif │ ├── O_hungarumlaut.glif │ ├── O_invertedbreve.glif │ ├── O_macron.glif │ ├── O_macronacute.glif │ ├── O_macrongrave.glif │ ├── O_mega.glif │ ├── O_ogonek.glif │ ├── O_slash.glif │ ├── O_slashacute.glif │ ├── O_tilde.glif │ ├── O_tildeacute.glif │ ├── O_tildedieresis.glif │ ├── O_tildemacron.glif │ ├── P_.glif │ ├── P_dotaccent.glif │ ├── Q_.glif │ ├── R_.glif │ ├── R_acute.glif │ ├── R_caron.glif │ ├── R_commaaccent.glif │ ├── R_dblgrave.glif │ ├── R_dotbelow.glif │ ├── R_invertedbreve.glif │ ├── R_linebelow.glif │ ├── S_.glif │ ├── S_acute.glif │ ├── S_acutedotaccent.glif │ ├── S_caron.glif │ ├── S_carondotaccent.glif │ ├── S_cedilla.glif │ ├── S_chwa.glif │ ├── S_circumflex.glif │ ├── S_commaaccent.glif │ ├── S_dotaccent.glif │ ├── S_dotbelow.glif │ ├── S_dotbelowdotaccent.glif │ ├── T_.glif │ ├── T_bar.glif │ ├── T_caron.glif │ ├── T_cedilla.glif │ ├── T_commaaccent.glif │ ├── T_dotaccent.glif │ ├── T_dotbelow.glif │ ├── T_horn.glif │ ├── T_linebelow.glif │ ├── U_.glif │ ├── U_acute.glif │ ├── U_breve.glif │ ├── U_caron.glif │ ├── U_circumflex.glif │ ├── U_dblgrave.glif │ ├── U_dieresis.glif │ ├── U_dieresisacute.glif │ ├── U_dieresiscaron.glif │ ├── U_dieresisgrave.glif │ ├── U_dieresismacron.glif │ ├── U_dotbelow.glif │ ├── U_grave.glif │ ├── U_hookabove.glif │ ├── U_horn.glif │ ├── U_hornacute.glif │ ├── U_horndotbelow.glif │ ├── U_horngrave.glif │ ├── U_hornhookabove.glif │ ├── U_horntilde.glif │ ├── U_hungarumlaut.glif │ ├── U_invertedbreve.glif │ ├── U_macron.glif │ ├── U_macrondieresis.glif │ ├── U_ogonek.glif │ ├── U_ring.glif │ ├── U_tilde.glif │ ├── U_tildeacute.glif │ ├── V_.glif │ ├── W_.glif │ ├── W_acute.glif │ ├── W_circumflex.glif │ ├── W_dieresis.glif │ ├── W_grave.glif │ ├── X_.glif │ ├── Y_.glif │ ├── Y_acute.glif │ ├── Y_circumflex.glif │ ├── Y_dieresis.glif │ ├── Y_dotaccent.glif │ ├── Y_dotbelow.glif │ ├── Y_grave.glif │ ├── Y_hookabove.glif │ ├── Y_macron.glif │ ├── Y_tilde.glif │ ├── Z_.glif │ ├── Z_acute.glif │ ├── Z_caron.glif │ ├── Z_dotaccent.glif │ ├── Z_dotbelow.glif │ ├── _notdef.glif │ ├── _null.glif │ ├── a.glif │ ├── a.sc.glif │ ├── aacute.glif │ ├── aacute.sc.glif │ ├── abreve.glif │ ├── abreve.sc.glif │ ├── abreveacute.glif │ ├── abreveacute.sc.glif │ ├── abrevedotbelow.glif │ ├── abrevedotbelow.sc.glif │ ├── abrevegrave.glif │ ├── abrevegrave.sc.glif │ ├── abrevehookabove.glif │ ├── abrevehookabove.sc.glif │ ├── abrevetilde.glif │ ├── abrevetilde.sc.glif │ ├── acaron.glif │ ├── acaron.sc.glif │ ├── acircumflex.glif │ ├── acircumflex.sc.glif │ ├── acircumflexacute.glif │ ├── acircumflexacute.sc.glif │ ├── acircumflexdotbelow.glif │ ├── acircumflexdotbelow.sc.glif │ ├── acircumflexgrave.glif │ ├── acircumflexgrave.sc.glif │ ├── acircumflexhookabove.glif │ ├── acircumflexhookabove.sc.glif │ ├── acircumflextilde.glif │ ├── acircumflextilde.sc.glif │ ├── acute.glif │ ├── acutecomb.case.glif │ ├── acutecomb.glif │ ├── adblgrave.glif │ ├── adblgrave.sc.glif │ ├── adieresis.glif │ ├── adieresis.sc.glif │ ├── adotbelow.glif │ ├── adotbelow.sc.glif │ ├── ae.glif │ ├── ae.sc.glif │ ├── aeacute.glif │ ├── aeacute.sc.glif │ ├── agrave.glif │ ├── agrave.sc.glif │ ├── ahookabove.glif │ ├── ahookabove.sc.glif │ ├── ainvertedbreve.glif │ ├── ainvertedbreve.sc.glif │ ├── amacron.glif │ ├── amacron.sc.glif │ ├── ampersand.glif │ ├── aogonek.glif │ ├── aogonek.sc.glif │ ├── apostrophemod.glif │ ├── approxequal.glif │ ├── aring.glif │ ├── aring.sc.glif │ ├── aringacute.glif │ ├── aringacute.sc.glif │ ├── asciicircum.glif │ ├── asciitilde.glif │ ├── asterisk.glif │ ├── at.case.glif │ ├── at.glif │ ├── atilde.glif │ ├── atilde.sc.glif │ ├── b.glif │ ├── b.sc.glif │ ├── backslash.case.glif │ ├── backslash.glif │ ├── bar.glif │ ├── bdotaccent.glif │ ├── bdotaccent.sc.glif │ ├── bitcoin.glif │ ├── blackD_iamond.glif │ ├── blackS_quare.glif │ ├── braceleft.case.glif │ ├── braceleft.glif │ ├── braceright.case.glif │ ├── braceright.glif │ ├── bracketleft.case.glif │ ├── bracketleft.glif │ ├── bracketright.case.glif │ ├── bracketright.glif │ ├── breve.glif │ ├── brevebelowcomb.case.glif │ ├── brevebelowcomb.glif │ ├── brevecomb.case.glif │ ├── brevecomb.glif │ ├── brevecomb_acutecomb.case.glif │ ├── brevecomb_acutecomb.glif │ ├── brevecomb_gravecomb.case.glif │ ├── brevecomb_gravecomb.glif │ ├── brevecomb_hookabovecomb.case.glif │ ├── brevecomb_hookabovecomb.glif │ ├── brevecomb_tildecomb.case.glif │ ├── brevecomb_tildecomb.glif │ ├── breveinvertedcomb.case.glif │ ├── breveinvertedcomb.glif │ ├── brokenbar.glif │ ├── bullet.case.glif │ ├── bullet.glif │ ├── bulletoperator.glif │ ├── c.glif │ ├── c.sc.glif │ ├── cacute.glif │ ├── cacute.sc.glif │ ├── caron.case.glif │ ├── caron.glif │ ├── caroncomb.alt.glif │ ├── caroncomb.case.glif │ ├── caroncomb.glif │ ├── ccaron.glif │ ├── ccaron.sc.glif │ ├── ccedilla.glif │ ├── ccedilla.sc.glif │ ├── ccedillaacute.glif │ ├── ccedillaacute.sc.glif │ ├── ccircumflex.glif │ ├── ccircumflex.sc.glif │ ├── cdotaccent.glif │ ├── cdotaccent.sc.glif │ ├── cedi.glif │ ├── cedilla.glif │ ├── cedillacomb.case.glif │ ├── cedillacomb.glif │ ├── cent.glif │ ├── circumflex.case.glif │ ├── circumflex.glif │ ├── circumflexcomb.case.glif │ ├── circumflexcomb.glif │ ├── circumflexcomb_acutecomb.case.glif │ ├── circumflexcomb_acutecomb.glif │ ├── circumflexcomb_gravecomb.case.glif │ ├── circumflexcomb_gravecomb.glif │ ├── circumflexcomb_hookabovecomb.case.glif │ ├── circumflexcomb_hookabovecomb.glif │ ├── circumflexcomb_tildecomb.case.glif │ ├── circumflexcomb_tildecomb.glif │ ├── colon.glif │ ├── colonsign.glif │ ├── comma.glif │ ├── commaaccentcomb.case.glif │ ├── commaaccentcomb.glif │ ├── commaturnedabovecomb.case.glif │ ├── commaturnedabovecomb.glif │ ├── commaturnedmod.glif │ ├── commercialM_inusS_ign.glif │ ├── contents.plist │ ├── copyright.glif │ ├── currency.glif │ ├── d.glif │ ├── d.sc.glif │ ├── dagger.glif │ ├── daggerdbl.glif │ ├── dblgravecomb.case.glif │ ├── dblgravecomb.glif │ ├── dcaron.glif │ ├── dcaron.sc.glif │ ├── dcroat.glif │ ├── dcroat.sc.glif │ ├── ddotaccent.glif │ ├── ddotaccent.sc.glif │ ├── ddotbelow.glif │ ├── ddotbelow.sc.glif │ ├── degree.glif │ ├── delta.sc.glif │ ├── dieresis.case.glif │ ├── dieresis.glif │ ├── dieresisbelowcomb.case.glif │ ├── dieresisbelowcomb.glif │ ├── dieresiscomb.case.glif │ ├── dieresiscomb.glif │ ├── divide.glif │ ├── divisionslash.glif │ ├── dlinebelow.glif │ ├── dlinebelow.sc.glif │ ├── dollar.glif │ ├── dong.glif │ ├── dotaccent.case.glif │ ├── dotaccent.glif │ ├── dotaccentcomb.case.glif │ ├── dotaccentcomb.glif │ ├── dotbelowcomb.case.glif │ ├── dotbelowcomb.glif │ ├── doubleprimemod.glif │ ├── downA_rrow.glif │ ├── downB_lackT_riangle.glif │ ├── downW_hiteT_riangle.glif │ ├── dram-arm.glif │ ├── dz.glif │ ├── dz.sc.glif │ ├── dzcaron.glif │ ├── dzcaron.sc.glif │ ├── e.glif │ ├── e.sc.glif │ ├── eacute.glif │ ├── eacute.sc.glif │ ├── ebreve.glif │ ├── ebreve.sc.glif │ ├── ecaron.glif │ ├── ecaron.sc.glif │ ├── ecedillabreve.glif │ ├── ecedillabreve.sc.glif │ ├── ecircumflex.glif │ ├── ecircumflex.sc.glif │ ├── ecircumflexacute.glif │ ├── ecircumflexacute.sc.glif │ ├── ecircumflexdotbelow.glif │ ├── ecircumflexdotbelow.sc.glif │ ├── ecircumflexgrave.glif │ ├── ecircumflexgrave.sc.glif │ ├── ecircumflexhookabove.glif │ ├── ecircumflexhookabove.sc.glif │ ├── ecircumflextilde.glif │ ├── ecircumflextilde.sc.glif │ ├── edblgrave.glif │ ├── edblgrave.sc.glif │ ├── edieresis.glif │ ├── edieresis.sc.glif │ ├── edotaccent.glif │ ├── edotaccent.sc.glif │ ├── edotbelow.glif │ ├── edotbelow.sc.glif │ ├── egrave.glif │ ├── egrave.sc.glif │ ├── ehookabove.glif │ ├── ehookabove.sc.glif │ ├── eight.dnom.glif │ ├── eight.glif │ ├── eight.lf.glif │ ├── eight.numr.glif │ ├── eight.osf.glif │ ├── eight.sc.glif │ ├── eight.tf.glif │ ├── eight.tosf.glif │ ├── eightinferior.glif │ ├── eightsuperior.glif │ ├── einvertedbreve.glif │ ├── einvertedbreve.sc.glif │ ├── ellipsis.glif │ ├── emacron.glif │ ├── emacron.sc.glif │ ├── emacronacute.glif │ ├── emacronacute.sc.glif │ ├── emacrongrave.glif │ ├── emacrongrave.sc.glif │ ├── emdash.case.glif │ ├── emdash.glif │ ├── emptyset.glif │ ├── emquad.glif │ ├── emspace.glif │ ├── endash.case.glif │ ├── endash.glif │ ├── eng.glif │ ├── eng.sc.glif │ ├── enquad.glif │ ├── enspace.glif │ ├── eogonek.glif │ ├── eogonek.sc.glif │ ├── equal.glif │ ├── estimated.glif │ ├── eth.glif │ ├── eth.sc.glif │ ├── etilde.glif │ ├── etilde.sc.glif │ ├── euro.glif │ ├── exclam.glif │ ├── exclamdbl.glif │ ├── exclamdown.case.glif │ ├── exclamdown.glif │ ├── ezh.glif │ ├── ezh.sc.glif │ ├── ezhcaron.glif │ ├── ezhcaron.sc.glif │ ├── f.glif │ ├── f.sc.glif │ ├── f_f.glif │ ├── f_f_i.glif │ ├── f_f_l.glif │ ├── fdotaccent.glif │ ├── fdotaccent.sc.glif │ ├── fi.glif │ ├── figuredash.glif │ ├── figurespace.glif │ ├── firsttonechinese.glif │ ├── five.dnom.glif │ ├── five.glif │ ├── five.lf.glif │ ├── five.numr.glif │ ├── five.osf.glif │ ├── five.sc.glif │ ├── five.tf.glif │ ├── five.tosf.glif │ ├── fiveeighths.glif │ ├── fiveinferior.glif │ ├── fivesixths.glif │ ├── fivesuperior.glif │ ├── fl.glif │ ├── florin.glif │ ├── four.dnom.glif │ ├── four.glif │ ├── four.lf.glif │ ├── four.numr.glif │ ├── four.osf.glif │ ├── four.sc.glif │ ├── four.tf.glif │ ├── four.tosf.glif │ ├── fourfifths.glif │ ├── fourinferior.glif │ ├── fourperemspace.glif │ ├── foursuperior.glif │ ├── fourthtonechinese.glif │ ├── fraction.glif │ ├── franc.glif │ ├── g.glif │ ├── g.sc.glif │ ├── gacute.sc.glif │ ├── gbreve.glif │ ├── gbreve.sc.glif │ ├── gcaron.glif │ ├── gcaron.sc.glif │ ├── gcircumflex.glif │ ├── gcircumflex.sc.glif │ ├── gcommaaccent.glif │ ├── gcommaaccent.sc.glif │ ├── gdotaccent.glif │ ├── gdotaccent.sc.glif │ ├── germandbls.glif │ ├── germandbls.sc.glif │ ├── gmacron.glif │ ├── gmacron.sc.glif │ ├── grave.glif │ ├── gravecomb.case.glif │ ├── gravecomb.glif │ ├── greater.glif │ ├── greaterequal.glif │ ├── guarani.glif │ ├── guillemetleft.case.glif │ ├── guillemetleft.glif │ ├── guillemetright.case.glif │ ├── guillemetright.glif │ ├── guilsinglleft.case.glif │ ├── guilsinglleft.glif │ ├── guilsinglright.case.glif │ ├── guilsinglright.glif │ ├── h.glif │ ├── h.sc.glif │ ├── hairspace.glif │ ├── hbar.glif │ ├── hbar.sc.glif │ ├── hbrevebelow.glif │ ├── hbrevebelow.sc.glif │ ├── hcircumflex.glif │ ├── hcircumflex.sc.glif │ ├── hdotbelow.glif │ ├── hookabovecomb.case.glif │ ├── hookabovecomb.glif │ ├── horizontalbar.glif │ ├── horncomb.case.glif │ ├── horncomb.glif │ ├── hryvnia.glif │ ├── hungarumlaut.case.glif │ ├── hungarumlaut.glif │ ├── hungarumlautcomb.case.glif │ ├── hungarumlautcomb.glif │ ├── hyphen.case.glif │ ├── hyphen.glif │ ├── hyphentwo.glif │ ├── i.cy.glif │ ├── i.dot.glif │ ├── i.dot.sc.glif │ ├── i.glif │ ├── i.sc.glif │ ├── i.uc.sc.glif │ ├── iacute.glif │ ├── iacute.sc.glif │ ├── ibreve.glif │ ├── ibreve.sc.glif │ ├── icaron.glif │ ├── icaron.sc.glif │ ├── icircumflex.glif │ ├── icircumflex.sc.glif │ ├── idblgrave.glif │ ├── idblgrave.sc.glif │ ├── idieresis.glif │ ├── idieresis.sc.glif │ ├── idieresisacute.glif │ ├── idieresisacute.sc.glif │ ├── idotaccent.glif │ ├── idotaccent.sc.glif │ ├── idotbelow.glif │ ├── idotbelow.sc.glif │ ├── idotless.glif │ ├── idotless.sc.glif │ ├── igrave.glif │ ├── igrave.sc.glif │ ├── ihookabove.glif │ ├── ihookabove.sc.glif │ ├── iinvertedbreve.glif │ ├── iinvertedbreve.sc.glif │ ├── ij.glif │ ├── ij.sc.glif │ ├── ij_acutecomb.glif │ ├── ij_acutecomb.sc.glif │ ├── imacron.glif │ ├── imacron.sc.glif │ ├── increment.glif │ ├── infinity.glif │ ├── integral.glif │ ├── iogonek.glif │ ├── iogonek.sc.glif │ ├── itilde.glif │ ├── itilde.sc.glif │ ├── j.glif │ ├── j.sc.glif │ ├── jcircumflex.glif │ ├── jcircumflex.sc.glif │ ├── jdotless.glif │ ├── jdotless.sc.glif │ ├── k.glif │ ├── k.sc.glif │ ├── kcommaaccent.glif │ ├── kcommaaccent.sc.glif │ ├── kgreenlandic.glif │ ├── kgreenlandic.sc.glif │ ├── kip.glif │ ├── l.glif │ ├── l.sc.glif │ ├── lacute.glif │ ├── lacute.sc.glif │ ├── layerinfo.plist │ ├── lcaron.glif │ ├── lcaron.sc.glif │ ├── lcommaaccent.glif │ ├── lcommaaccent.sc.glif │ ├── ldot.glif │ ├── ldot.sc.glif │ ├── ldotbelow.glif │ ├── leftA_rrow.glif │ ├── leftB_lackT_riangle.glif │ ├── leftW_hiteT_riangle.glif │ ├── leftanglebracket-math.glif │ ├── less.glif │ ├── lessequal.glif │ ├── lira.glif │ ├── liraT_urkish.glif │ ├── literS_ign.glif │ ├── lj.glif │ ├── lj.sc.glif │ ├── llinebelow.glif │ ├── llinebelow.sc.glif │ ├── logicalnot.glif │ ├── lozenge.glif │ ├── lslash.glif │ ├── lslash.sc.glif │ ├── m.glif │ ├── m.sc.glif │ ├── macron.case.glif │ ├── macron.glif │ ├── macronbelowcomb.case.glif │ ├── macronbelowcomb.glif │ ├── macroncomb.case.glif │ ├── macroncomb.glif │ ├── manat.glif │ ├── mdotaccent.glif │ ├── mdotaccent.sc.glif │ ├── mdotbelow.glif │ ├── mdotbelow.sc.glif │ ├── micro.glif │ ├── minus.glif │ ├── minute.glif │ ├── mu.glif │ ├── mu.sc.glif │ ├── multiply.glif │ ├── n.glif │ ├── n.sc.glif │ ├── nacute.glif │ ├── nacute.sc.glif │ ├── naira.glif │ ├── napostrophe.glif │ ├── narrownbspace.glif │ ├── nbspace.glif │ ├── ncaron.glif │ ├── ncaron.sc.glif │ ├── ncommaaccent.glif │ ├── ncommaaccent.sc.glif │ ├── ndotaccent.glif │ ├── ndotaccent.sc.glif │ ├── ndotbelow.glif │ ├── ndotbelow.sc.glif │ ├── nine.dnom.glif │ ├── nine.glif │ ├── nine.lf.glif │ ├── nine.numr.glif │ ├── nine.osf.glif │ ├── nine.sc.glif │ ├── nine.tf.glif │ ├── nine.tosf.glif │ ├── nineinferior.glif │ ├── ninesuperior.glif │ ├── nj.glif │ ├── nj.sc.glif │ ├── nlinebelow.glif │ ├── nlinebelow.sc.glif │ ├── notequal.glif │ ├── ntilde.glif │ ├── ntilde.sc.glif │ ├── numbersign.glif │ ├── numero.glif │ ├── o.glif │ ├── o.sc.glif │ ├── oacute.glif │ ├── oacute.sc.glif │ ├── obreve.glif │ ├── obreve.sc.glif │ ├── ocaron.glif │ ├── ocaron.sc.glif │ ├── ocircumflex.glif │ ├── ocircumflex.sc.glif │ ├── ocircumflexacute.glif │ ├── ocircumflexacute.sc.glif │ ├── ocircumflexdotbelow.glif │ ├── ocircumflexdotbelow.sc.glif │ ├── ocircumflexgrave.glif │ ├── ocircumflexgrave.sc.glif │ ├── ocircumflexhookabove.glif │ ├── ocircumflexhookabove.sc.glif │ ├── ocircumflextilde.glif │ ├── ocircumflextilde.sc.glif │ ├── odblgrave.glif │ ├── odblgrave.sc.glif │ ├── odieresis.glif │ ├── odieresis.sc.glif │ ├── odieresismacron.glif │ ├── odieresismacron.sc.glif │ ├── odotaccentmacron.glif │ ├── odotaccentmacron.sc.glif │ ├── odotbelow.glif │ ├── odotbelow.sc.glif │ ├── oe.glif │ ├── oe.sc.glif │ ├── ogonek.glif │ ├── ogonekcomb.case.glif │ ├── ogonekcomb.glif │ ├── ograve.glif │ ├── ograve.sc.glif │ ├── ohookabove.glif │ ├── ohookabove.sc.glif │ ├── ohorn.glif │ ├── ohorn.sc.glif │ ├── ohornacute.glif │ ├── ohornacute.sc.glif │ ├── ohorndotbelow.glif │ ├── ohorndotbelow.sc.glif │ ├── ohorngrave.glif │ ├── ohorngrave.sc.glif │ ├── ohornhookabove.glif │ ├── ohornhookabove.sc.glif │ ├── ohorntilde.glif │ ├── ohorntilde.sc.glif │ ├── ohungarumlaut.glif │ ├── ohungarumlaut.sc.glif │ ├── oinvertedbreve.glif │ ├── oinvertedbreve.sc.glif │ ├── omacron.glif │ ├── omacron.sc.glif │ ├── omacronacute.glif │ ├── omacronacute.sc.glif │ ├── omacrongrave.glif │ ├── omacrongrave.sc.glif │ ├── omega.sc.glif │ ├── one.dnom.glif │ ├── one.glif │ ├── one.lf.glif │ ├── one.numr.glif │ ├── one.osf.glif │ ├── one.sc.glif │ ├── one.tf.glif │ ├── one.tosf.glif │ ├── oneeighth.glif │ ├── onefifth.glif │ ├── onehalf.glif │ ├── oneinferior.glif │ ├── oneninth.glif │ ├── onequarter.glif │ ├── oneseventh.glif │ ├── onesixth.glif │ ├── onesuperior.glif │ ├── onetenth.glif │ ├── onethird.glif │ ├── oogonek.glif │ ├── oogonek.sc.glif │ ├── ordfeminine.glif │ ├── ordmasculine.glif │ ├── oslash.glif │ ├── oslashacute.glif │ ├── otilde.glif │ ├── otilde.sc.glif │ ├── otildeacute.glif │ ├── otildeacute.sc.glif │ ├── otildedieresis.glif │ ├── otildedieresis.sc.glif │ ├── otildemacron.glif │ ├── otildemacron.sc.glif │ ├── p.glif │ ├── p.sc.glif │ ├── paragraph.glif │ ├── parenleft.case.glif │ ├── parenleft.glif │ ├── parenright.case.glif │ ├── parenright.glif │ ├── partialdiff.glif │ ├── pdotaccent.glif │ ├── pdotaccent.sc.glif │ ├── percent.glif │ ├── period.glif │ ├── periodcentered.case.glif │ ├── periodcentered.glif │ ├── periodcentered.loclC_A_T_.case.glif │ ├── perthousand.glif │ ├── peseta.glif │ ├── peso.glif │ ├── pi.glif │ ├── pi.sc.glif │ ├── plus.glif │ ├── plusminus.glif │ ├── primemod.glif │ ├── product.glif │ ├── punctuationspace.glif │ ├── q.glif │ ├── q.sc.glif │ ├── question.glif │ ├── questiondown.case.glif │ ├── questiondown.glif │ ├── quotedbl.glif │ ├── quotedblbase.glif │ ├── quotedblleft.glif │ ├── quotedblright.glif │ ├── quoteleft.glif │ ├── quotereversed.glif │ ├── quoteright.glif │ ├── quotesinglbase.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── r.sc.glif │ ├── racute.glif │ ├── racute.sc.glif │ ├── radical.glif │ ├── rcaron.glif │ ├── rcaron.sc.glif │ ├── rcommaaccent.glif │ ├── rcommaaccent.sc.glif │ ├── rdblgrave.glif │ ├── rdblgrave.sc.glif │ ├── rdotbelow.glif │ ├── rdotbelow.sc.glif │ ├── registered.glif │ ├── rightA_rrow.glif │ ├── rightB_lackT_riangle.glif │ ├── rightW_hiteT_riangle.glif │ ├── rightanglebracket-math.glif │ ├── ring.case.glif │ ├── ring.glif │ ├── ringcomb.case.glif │ ├── ringcomb.glif │ ├── ringhalfleft.glif │ ├── ringhalfright.glif │ ├── rinvertedbreve.glif │ ├── rinvertedbreve.sc.glif │ ├── rlinebelow.glif │ ├── rlinebelow.sc.glif │ ├── ruble.glif │ ├── rupeeI_ndian.glif │ ├── s.glif │ ├── s.sc.glif │ ├── sacute.glif │ ├── sacute.sc.glif │ ├── sacutedotaccent.glif │ ├── sacutedotaccent.sc.glif │ ├── scaron.glif │ ├── scaron.sc.glif │ ├── scarondotaccent.glif │ ├── scarondotaccent.sc.glif │ ├── scedilla.glif │ ├── scedilla.sc.glif │ ├── schwa.glif │ ├── schwa.sc.glif │ ├── scircumflex.glif │ ├── scircumflex.sc.glif │ ├── scommaaccent.glif │ ├── scommaaccent.sc.glif │ ├── sdotaccent.glif │ ├── sdotaccent.sc.glif │ ├── sdotbelow.glif │ ├── sdotbelow.sc.glif │ ├── sdotbelowdotaccent.glif │ ├── sdotbelowdotaccent.sc.glif │ ├── second.glif │ ├── secondtonechinese.glif │ ├── section.glif │ ├── semicolon.glif │ ├── seven.dnom.glif │ ├── seven.glif │ ├── seven.lf.glif │ ├── seven.numr.glif │ ├── seven.osf.glif │ ├── seven.sc.glif │ ├── seven.tf.glif │ ├── seven.tosf.glif │ ├── seveneighths.glif │ ├── seveninferior.glif │ ├── sevensuperior.glif │ ├── sheqel.glif │ ├── six.dnom.glif │ ├── six.glif │ ├── six.lf.glif │ ├── six.numr.glif │ ├── six.osf.glif │ ├── six.sc.glif │ ├── six.tf.glif │ ├── six.tosf.glif │ ├── sixinferior.glif │ ├── sixperemspace.glif │ ├── sixsuperior.glif │ ├── slash.case.glif │ ├── slash.glif │ ├── slashlongcomb.glif │ ├── slashshortcomb.glif │ ├── softhyphen.case.glif │ ├── softhyphen.glif │ ├── space.glif │ ├── sterling.glif │ ├── strokelongcomb.glif │ ├── strokeshortcomb.glif │ ├── summation.glif │ ├── t.glif │ ├── t.sc.glif │ ├── tbar.glif │ ├── tcaron.glif │ ├── tcaron.sc.glif │ ├── tcedilla.glif │ ├── tcedilla.sc.glif │ ├── tcommaaccent.glif │ ├── tcommaaccent.sc.glif │ ├── tdieresis.glif │ ├── tdieresis.sc.glif │ ├── tdotaccent.glif │ ├── tdotaccent.sc.glif │ ├── tdotbelow.glif │ ├── tdotbelow.sc.glif │ ├── tenge.glif │ ├── thinspace.glif │ ├── thorn.glif │ ├── thorn.sc.glif │ ├── three.dnom.glif │ ├── three.glif │ ├── three.lf.glif │ ├── three.numr.glif │ ├── three.osf.glif │ ├── three.sc.glif │ ├── three.tf.glif │ ├── three.tosf.glif │ ├── threeeighths.glif │ ├── threeinferior.glif │ ├── threeperemspace.glif │ ├── threequarters.glif │ ├── threesuperior.glif │ ├── tilde.glif │ ├── tildecomb.case.glif │ ├── tildecomb.glif │ ├── tlinebelow.glif │ ├── tlinebelow.sc.glif │ ├── trademark.glif │ ├── tugrik.glif │ ├── two.dnom.glif │ ├── two.glif │ ├── two.lf.glif │ ├── two.numr.glif │ ├── two.osf.glif │ ├── two.sc.glif │ ├── two.tf.glif │ ├── two.tosf.glif │ ├── twofifths.glif │ ├── twoinferior.glif │ ├── twosuperior.glif │ ├── twothirds.glif │ ├── u.glif │ ├── u.sc.glif │ ├── uacute.glif │ ├── uacute.sc.glif │ ├── ubreve.glif │ ├── ubreve.sc.glif │ ├── ucaron.glif │ ├── ucaron.sc.glif │ ├── ucircumflex.glif │ ├── ucircumflex.sc.glif │ ├── udblgrave.glif │ ├── udblgrave.sc.glif │ ├── udieresis.glif │ ├── udieresis.sc.glif │ ├── udieresisacute.glif │ ├── udieresisacute.sc.glif │ ├── udieresiscaron.glif │ ├── udieresiscaron.sc.glif │ ├── udieresisgrave.glif │ ├── udieresisgrave.sc.glif │ ├── udieresismacron.glif │ ├── udieresismacron.sc.glif │ ├── udotbelow.glif │ ├── udotbelow.sc.glif │ ├── ugrave.glif │ ├── ugrave.sc.glif │ ├── uhookabove.glif │ ├── uhookabove.sc.glif │ ├── uhorn.glif │ ├── uhorn.sc.glif │ ├── uhornacute.glif │ ├── uhornacute.sc.glif │ ├── uhorndotbelow.glif │ ├── uhorndotbelow.sc.glif │ ├── uhorngrave.glif │ ├── uhorngrave.sc.glif │ ├── uhornhookabove.glif │ ├── uhornhookabove.sc.glif │ ├── uhorntilde.glif │ ├── uhorntilde.sc.glif │ ├── uhungarumlaut.glif │ ├── uhungarumlaut.sc.glif │ ├── uinvertedbreve.glif │ ├── uinvertedbreve.sc.glif │ ├── umacron.glif │ ├── umacron.sc.glif │ ├── umacrondieresis.glif │ ├── umacrondieresis.sc.glif │ ├── underscore.glif │ ├── uni0000.glif │ ├── uogonek.glif │ ├── uogonek.sc.glif │ ├── upA_rrow.glif │ ├── upB_lackT_riangle.glif │ ├── upW_hiteT_riangle.glif │ ├── uring.glif │ ├── uring.sc.glif │ ├── utilde.glif │ ├── utilde.sc.glif │ ├── utildeacute.glif │ ├── utildeacute.sc.glif │ ├── v.glif │ ├── v.sc.glif │ ├── verticallinelowmod.glif │ ├── verticallinemod.glif │ ├── w.glif │ ├── w.sc.glif │ ├── wacute.glif │ ├── wacute.sc.glif │ ├── wcircumflex.glif │ ├── wcircumflex.sc.glif │ ├── wdieresis.glif │ ├── wdieresis.sc.glif │ ├── wgrave.glif │ ├── wgrave.sc.glif │ ├── whiteD_iamond.glif │ ├── whiteS_quare.glif │ ├── won.glif │ ├── x.glif │ ├── x.sc.glif │ ├── y.glif │ ├── y.sc.glif │ ├── yacute.glif │ ├── yacute.sc.glif │ ├── ycircumflex.glif │ ├── ycircumflex.sc.glif │ ├── ydieresis.glif │ ├── ydieresis.sc.glif │ ├── ydotaccent.glif │ ├── ydotaccent.sc.glif │ ├── ydotbelow.glif │ ├── ydotbelow.sc.glif │ ├── yen.glif │ ├── ygrave.glif │ ├── ygrave.sc.glif │ ├── yhookabove.glif │ ├── yhookabove.sc.glif │ ├── ymacron.glif │ ├── ymacron.sc.glif │ ├── ytilde.glif │ ├── ytilde.sc.glif │ ├── z.glif │ ├── z.sc.glif │ ├── zacute.glif │ ├── zacute.sc.glif │ ├── zcaron.glif │ ├── zcaron.sc.glif │ ├── zdotaccent.glif │ ├── zdotaccent.sc.glif │ ├── zdotbelow.glif │ ├── zdotbelow.sc.glif │ ├── zero.dnom.glif │ ├── zero.glif │ ├── zero.lf.glif │ ├── zero.lf.zero.glif │ ├── zero.numr.glif │ ├── zero.osf.glif │ ├── zero.osf.zero.glif │ ├── zero.sc.glif │ ├── zero.tf.glif │ ├── zero.tf.zero.glif │ ├── zero.tosf.glif │ ├── zero.tosf.zero.glif │ ├── zero.zero.glif │ ├── zeroinferior.glif │ ├── zerosuperior.glif │ ├── zerowidthjoiner.glif │ ├── zerowidthnonjoiner.glif │ └── zerowidthspace.glif ├── groups.plist ├── kerning.plist ├── layercontents.plist ├── lib.plist └── metainfo.plist ├── MerriweatherSans-Light.ufo ├── features.fea ├── fontinfo.plist ├── glyphs.public.background │ ├── E_zh.glif │ ├── K_.glif │ ├── S_chwa.glif │ ├── contents.plist │ ├── dblgravecomb.case.glif │ ├── delta.sc.glif │ ├── ezh.sc.glif │ ├── four.dnom.glif │ ├── four.glif │ ├── four.lf.glif │ ├── four.sc.glif │ ├── four.tf.glif │ ├── hookabovecomb.case.glif │ ├── hookabovecomb.glif │ ├── layerinfo.plist │ ├── one.dnom.glif │ ├── one.tf.glif │ ├── schwa.sc.glif │ ├── thorn.sc.glif │ ├── three.dnom.glif │ ├── three.glif │ ├── three.lf.glif │ ├── three.sc.glif │ ├── three.tf.glif │ └── upB_lackT_riangle.glif ├── glyphs │ ├── A_.glif │ ├── A_E_.glif │ ├── A_E_acute.glif │ ├── A_acute.glif │ ├── A_breve.glif │ ├── A_breveacute.glif │ ├── A_brevedotbelow.glif │ ├── A_brevegrave.glif │ ├── A_brevehookabove.glif │ ├── A_brevetilde.glif │ ├── A_caron.glif │ ├── A_circumflex.glif │ ├── A_circumflexacute.glif │ ├── A_circumflexdotbelow.glif │ ├── A_circumflexgrave.glif │ ├── A_circumflexhookabove.glif │ ├── A_circumflextilde.glif │ ├── A_dblgrave.glif │ ├── A_dieresis.glif │ ├── A_dotbelow.glif │ ├── A_grave.glif │ ├── A_hookabove.glif │ ├── A_invertedbreve.glif │ ├── A_macron.glif │ ├── A_ogonek.glif │ ├── A_ring.glif │ ├── A_ringacute.glif │ ├── A_tilde.glif │ ├── B_.glif │ ├── B_dotaccent.glif │ ├── C_.glif │ ├── C_R_.glif │ ├── C_acute.glif │ ├── C_caron.glif │ ├── C_cedilla.glif │ ├── C_cedillaacute.glif │ ├── C_circumflex.glif │ ├── C_dotaccent.glif │ ├── D_.glif │ ├── D_Z_.glif │ ├── D_Z_caron.glif │ ├── D_caron.glif │ ├── D_croat.glif │ ├── D_dotaccent.glif │ ├── D_dotbelow.glif │ ├── D_elta.glif │ ├── D_linebelow.glif │ ├── D_z.glif │ ├── D_zcaron.glif │ ├── E_.glif │ ├── E_acute.glif │ ├── E_breve.glif │ ├── E_caron.glif │ ├── E_cedillabreve.glif │ ├── E_circumflex.glif │ ├── E_circumflexacute.glif │ ├── E_circumflexdotbelow.glif │ ├── E_circumflexgrave.glif │ ├── E_circumflexhookabove.glif │ ├── E_circumflextilde.glif │ ├── E_dblgrave.glif │ ├── E_dieresis.glif │ ├── E_dotaccent.glif │ ├── E_dotbelow.glif │ ├── E_grave.glif │ ├── E_hookabove.glif │ ├── E_invertedbreve.glif │ ├── E_macron.glif │ ├── E_macronacute.glif │ ├── E_macrongrave.glif │ ├── E_ng.glif │ ├── E_ogonek.glif │ ├── E_th.glif │ ├── E_tilde.glif │ ├── E_zh.glif │ ├── E_zhcaron.glif │ ├── F_.glif │ ├── F_dotaccent.glif │ ├── G_.glif │ ├── G_breve.glif │ ├── G_caron.glif │ ├── G_circumflex.glif │ ├── G_commaaccent.glif │ ├── G_dotaccent.glif │ ├── G_ermandbls.glif │ ├── G_macron.glif │ ├── H_.glif │ ├── H_bar.glif │ ├── H_brevebelow.glif │ ├── H_circumflex.glif │ ├── H_dotbelow.glif │ ├── I_.glif │ ├── I_.uc.glif │ ├── I_J_.glif │ ├── I_J__acutecomb.glif │ ├── I_acute.glif │ ├── I_breve.glif │ ├── I_caron.glif │ ├── I_circumflex.glif │ ├── I_dblgrave.glif │ ├── I_dieresis.glif │ ├── I_dieresisacute.glif │ ├── I_dotaccent.glif │ ├── I_dotbelow.glif │ ├── I_grave.glif │ ├── I_hookabove.glif │ ├── I_invertedbreve.glif │ ├── I_macron.glif │ ├── I_ogonek.glif │ ├── I_tilde.glif │ ├── J_.glif │ ├── J_circumflex.glif │ ├── K_.glif │ ├── K_commaaccent.glif │ ├── L_.glif │ ├── L_J_.glif │ ├── L_acute.glif │ ├── L_caron.glif │ ├── L_commaaccent.glif │ ├── L_dot.glif │ ├── L_dotbelow.glif │ ├── L_j.glif │ ├── L_linebelow.glif │ ├── L_slash.glif │ ├── M_.glif │ ├── M_dotaccent.glif │ ├── M_dotbelow.glif │ ├── N_.glif │ ├── N_J_.glif │ ├── N_acute.glif │ ├── N_caron.glif │ ├── N_commaaccent.glif │ ├── N_dotaccent.glif │ ├── N_dotbelow.glif │ ├── N_j.glif │ ├── N_linebelow.glif │ ├── N_tilde.glif │ ├── O_.glif │ ├── O_E_.glif │ ├── O_acute.glif │ ├── O_breve.glif │ ├── O_caron.glif │ ├── O_circumflex.glif │ ├── O_circumflexacute.glif │ ├── O_circumflexdotbelow.glif │ ├── O_circumflexgrave.glif │ ├── O_circumflexhookabove.glif │ ├── O_circumflextilde.glif │ ├── O_dblgrave.glif │ ├── O_dieresis.glif │ ├── O_dieresismacron.glif │ ├── O_dotaccentmacron.glif │ ├── O_dotbelow.glif │ ├── O_grave.glif │ ├── O_hm.glif │ ├── O_hookabove.glif │ ├── O_horn.glif │ ├── O_hornacute.glif │ ├── O_horndotbelow.glif │ ├── O_horngrave.glif │ ├── O_hornhookabove.glif │ ├── O_horntilde.glif │ ├── O_hungarumlaut.glif │ ├── O_invertedbreve.glif │ ├── O_macron.glif │ ├── O_macronacute.glif │ ├── O_macrongrave.glif │ ├── O_mega.glif │ ├── O_ogonek.glif │ ├── O_slash.glif │ ├── O_slashacute.glif │ ├── O_tilde.glif │ ├── O_tildeacute.glif │ ├── O_tildedieresis.glif │ ├── O_tildemacron.glif │ ├── P_.glif │ ├── P_dotaccent.glif │ ├── Q_.glif │ ├── R_.glif │ ├── R_acute.glif │ ├── R_caron.glif │ ├── R_commaaccent.glif │ ├── R_dblgrave.glif │ ├── R_dotbelow.glif │ ├── R_invertedbreve.glif │ ├── R_linebelow.glif │ ├── S_.glif │ ├── S_acute.glif │ ├── S_acutedotaccent.glif │ ├── S_caron.glif │ ├── S_carondotaccent.glif │ ├── S_cedilla.glif │ ├── S_chwa.glif │ ├── S_circumflex.glif │ ├── S_commaaccent.glif │ ├── S_dotaccent.glif │ ├── S_dotbelow.glif │ ├── S_dotbelowdotaccent.glif │ ├── T_.glif │ ├── T_bar.glif │ ├── T_caron.glif │ ├── T_cedilla.glif │ ├── T_commaaccent.glif │ ├── T_dotaccent.glif │ ├── T_dotbelow.glif │ ├── T_horn.glif │ ├── T_linebelow.glif │ ├── U_.glif │ ├── U_acute.glif │ ├── U_breve.glif │ ├── U_caron.glif │ ├── U_circumflex.glif │ ├── U_dblgrave.glif │ ├── U_dieresis.glif │ ├── U_dieresisacute.glif │ ├── U_dieresiscaron.glif │ ├── U_dieresisgrave.glif │ ├── U_dieresismacron.glif │ ├── U_dotbelow.glif │ ├── U_grave.glif │ ├── U_hookabove.glif │ ├── U_horn.glif │ ├── U_hornacute.glif │ ├── U_horndotbelow.glif │ ├── U_horngrave.glif │ ├── U_hornhookabove.glif │ ├── U_horntilde.glif │ ├── U_hungarumlaut.glif │ ├── U_invertedbreve.glif │ ├── U_macron.glif │ ├── U_macrondieresis.glif │ ├── U_ogonek.glif │ ├── U_ring.glif │ ├── U_tilde.glif │ ├── U_tildeacute.glif │ ├── V_.glif │ ├── W_.glif │ ├── W_acute.glif │ ├── W_circumflex.glif │ ├── W_dieresis.glif │ ├── W_grave.glif │ ├── X_.glif │ ├── Y_.glif │ ├── Y_acute.glif │ ├── Y_circumflex.glif │ ├── Y_dieresis.glif │ ├── Y_dotaccent.glif │ ├── Y_dotbelow.glif │ ├── Y_grave.glif │ ├── Y_hookabove.glif │ ├── Y_macron.glif │ ├── Y_tilde.glif │ ├── Z_.glif │ ├── Z_acute.glif │ ├── Z_caron.glif │ ├── Z_dotaccent.glif │ ├── Z_dotbelow.glif │ ├── _notdef.glif │ ├── _null.glif │ ├── a.glif │ ├── a.sc.glif │ ├── aacute.glif │ ├── aacute.sc.glif │ ├── abreve.glif │ ├── abreve.sc.glif │ ├── abreveacute.glif │ ├── abreveacute.sc.glif │ ├── abrevedotbelow.glif │ ├── abrevedotbelow.sc.glif │ ├── abrevegrave.glif │ ├── abrevegrave.sc.glif │ ├── abrevehookabove.glif │ ├── abrevehookabove.sc.glif │ ├── abrevetilde.glif │ ├── abrevetilde.sc.glif │ ├── acaron.glif │ ├── acaron.sc.glif │ ├── acircumflex.glif │ ├── acircumflex.sc.glif │ ├── acircumflexacute.glif │ ├── acircumflexacute.sc.glif │ ├── acircumflexdotbelow.glif │ ├── acircumflexdotbelow.sc.glif │ ├── acircumflexgrave.glif │ ├── acircumflexgrave.sc.glif │ ├── acircumflexhookabove.glif │ ├── acircumflexhookabove.sc.glif │ ├── acircumflextilde.glif │ ├── acircumflextilde.sc.glif │ ├── acute.glif │ ├── acutecomb.case.glif │ ├── acutecomb.glif │ ├── adblgrave.glif │ ├── adblgrave.sc.glif │ ├── adieresis.glif │ ├── adieresis.sc.glif │ ├── adotbelow.glif │ ├── adotbelow.sc.glif │ ├── ae.glif │ ├── ae.sc.glif │ ├── aeacute.glif │ ├── aeacute.sc.glif │ ├── agrave.glif │ ├── agrave.sc.glif │ ├── ahookabove.glif │ ├── ahookabove.sc.glif │ ├── ainvertedbreve.glif │ ├── ainvertedbreve.sc.glif │ ├── amacron.glif │ ├── amacron.sc.glif │ ├── ampersand.glif │ ├── aogonek.glif │ ├── aogonek.sc.glif │ ├── apostrophemod.glif │ ├── approxequal.glif │ ├── aring.glif │ ├── aring.sc.glif │ ├── aringacute.glif │ ├── aringacute.sc.glif │ ├── asciicircum.glif │ ├── asciitilde.glif │ ├── asterisk.glif │ ├── at.case.glif │ ├── at.glif │ ├── atilde.glif │ ├── atilde.sc.glif │ ├── b.glif │ ├── b.sc.glif │ ├── backslash.case.glif │ ├── backslash.glif │ ├── bar.glif │ ├── bdotaccent.glif │ ├── bdotaccent.sc.glif │ ├── bitcoin.glif │ ├── blackD_iamond.glif │ ├── blackS_quare.glif │ ├── braceleft.case.glif │ ├── braceleft.glif │ ├── braceright.case.glif │ ├── braceright.glif │ ├── bracketleft.case.glif │ ├── bracketleft.glif │ ├── bracketright.case.glif │ ├── bracketright.glif │ ├── breve.glif │ ├── brevebelowcomb.case.glif │ ├── brevebelowcomb.glif │ ├── brevecomb.case.glif │ ├── brevecomb.glif │ ├── brevecomb_acutecomb.case.glif │ ├── brevecomb_acutecomb.glif │ ├── brevecomb_gravecomb.case.glif │ ├── brevecomb_gravecomb.glif │ ├── brevecomb_hookabovecomb.case.glif │ ├── brevecomb_hookabovecomb.glif │ ├── brevecomb_tildecomb.case.glif │ ├── brevecomb_tildecomb.glif │ ├── breveinvertedcomb.case.glif │ ├── breveinvertedcomb.glif │ ├── brokenbar.glif │ ├── bullet.case.glif │ ├── bullet.glif │ ├── bulletoperator.glif │ ├── c.glif │ ├── c.sc.glif │ ├── cacute.glif │ ├── cacute.sc.glif │ ├── caron.glif │ ├── caroncomb.alt.glif │ ├── caroncomb.case.glif │ ├── caroncomb.glif │ ├── ccaron.glif │ ├── ccaron.sc.glif │ ├── ccedilla.glif │ ├── ccedilla.sc.glif │ ├── ccedillaacute.glif │ ├── ccedillaacute.sc.glif │ ├── ccircumflex.glif │ ├── ccircumflex.sc.glif │ ├── cdotaccent.glif │ ├── cdotaccent.sc.glif │ ├── cedi.glif │ ├── cedilla.glif │ ├── cedillacomb.case.glif │ ├── cedillacomb.glif │ ├── cent.glif │ ├── circumflex.glif │ ├── circumflexcomb.case.glif │ ├── circumflexcomb.glif │ ├── circumflexcomb_acutecomb.case.glif │ ├── circumflexcomb_acutecomb.glif │ ├── circumflexcomb_gravecomb.case.glif │ ├── circumflexcomb_gravecomb.glif │ ├── circumflexcomb_hookabovecomb.case.glif │ ├── circumflexcomb_hookabovecomb.glif │ ├── circumflexcomb_tildecomb.case.glif │ ├── circumflexcomb_tildecomb.glif │ ├── colon.glif │ ├── colonsign.glif │ ├── comma.glif │ ├── commaaccentcomb.case.glif │ ├── commaaccentcomb.glif │ ├── commaturnedabovecomb.case.glif │ ├── commaturnedabovecomb.glif │ ├── commaturnedmod.glif │ ├── commercialM_inusS_ign.glif │ ├── contents.plist │ ├── copyright.glif │ ├── currency.glif │ ├── d.glif │ ├── d.sc.glif │ ├── dagger.glif │ ├── daggerdbl.glif │ ├── dblgravecomb.case.glif │ ├── dblgravecomb.glif │ ├── dcaron.glif │ ├── dcaron.sc.glif │ ├── dcroat.glif │ ├── dcroat.sc.glif │ ├── ddotaccent.glif │ ├── ddotaccent.sc.glif │ ├── ddotbelow.glif │ ├── ddotbelow.sc.glif │ ├── degree.glif │ ├── delta.sc.glif │ ├── dieresis.glif │ ├── dieresisbelowcomb.case.glif │ ├── dieresisbelowcomb.glif │ ├── dieresiscomb.case.glif │ ├── dieresiscomb.glif │ ├── divide.glif │ ├── divisionslash.glif │ ├── dlinebelow.glif │ ├── dlinebelow.sc.glif │ ├── dollar.glif │ ├── dong.glif │ ├── dotaccent.glif │ ├── dotaccentcomb.case.glif │ ├── dotaccentcomb.glif │ ├── dotbelowcomb.case.glif │ ├── dotbelowcomb.glif │ ├── doubleprimemod.glif │ ├── downA_rrow.glif │ ├── downB_lackT_riangle.glif │ ├── downW_hiteT_riangle.glif │ ├── dram-arm.glif │ ├── dz.glif │ ├── dz.sc.glif │ ├── dzcaron.glif │ ├── dzcaron.sc.glif │ ├── e.glif │ ├── e.sc.glif │ ├── eacute.glif │ ├── eacute.sc.glif │ ├── ebreve.glif │ ├── ebreve.sc.glif │ ├── ecaron.glif │ ├── ecaron.sc.glif │ ├── ecedillabreve.glif │ ├── ecedillabreve.sc.glif │ ├── ecircumflex.glif │ ├── ecircumflex.sc.glif │ ├── ecircumflexacute.glif │ ├── ecircumflexacute.sc.glif │ ├── ecircumflexdotbelow.glif │ ├── ecircumflexdotbelow.sc.glif │ ├── ecircumflexgrave.glif │ ├── ecircumflexgrave.sc.glif │ ├── ecircumflexhookabove.glif │ ├── ecircumflexhookabove.sc.glif │ ├── ecircumflextilde.glif │ ├── ecircumflextilde.sc.glif │ ├── edblgrave.glif │ ├── edblgrave.sc.glif │ ├── edieresis.glif │ ├── edieresis.sc.glif │ ├── edotaccent.glif │ ├── edotaccent.sc.glif │ ├── edotbelow.glif │ ├── edotbelow.sc.glif │ ├── egrave.glif │ ├── egrave.sc.glif │ ├── ehookabove.glif │ ├── ehookabove.sc.glif │ ├── eight.dnom.glif │ ├── eight.glif │ ├── eight.lf.glif │ ├── eight.numr.glif │ ├── eight.osf.glif │ ├── eight.sc.glif │ ├── eight.tf.glif │ ├── eight.tosf.glif │ ├── eightinferior.glif │ ├── eightsuperior.glif │ ├── einvertedbreve.glif │ ├── einvertedbreve.sc.glif │ ├── ellipsis.glif │ ├── emacron.glif │ ├── emacron.sc.glif │ ├── emacronacute.glif │ ├── emacronacute.sc.glif │ ├── emacrongrave.glif │ ├── emacrongrave.sc.glif │ ├── emdash.case.glif │ ├── emdash.glif │ ├── emptyset.glif │ ├── emquad.glif │ ├── emspace.glif │ ├── endash.case.glif │ ├── endash.glif │ ├── eng.glif │ ├── eng.sc.glif │ ├── enquad.glif │ ├── enspace.glif │ ├── eogonek.glif │ ├── eogonek.sc.glif │ ├── equal.glif │ ├── estimated.glif │ ├── eth.glif │ ├── eth.sc.glif │ ├── etilde.glif │ ├── etilde.sc.glif │ ├── euro.glif │ ├── exclam.glif │ ├── exclamdouble.glif │ ├── exclamdown.case.glif │ ├── exclamdown.glif │ ├── ezh.glif │ ├── ezh.sc.glif │ ├── ezhcaron.glif │ ├── ezhcaron.sc.glif │ ├── f.glif │ ├── f.sc.glif │ ├── f_f.glif │ ├── f_f_i.glif │ ├── f_f_l.glif │ ├── fdotaccent.glif │ ├── fdotaccent.sc.glif │ ├── fi.glif │ ├── figuredash.glif │ ├── figurespace.glif │ ├── firsttonechinese.glif │ ├── five.dnom.glif │ ├── five.glif │ ├── five.lf.glif │ ├── five.numr.glif │ ├── five.osf.glif │ ├── five.sc.glif │ ├── five.tf.glif │ ├── five.tosf.glif │ ├── fiveeighths.glif │ ├── fiveinferior.glif │ ├── fivesixths.glif │ ├── fivesuperior.glif │ ├── fl.glif │ ├── florin.glif │ ├── four.dnom.glif │ ├── four.glif │ ├── four.lf.glif │ ├── four.numr.glif │ ├── four.osf.glif │ ├── four.sc.glif │ ├── four.tf.glif │ ├── four.tosf.glif │ ├── fourfifths.glif │ ├── fourinferior.glif │ ├── fourperemspace.glif │ ├── foursuperior.glif │ ├── fourthtonechinese.glif │ ├── fraction.glif │ ├── franc.glif │ ├── g.glif │ ├── g.sc.glif │ ├── gacute.sc.glif │ ├── gbreve.glif │ ├── gbreve.sc.glif │ ├── gcaron.glif │ ├── gcaron.sc.glif │ ├── gcircumflex.glif │ ├── gcircumflex.sc.glif │ ├── gcommaaccent.glif │ ├── gcommaaccent.sc.glif │ ├── gdotaccent.glif │ ├── gdotaccent.sc.glif │ ├── germandbls.glif │ ├── germandbls.sc.glif │ ├── gmacron.glif │ ├── gmacron.sc.glif │ ├── grave.glif │ ├── gravecomb.case.glif │ ├── gravecomb.glif │ ├── greater.glif │ ├── greaterequal.glif │ ├── guarani.glif │ ├── guillemetleft.case.glif │ ├── guillemetleft.glif │ ├── guillemetright.case.glif │ ├── guillemetright.glif │ ├── guilsinglleft.case.glif │ ├── guilsinglleft.glif │ ├── guilsinglright.case.glif │ ├── guilsinglright.glif │ ├── h.glif │ ├── h.sc.glif │ ├── hairspace.glif │ ├── hbar.glif │ ├── hbar.sc.glif │ ├── hbrevebelow.glif │ ├── hbrevebelow.sc.glif │ ├── hcircumflex.glif │ ├── hcircumflex.sc.glif │ ├── hdotbelow.glif │ ├── hdotbelow.sc.glif │ ├── hookabovecomb.case.glif │ ├── hookabovecomb.glif │ ├── horizontalbar.glif │ ├── horncomb.case.glif │ ├── horncomb.glif │ ├── hryvnia.glif │ ├── hungarumlaut.glif │ ├── hungarumlautcomb.case.glif │ ├── hungarumlautcomb.glif │ ├── hyphen.case.glif │ ├── hyphen.glif │ ├── hyphentwo.glif │ ├── i.cy.glif │ ├── i.dot.glif │ ├── i.dot.sc.glif │ ├── i.glif │ ├── i.sc.glif │ ├── i.uc.sc.glif │ ├── iacute.glif │ ├── iacute.sc.glif │ ├── ibreve.glif │ ├── ibreve.sc.glif │ ├── icaron.glif │ ├── icaron.sc.glif │ ├── icircumflex.glif │ ├── icircumflex.sc.glif │ ├── idblgrave.glif │ ├── idblgrave.sc.glif │ ├── idieresis.glif │ ├── idieresis.sc.glif │ ├── idieresisacute.glif │ ├── idieresisacute.sc.glif │ ├── idotaccent.glif │ ├── idotaccent.sc.glif │ ├── idotbelow.glif │ ├── idotbelow.sc.glif │ ├── idotless.glif │ ├── idotless.sc.glif │ ├── igrave.glif │ ├── igrave.sc.glif │ ├── ihookabove.glif │ ├── ihookabove.sc.glif │ ├── iinvertedbreve.glif │ ├── iinvertedbreve.sc.glif │ ├── ij.glif │ ├── ij.sc.glif │ ├── ij_acutecomb.glif │ ├── ij_acutecomb.sc.glif │ ├── imacron.glif │ ├── imacron.sc.glif │ ├── increment.glif │ ├── infinity.glif │ ├── integral.glif │ ├── iogonek.glif │ ├── iogonek.sc.glif │ ├── itilde.glif │ ├── itilde.sc.glif │ ├── j.glif │ ├── j.sc.glif │ ├── jcircumflex.glif │ ├── jcircumflex.sc.glif │ ├── jdotless.glif │ ├── jdotless.sc.glif │ ├── k.glif │ ├── k.sc.glif │ ├── kcommaaccent.glif │ ├── kcommaaccent.sc.glif │ ├── kgreenlandic.glif │ ├── kgreenlandic.sc.glif │ ├── kip.glif │ ├── l.glif │ ├── l.sc.glif │ ├── lacute.glif │ ├── lacute.sc.glif │ ├── layerinfo.plist │ ├── lcaron.glif │ ├── lcaron.sc.glif │ ├── lcommaaccent.glif │ ├── lcommaaccent.sc.glif │ ├── ldot.glif │ ├── ldot.sc.glif │ ├── ldotbelow.glif │ ├── ldotbelow.sc.glif │ ├── leftA_rrow.glif │ ├── leftB_lackT_riangle.glif │ ├── leftW_hiteT_riangle.glif │ ├── leftanglebracket-math.glif │ ├── less.glif │ ├── lessequal.glif │ ├── lira.glif │ ├── liraT_urkish.glif │ ├── literS_ign.glif │ ├── lj.glif │ ├── lj.sc.glif │ ├── llinebelow.glif │ ├── llinebelow.sc.glif │ ├── logicalnot.glif │ ├── lozenge.glif │ ├── lslash.glif │ ├── lslash.sc.glif │ ├── m.glif │ ├── m.sc.glif │ ├── macron.glif │ ├── macronbelowcomb.case.glif │ ├── macronbelowcomb.glif │ ├── macroncomb.case.glif │ ├── macroncomb.glif │ ├── manat.glif │ ├── mdotaccent.glif │ ├── mdotaccent.sc.glif │ ├── mdotbelow.glif │ ├── mdotbelow.sc.glif │ ├── micro.glif │ ├── minus.glif │ ├── minute.glif │ ├── mu.glif │ ├── mu.sc.glif │ ├── multiply.glif │ ├── n.glif │ ├── n.sc.glif │ ├── nacute.glif │ ├── nacute.sc.glif │ ├── naira.glif │ ├── napostrophe.glif │ ├── narrownbspace.glif │ ├── nbspace.glif │ ├── ncaron.glif │ ├── ncaron.sc.glif │ ├── ncommaaccent.glif │ ├── ncommaaccent.sc.glif │ ├── ndotaccent.glif │ ├── ndotaccent.sc.glif │ ├── ndotbelow.glif │ ├── ndotbelow.sc.glif │ ├── nine.dnom.glif │ ├── nine.glif │ ├── nine.lf.glif │ ├── nine.numr.glif │ ├── nine.osf.glif │ ├── nine.sc.glif │ ├── nine.tf.glif │ ├── nine.tosf.glif │ ├── nineinferior.glif │ ├── ninesuperior.glif │ ├── nj.glif │ ├── nj.sc.glif │ ├── nlinebelow.glif │ ├── nlinebelow.sc.glif │ ├── notequal.glif │ ├── ntilde.glif │ ├── ntilde.sc.glif │ ├── numbersign.glif │ ├── numero.glif │ ├── o.glif │ ├── o.sc.glif │ ├── oacute.glif │ ├── oacute.sc.glif │ ├── obreve.glif │ ├── obreve.sc.glif │ ├── ocaron.glif │ ├── ocaron.sc.glif │ ├── ocircumflex.glif │ ├── ocircumflex.sc.glif │ ├── ocircumflexacute.glif │ ├── ocircumflexacute.sc.glif │ ├── ocircumflexdotbelow.glif │ ├── ocircumflexdotbelow.sc.glif │ ├── ocircumflexgrave.glif │ ├── ocircumflexgrave.sc.glif │ ├── ocircumflexhookabove.glif │ ├── ocircumflexhookabove.sc.glif │ ├── ocircumflextilde.glif │ ├── ocircumflextilde.sc.glif │ ├── odblgrave.glif │ ├── odblgrave.sc.glif │ ├── odieresis.glif │ ├── odieresis.sc.glif │ ├── odieresismacron.glif │ ├── odieresismacron.sc.glif │ ├── odotaccentmacron.glif │ ├── odotaccentmacron.sc.glif │ ├── odotbelow.glif │ ├── odotbelow.sc.glif │ ├── oe.glif │ ├── oe.sc.glif │ ├── ogonek.glif │ ├── ogonekcomb.case.glif │ ├── ogonekcomb.glif │ ├── ograve.glif │ ├── ograve.sc.glif │ ├── ohookabove.glif │ ├── ohookabove.sc.glif │ ├── ohorn.glif │ ├── ohorn.sc.glif │ ├── ohornacute.glif │ ├── ohornacute.sc.glif │ ├── ohorndotbelow.glif │ ├── ohorndotbelow.sc.glif │ ├── ohorngrave.glif │ ├── ohorngrave.sc.glif │ ├── ohornhookabove.glif │ ├── ohornhookabove.sc.glif │ ├── ohorntilde.glif │ ├── ohorntilde.sc.glif │ ├── ohungarumlaut.glif │ ├── ohungarumlaut.sc.glif │ ├── oinvertedbreve.glif │ ├── oinvertedbreve.sc.glif │ ├── omacron.glif │ ├── omacron.sc.glif │ ├── omacronacute.glif │ ├── omacronacute.sc.glif │ ├── omacrongrave.glif │ ├── omacrongrave.sc.glif │ ├── omega.sc.glif │ ├── one.dnom.glif │ ├── one.glif │ ├── one.lf.glif │ ├── one.numr.glif │ ├── one.osf.glif │ ├── one.sc.glif │ ├── one.tf.glif │ ├── one.tosf.glif │ ├── oneeighth.glif │ ├── onefifth.glif │ ├── onehalf.glif │ ├── oneinferior.glif │ ├── oneninth.glif │ ├── onequarter.glif │ ├── oneseventh.glif │ ├── onesixth.glif │ ├── onesuperior.glif │ ├── onetenth.glif │ ├── onethird.glif │ ├── oogonek.glif │ ├── oogonek.sc.glif │ ├── ordfeminine.glif │ ├── ordmasculine.glif │ ├── oslash.glif │ ├── oslash.sc.glif │ ├── oslashacute.glif │ ├── oslashacute.sc.glif │ ├── otilde.glif │ ├── otilde.sc.glif │ ├── otildeacute.glif │ ├── otildeacute.sc.glif │ ├── otildedieresis.glif │ ├── otildedieresis.sc.glif │ ├── otildemacron.glif │ ├── otildemacron.sc.glif │ ├── p.glif │ ├── p.sc.glif │ ├── paragraph.glif │ ├── parenleft.case.glif │ ├── parenleft.glif │ ├── parenright.case.glif │ ├── parenright.glif │ ├── partialdiff.glif │ ├── pdotaccent.glif │ ├── pdotaccent.sc.glif │ ├── percent.glif │ ├── period.glif │ ├── periodcentered.case.glif │ ├── periodcentered.glif │ ├── periodcentered.loclC_A_T_.case.glif │ ├── periodcentered.loclC_A_T_.glif │ ├── perthousand.glif │ ├── peseta.glif │ ├── peso.glif │ ├── pi.glif │ ├── pi.sc.glif │ ├── plus.glif │ ├── plusminus.glif │ ├── primemod.glif │ ├── product.glif │ ├── punctuationspace.glif │ ├── q.glif │ ├── q.sc.glif │ ├── question.glif │ ├── questiondown.case.glif │ ├── questiondown.glif │ ├── quotedbl.glif │ ├── quotedblbase.glif │ ├── quotedblleft.glif │ ├── quotedblright.glif │ ├── quoteleft.glif │ ├── quotereversed.glif │ ├── quoteright.glif │ ├── quotesinglbase.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── r.sc.glif │ ├── racute.glif │ ├── racute.sc.glif │ ├── radical.glif │ ├── rcaron.glif │ ├── rcaron.sc.glif │ ├── rcommaaccent.glif │ ├── rcommaaccent.sc.glif │ ├── rdblgrave.glif │ ├── rdblgrave.sc.glif │ ├── rdotbelow.glif │ ├── rdotbelow.sc.glif │ ├── registered.glif │ ├── rightA_rrow.glif │ ├── rightB_lackT_riangle.glif │ ├── rightW_hiteT_riangle.glif │ ├── rightanglebracket-math.glif │ ├── ring.glif │ ├── ringcomb.case.glif │ ├── ringcomb.glif │ ├── ringhalfleft.glif │ ├── ringhalfright.glif │ ├── rinvertedbreve.glif │ ├── rinvertedbreve.sc.glif │ ├── rlinebelow.glif │ ├── rlinebelow.sc.glif │ ├── ruble.glif │ ├── rupeeI_ndian.glif │ ├── s.glif │ ├── s.sc.glif │ ├── sacute.glif │ ├── sacute.sc.glif │ ├── sacutedotaccent.glif │ ├── sacutedotaccent.sc.glif │ ├── scaron.glif │ ├── scaron.sc.glif │ ├── scarondotaccent.glif │ ├── scarondotaccent.sc.glif │ ├── scedilla.glif │ ├── scedilla.sc.glif │ ├── schwa.glif │ ├── schwa.sc.glif │ ├── scircumflex.glif │ ├── scircumflex.sc.glif │ ├── scommaaccent.glif │ ├── scommaaccent.sc.glif │ ├── sdotaccent.glif │ ├── sdotaccent.sc.glif │ ├── sdotbelow.glif │ ├── sdotbelow.sc.glif │ ├── sdotbelowdotaccent.glif │ ├── sdotbelowdotaccent.sc.glif │ ├── second.glif │ ├── secondtonechinese.glif │ ├── section.glif │ ├── semicolon.glif │ ├── seven.dnom.glif │ ├── seven.glif │ ├── seven.lf.glif │ ├── seven.numr.glif │ ├── seven.osf.glif │ ├── seven.sc.glif │ ├── seven.tf.glif │ ├── seven.tosf.glif │ ├── seveneighths.glif │ ├── seveninferior.glif │ ├── sevensuperior.glif │ ├── sheqel.glif │ ├── six.dnom.glif │ ├── six.glif │ ├── six.lf.glif │ ├── six.numr.glif │ ├── six.osf.glif │ ├── six.sc.glif │ ├── six.tf.glif │ ├── six.tosf.glif │ ├── sixinferior.glif │ ├── sixperemspace.glif │ ├── sixsuperior.glif │ ├── slash.case.glif │ ├── slash.glif │ ├── slashlongcomb.glif │ ├── slashshortcomb.glif │ ├── softhyphen.case.glif │ ├── softhyphen.glif │ ├── space.glif │ ├── sterling.glif │ ├── strokelongcomb.glif │ ├── strokeshortcomb.glif │ ├── summation.glif │ ├── t.glif │ ├── t.sc.glif │ ├── tbar.glif │ ├── tbar.sc.glif │ ├── tcaron.glif │ ├── tcaron.sc.glif │ ├── tcedilla.glif │ ├── tcedilla.sc.glif │ ├── tcommaaccent.glif │ ├── tcommaaccent.sc.glif │ ├── tdieresis.glif │ ├── tdieresis.sc.glif │ ├── tdotaccent.glif │ ├── tdotaccent.sc.glif │ ├── tdotbelow.glif │ ├── tdotbelow.sc.glif │ ├── tenge.glif │ ├── thinspace.glif │ ├── thorn.glif │ ├── thorn.sc.glif │ ├── three.dnom.glif │ ├── three.glif │ ├── three.lf.glif │ ├── three.numr.glif │ ├── three.osf.glif │ ├── three.sc.glif │ ├── three.tf.glif │ ├── three.tosf.glif │ ├── threeeighths.glif │ ├── threeinferior.glif │ ├── threeperemspace.glif │ ├── threequarters.glif │ ├── threesuperior.glif │ ├── tilde.glif │ ├── tildecomb.case.glif │ ├── tildecomb.glif │ ├── tlinebelow.glif │ ├── tlinebelow.sc.glif │ ├── trademark.glif │ ├── tugrik.glif │ ├── two.dnom.glif │ ├── two.glif │ ├── two.lf.glif │ ├── two.numr.glif │ ├── two.osf.glif │ ├── two.sc.glif │ ├── two.tf.glif │ ├── two.tosf.glif │ ├── twofifths.glif │ ├── twoinferior.glif │ ├── twosuperior.glif │ ├── twothirds.glif │ ├── u.glif │ ├── u.sc.glif │ ├── uacute.glif │ ├── uacute.sc.glif │ ├── ubreve.glif │ ├── ubreve.sc.glif │ ├── ucaron.glif │ ├── ucaron.sc.glif │ ├── ucircumflex.glif │ ├── ucircumflex.sc.glif │ ├── udblgrave.glif │ ├── udblgrave.sc.glif │ ├── udieresis.glif │ ├── udieresis.sc.glif │ ├── udieresisacute.glif │ ├── udieresisacute.sc.glif │ ├── udieresiscaron.glif │ ├── udieresiscaron.sc.glif │ ├── udieresisgrave.glif │ ├── udieresisgrave.sc.glif │ ├── udieresismacron.glif │ ├── udieresismacron.sc.glif │ ├── udotbelow.glif │ ├── udotbelow.sc.glif │ ├── ugrave.glif │ ├── ugrave.sc.glif │ ├── uhookabove.glif │ ├── uhookabove.sc.glif │ ├── uhorn.glif │ ├── uhorn.sc.glif │ ├── uhornacute.glif │ ├── uhornacute.sc.glif │ ├── uhorndotbelow.glif │ ├── uhorndotbelow.sc.glif │ ├── uhorngrave.glif │ ├── uhorngrave.sc.glif │ ├── uhornhookabove.glif │ ├── uhornhookabove.sc.glif │ ├── uhorntilde.glif │ ├── uhorntilde.sc.glif │ ├── uhungarumlaut.glif │ ├── uhungarumlaut.sc.glif │ ├── uinvertedbreve.glif │ ├── uinvertedbreve.sc.glif │ ├── umacron.glif │ ├── umacron.sc.glif │ ├── umacrondieresis.glif │ ├── umacrondieresis.sc.glif │ ├── underscore.glif │ ├── uni0000.glif │ ├── uogonek.glif │ ├── uogonek.sc.glif │ ├── upA_rrow.glif │ ├── upB_lackT_riangle.glif │ ├── upW_hiteT_riangle.glif │ ├── uring.glif │ ├── uring.sc.glif │ ├── utilde.glif │ ├── utilde.sc.glif │ ├── utildeacute.glif │ ├── utildeacute.sc.glif │ ├── v.glif │ ├── v.sc.glif │ ├── verticallinelowmod.glif │ ├── verticallinemod.glif │ ├── w.glif │ ├── w.sc.glif │ ├── wacute.glif │ ├── wacute.sc.glif │ ├── wcircumflex.glif │ ├── wcircumflex.sc.glif │ ├── wdieresis.glif │ ├── wdieresis.sc.glif │ ├── wgrave.glif │ ├── wgrave.sc.glif │ ├── whiteD_iamond.glif │ ├── whiteS_quare.glif │ ├── won.glif │ ├── x.glif │ ├── x.sc.glif │ ├── y.glif │ ├── y.sc.glif │ ├── yacute.glif │ ├── yacute.sc.glif │ ├── ycircumflex.glif │ ├── ycircumflex.sc.glif │ ├── ydieresis.glif │ ├── ydieresis.sc.glif │ ├── ydotaccent.glif │ ├── ydotaccent.sc.glif │ ├── ydotbelow.glif │ ├── ydotbelow.sc.glif │ ├── yen.glif │ ├── ygrave.glif │ ├── ygrave.sc.glif │ ├── yhookabove.glif │ ├── yhookabove.sc.glif │ ├── ymacron.glif │ ├── ymacron.sc.glif │ ├── ytilde.glif │ ├── ytilde.sc.glif │ ├── z.glif │ ├── z.sc.glif │ ├── zacute.glif │ ├── zacute.sc.glif │ ├── zcaron.glif │ ├── zcaron.sc.glif │ ├── zdotaccent.glif │ ├── zdotaccent.sc.glif │ ├── zdotbelow.glif │ ├── zdotbelow.sc.glif │ ├── zero.dnom.glif │ ├── zero.glif │ ├── zero.lf.glif │ ├── zero.lf.zero.glif │ ├── zero.numr.glif │ ├── zero.osf.glif │ ├── zero.osf.zero.glif │ ├── zero.sc.glif │ ├── zero.tf.glif │ ├── zero.tf.zero.glif │ ├── zero.tosf.glif │ ├── zero.tosf.zero.glif │ ├── zero.zero.glif │ ├── zeroinferior.glif │ ├── zerosuperior.glif │ ├── zerowidthjoiner.glif │ ├── zerowidthnonjoiner.glif │ └── zerowidthspace.glif ├── groups.plist ├── kerning.plist ├── layercontents.plist ├── lib.plist └── metainfo.plist ├── MerriweatherSans-LightItalic.ufo ├── features.fea ├── fontinfo.plist ├── glyphs.public.background │ ├── E_zh.glif │ ├── K_.glif │ ├── O_E_.glif │ ├── S_chwa.glif │ ├── commaturnedabovecomb.case.glif │ ├── contents.plist │ ├── delta.sc.glif │ ├── eng.glif │ ├── ezh.glif │ ├── ezh.sc.glif │ ├── four.tf.glif │ ├── germandbls.sc.glif │ ├── hookabovecomb.case.glif │ ├── hookabovecomb.glif │ ├── ij_acutecomb.glif │ ├── j.glif │ ├── j.sc.glif │ ├── layerinfo.plist │ ├── one.sc.glif │ ├── question.glif │ ├── quotereversed.glif │ ├── quoteright.glif │ ├── schwa.sc.glif │ └── u.sc.glif ├── glyphs │ ├── A_.glif │ ├── A_E_.glif │ ├── A_E_acute.glif │ ├── A_acute.glif │ ├── A_breve.glif │ ├── A_breveacute.glif │ ├── A_brevedotbelow.glif │ ├── A_brevegrave.glif │ ├── A_brevehookabove.glif │ ├── A_brevetilde.glif │ ├── A_caron.glif │ ├── A_circumflex.glif │ ├── A_circumflexacute.glif │ ├── A_circumflexdotbelow.glif │ ├── A_circumflexgrave.glif │ ├── A_circumflexhookabove.glif │ ├── A_circumflextilde.glif │ ├── A_dblgrave.glif │ ├── A_dieresis.glif │ ├── A_dotbelow.glif │ ├── A_grave.glif │ ├── A_hookabove.glif │ ├── A_invertedbreve.glif │ ├── A_macron.glif │ ├── A_ogonek.glif │ ├── A_ring.glif │ ├── A_ringacute.glif │ ├── A_tilde.glif │ ├── B_.glif │ ├── B_dotaccent.glif │ ├── C_.glif │ ├── C_R_.glif │ ├── C_acute.glif │ ├── C_caron.glif │ ├── C_cedilla.glif │ ├── C_cedillaacute.glif │ ├── C_circumflex.glif │ ├── C_dotaccent.glif │ ├── D_.glif │ ├── D_Z_.glif │ ├── D_Z_caron.glif │ ├── D_caron.glif │ ├── D_croat.glif │ ├── D_dotaccent.glif │ ├── D_dotbelow.glif │ ├── D_elta.glif │ ├── D_linebelow.glif │ ├── D_z.glif │ ├── D_zcaron.glif │ ├── E_.glif │ ├── E_acute.glif │ ├── E_breve.glif │ ├── E_caron.glif │ ├── E_cedillabreve.glif │ ├── E_circumflex.glif │ ├── E_circumflexacute.glif │ ├── E_circumflexdotbelow.glif │ ├── E_circumflexgrave.glif │ ├── E_circumflexhookabove.glif │ ├── E_circumflextilde.glif │ ├── E_dblgrave.glif │ ├── E_dieresis.glif │ ├── E_dotaccent.glif │ ├── E_dotbelow.glif │ ├── E_grave.glif │ ├── E_hookabove.glif │ ├── E_invertedbreve.glif │ ├── E_macron.glif │ ├── E_macronacute.glif │ ├── E_macrongrave.glif │ ├── E_ng.glif │ ├── E_ogonek.glif │ ├── E_th.glif │ ├── E_tilde.glif │ ├── E_zh.glif │ ├── E_zhcaron.glif │ ├── F_.glif │ ├── F_dotaccent.glif │ ├── G_.glif │ ├── G_breve.glif │ ├── G_caron.glif │ ├── G_circumflex.glif │ ├── G_commaaccent.glif │ ├── G_dotaccent.glif │ ├── G_ermandbls.glif │ ├── G_macron.glif │ ├── H_.glif │ ├── H_bar.glif │ ├── H_brevebelow.glif │ ├── H_circumflex.glif │ ├── H_dotbelow.glif │ ├── I_.glif │ ├── I_.uc.glif │ ├── I_J_.glif │ ├── I_J__acutecomb.glif │ ├── I_acute.glif │ ├── I_breve.glif │ ├── I_caron.glif │ ├── I_circumflex.glif │ ├── I_dblgrave.glif │ ├── I_dieresis.glif │ ├── I_dieresisacute.glif │ ├── I_dotaccent.glif │ ├── I_dotbelow.glif │ ├── I_grave.glif │ ├── I_hookabove.glif │ ├── I_invertedbreve.glif │ ├── I_macron.glif │ ├── I_ogonek.glif │ ├── I_tilde.glif │ ├── J_.glif │ ├── J_circumflex.glif │ ├── K_.glif │ ├── K_commaaccent.glif │ ├── L_.glif │ ├── L_J_.glif │ ├── L_acute.glif │ ├── L_caron.glif │ ├── L_commaaccent.glif │ ├── L_dot.glif │ ├── L_dotbelow.glif │ ├── L_j.glif │ ├── L_linebelow.glif │ ├── L_slash.glif │ ├── M_.glif │ ├── M_dotaccent.glif │ ├── M_dotbelow.glif │ ├── N_.glif │ ├── N_J_.glif │ ├── N_acute.glif │ ├── N_caron.glif │ ├── N_commaaccent.glif │ ├── N_dotaccent.glif │ ├── N_dotbelow.glif │ ├── N_j.glif │ ├── N_linebelow.glif │ ├── N_tilde.glif │ ├── O_.glif │ ├── O_E_.glif │ ├── O_acute.glif │ ├── O_breve.glif │ ├── O_caron.glif │ ├── O_circumflex.glif │ ├── O_circumflexacute.glif │ ├── O_circumflexdotbelow.glif │ ├── O_circumflexgrave.glif │ ├── O_circumflexhookabove.glif │ ├── O_circumflextilde.glif │ ├── O_dblgrave.glif │ ├── O_dieresis.glif │ ├── O_dieresismacron.glif │ ├── O_dotaccentmacron.glif │ ├── O_dotbelow.glif │ ├── O_grave.glif │ ├── O_hm.glif │ ├── O_hookabove.glif │ ├── O_horn.glif │ ├── O_hornacute.glif │ ├── O_horndotbelow.glif │ ├── O_horngrave.glif │ ├── O_hornhookabove.glif │ ├── O_horntilde.glif │ ├── O_hungarumlaut.glif │ ├── O_invertedbreve.glif │ ├── O_macron.glif │ ├── O_macronacute.glif │ ├── O_macrongrave.glif │ ├── O_mega.glif │ ├── O_ogonek.glif │ ├── O_slash.glif │ ├── O_slashacute.glif │ ├── O_tilde.glif │ ├── O_tildeacute.glif │ ├── O_tildedieresis.glif │ ├── O_tildemacron.glif │ ├── P_.glif │ ├── P_dotaccent.glif │ ├── Q_.glif │ ├── R_.glif │ ├── R_acute.glif │ ├── R_caron.glif │ ├── R_commaaccent.glif │ ├── R_dblgrave.glif │ ├── R_dotbelow.glif │ ├── R_invertedbreve.glif │ ├── R_linebelow.glif │ ├── S_.glif │ ├── S_acute.glif │ ├── S_acutedotaccent.glif │ ├── S_caron.glif │ ├── S_carondotaccent.glif │ ├── S_cedilla.glif │ ├── S_chwa.glif │ ├── S_circumflex.glif │ ├── S_commaaccent.glif │ ├── S_dotaccent.glif │ ├── S_dotbelow.glif │ ├── S_dotbelowdotaccent.glif │ ├── T_.glif │ ├── T_bar.glif │ ├── T_caron.glif │ ├── T_cedilla.glif │ ├── T_commaaccent.glif │ ├── T_dotaccent.glif │ ├── T_dotbelow.glif │ ├── T_horn.glif │ ├── T_linebelow.glif │ ├── U_.glif │ ├── U_acute.glif │ ├── U_breve.glif │ ├── U_caron.glif │ ├── U_circumflex.glif │ ├── U_dblgrave.glif │ ├── U_dieresis.glif │ ├── U_dieresisacute.glif │ ├── U_dieresiscaron.glif │ ├── U_dieresisgrave.glif │ ├── U_dieresismacron.glif │ ├── U_dotbelow.glif │ ├── U_grave.glif │ ├── U_hookabove.glif │ ├── U_horn.glif │ ├── U_hornacute.glif │ ├── U_horndotbelow.glif │ ├── U_horngrave.glif │ ├── U_hornhookabove.glif │ ├── U_horntilde.glif │ ├── U_hungarumlaut.glif │ ├── U_invertedbreve.glif │ ├── U_macron.glif │ ├── U_macrondieresis.glif │ ├── U_ogonek.glif │ ├── U_ring.glif │ ├── U_tilde.glif │ ├── U_tildeacute.glif │ ├── V_.glif │ ├── W_.glif │ ├── W_acute.glif │ ├── W_circumflex.glif │ ├── W_dieresis.glif │ ├── W_grave.glif │ ├── X_.glif │ ├── Y_.glif │ ├── Y_acute.glif │ ├── Y_circumflex.glif │ ├── Y_dieresis.glif │ ├── Y_dotaccent.glif │ ├── Y_dotbelow.glif │ ├── Y_grave.glif │ ├── Y_hookabove.glif │ ├── Y_macron.glif │ ├── Y_tilde.glif │ ├── Z_.glif │ ├── Z_acute.glif │ ├── Z_caron.glif │ ├── Z_dotaccent.glif │ ├── Z_dotbelow.glif │ ├── _notdef.glif │ ├── _null.glif │ ├── a.glif │ ├── a.sc.glif │ ├── aacute.glif │ ├── aacute.sc.glif │ ├── abreve.glif │ ├── abreve.sc.glif │ ├── abreveacute.glif │ ├── abreveacute.sc.glif │ ├── abrevedotbelow.glif │ ├── abrevedotbelow.sc.glif │ ├── abrevegrave.glif │ ├── abrevegrave.sc.glif │ ├── abrevehookabove.glif │ ├── abrevehookabove.sc.glif │ ├── abrevetilde.glif │ ├── abrevetilde.sc.glif │ ├── acaron.glif │ ├── acaron.sc.glif │ ├── acircumflex.glif │ ├── acircumflex.sc.glif │ ├── acircumflexacute.glif │ ├── acircumflexacute.sc.glif │ ├── acircumflexdotbelow.glif │ ├── acircumflexdotbelow.sc.glif │ ├── acircumflexgrave.glif │ ├── acircumflexgrave.sc.glif │ ├── acircumflexhookabove.glif │ ├── acircumflexhookabove.sc.glif │ ├── acircumflextilde.glif │ ├── acircumflextilde.sc.glif │ ├── acute.glif │ ├── acutecomb.case.glif │ ├── acutecomb.glif │ ├── adblgrave.glif │ ├── adblgrave.sc.glif │ ├── adieresis.glif │ ├── adieresis.sc.glif │ ├── adotbelow.glif │ ├── adotbelow.sc.glif │ ├── ae.glif │ ├── ae.sc.glif │ ├── aeacute.glif │ ├── aeacute.sc.glif │ ├── agrave.glif │ ├── agrave.sc.glif │ ├── ahookabove.glif │ ├── ahookabove.sc.glif │ ├── ainvertedbreve.glif │ ├── ainvertedbreve.sc.glif │ ├── amacron.glif │ ├── amacron.sc.glif │ ├── ampersand.glif │ ├── aogonek.glif │ ├── aogonek.sc.glif │ ├── apostrophemod.glif │ ├── approxequal.glif │ ├── aring.glif │ ├── aring.sc.glif │ ├── aringacute.glif │ ├── aringacute.sc.glif │ ├── asciicircum.glif │ ├── asciitilde.glif │ ├── asterisk.glif │ ├── at.case.glif │ ├── at.glif │ ├── atilde.glif │ ├── atilde.sc.glif │ ├── b.glif │ ├── b.sc.glif │ ├── backslash.case.glif │ ├── backslash.glif │ ├── bar.glif │ ├── bdotaccent.glif │ ├── bdotaccent.sc.glif │ ├── bitcoin.glif │ ├── blackD_iamond.glif │ ├── blackS_quare.glif │ ├── braceleft.case.glif │ ├── braceleft.glif │ ├── braceright.case.glif │ ├── braceright.glif │ ├── bracketleft.case.glif │ ├── bracketleft.glif │ ├── bracketright.case.glif │ ├── bracketright.glif │ ├── breve.glif │ ├── brevebelowcomb.case.glif │ ├── brevebelowcomb.glif │ ├── brevecomb.case.glif │ ├── brevecomb.glif │ ├── brevecomb_acutecomb.case.glif │ ├── brevecomb_acutecomb.glif │ ├── brevecomb_gravecomb.case.glif │ ├── brevecomb_gravecomb.glif │ ├── brevecomb_hookabovecomb.case.glif │ ├── brevecomb_hookabovecomb.glif │ ├── brevecomb_tildecomb.case.glif │ ├── brevecomb_tildecomb.glif │ ├── breveinvertedcomb.case.glif │ ├── breveinvertedcomb.glif │ ├── brokenbar.glif │ ├── bullet.case.glif │ ├── bullet.glif │ ├── bulletoperator.glif │ ├── c.glif │ ├── c.sc.glif │ ├── cacute.glif │ ├── cacute.sc.glif │ ├── caron.case.glif │ ├── caron.glif │ ├── caroncomb.alt.glif │ ├── caroncomb.case.glif │ ├── caroncomb.glif │ ├── ccaron.glif │ ├── ccaron.sc.glif │ ├── ccedilla.glif │ ├── ccedilla.sc.glif │ ├── ccedillaacute.glif │ ├── ccedillaacute.sc.glif │ ├── ccircumflex.glif │ ├── ccircumflex.sc.glif │ ├── cdotaccent.glif │ ├── cdotaccent.sc.glif │ ├── cedi.glif │ ├── cedilla.glif │ ├── cedillacomb.case.glif │ ├── cedillacomb.glif │ ├── cent.glif │ ├── circumflex.case.glif │ ├── circumflex.glif │ ├── circumflexcomb.case.glif │ ├── circumflexcomb.glif │ ├── circumflexcomb_acutecomb.case.glif │ ├── circumflexcomb_acutecomb.glif │ ├── circumflexcomb_gravecomb.case.glif │ ├── circumflexcomb_gravecomb.glif │ ├── circumflexcomb_hookabovecomb.case.glif │ ├── circumflexcomb_hookabovecomb.glif │ ├── circumflexcomb_tildecomb.case.glif │ ├── circumflexcomb_tildecomb.glif │ ├── colon.glif │ ├── colonsign.glif │ ├── comma.glif │ ├── commaaccentcomb.case.glif │ ├── commaaccentcomb.glif │ ├── commaturnedabovecomb.case.glif │ ├── commaturnedabovecomb.glif │ ├── commaturnedmod.glif │ ├── commercialM_inusS_ign.glif │ ├── contents.plist │ ├── copyright.glif │ ├── currency.glif │ ├── d.glif │ ├── d.sc.glif │ ├── dagger.glif │ ├── daggerdbl.glif │ ├── dblgravecomb.case.glif │ ├── dblgravecomb.glif │ ├── dcaron.glif │ ├── dcaron.sc.glif │ ├── dcroat.glif │ ├── dcroat.sc.glif │ ├── ddotaccent.glif │ ├── ddotaccent.sc.glif │ ├── ddotbelow.glif │ ├── ddotbelow.sc.glif │ ├── degree.glif │ ├── delta.sc.glif │ ├── dieresis.case.glif │ ├── dieresis.glif │ ├── dieresisbelowcomb.case.glif │ ├── dieresisbelowcomb.glif │ ├── dieresiscomb.case.glif │ ├── dieresiscomb.glif │ ├── divide.glif │ ├── divisionslash.glif │ ├── dlinebelow.glif │ ├── dlinebelow.sc.glif │ ├── dollar.glif │ ├── dong.glif │ ├── dotaccent.case.glif │ ├── dotaccent.glif │ ├── dotaccentcomb.case.glif │ ├── dotaccentcomb.glif │ ├── dotbelowcomb.case.glif │ ├── dotbelowcomb.glif │ ├── doubleprimemod.glif │ ├── downA_rrow.glif │ ├── downB_lackT_riangle.glif │ ├── downW_hiteT_riangle.glif │ ├── dram-arm.glif │ ├── dz.glif │ ├── dz.sc.glif │ ├── dzcaron.glif │ ├── dzcaron.sc.glif │ ├── e.glif │ ├── e.sc.glif │ ├── eacute.glif │ ├── eacute.sc.glif │ ├── ebreve.glif │ ├── ebreve.sc.glif │ ├── ecaron.glif │ ├── ecaron.sc.glif │ ├── ecedillabreve.glif │ ├── ecedillabreve.sc.glif │ ├── ecircumflex.glif │ ├── ecircumflex.sc.glif │ ├── ecircumflexacute.glif │ ├── ecircumflexacute.sc.glif │ ├── ecircumflexdotbelow.glif │ ├── ecircumflexdotbelow.sc.glif │ ├── ecircumflexgrave.glif │ ├── ecircumflexgrave.sc.glif │ ├── ecircumflexhookabove.glif │ ├── ecircumflexhookabove.sc.glif │ ├── ecircumflextilde.glif │ ├── ecircumflextilde.sc.glif │ ├── edblgrave.glif │ ├── edblgrave.sc.glif │ ├── edieresis.glif │ ├── edieresis.sc.glif │ ├── edotaccent.glif │ ├── edotaccent.sc.glif │ ├── edotbelow.glif │ ├── edotbelow.sc.glif │ ├── egrave.glif │ ├── egrave.sc.glif │ ├── ehookabove.glif │ ├── ehookabove.sc.glif │ ├── eight.dnom.glif │ ├── eight.glif │ ├── eight.lf.glif │ ├── eight.numr.glif │ ├── eight.osf.glif │ ├── eight.sc.glif │ ├── eight.tf.glif │ ├── eight.tosf.glif │ ├── eightinferior.glif │ ├── eightsuperior.glif │ ├── einvertedbreve.glif │ ├── einvertedbreve.sc.glif │ ├── ellipsis.glif │ ├── emacron.glif │ ├── emacron.sc.glif │ ├── emacronacute.glif │ ├── emacronacute.sc.glif │ ├── emacrongrave.glif │ ├── emacrongrave.sc.glif │ ├── emdash.case.glif │ ├── emdash.glif │ ├── emptyset.glif │ ├── emquad.glif │ ├── emspace.glif │ ├── endash.case.glif │ ├── endash.glif │ ├── eng.glif │ ├── eng.sc.glif │ ├── enquad.glif │ ├── enspace.glif │ ├── eogonek.glif │ ├── eogonek.sc.glif │ ├── equal.glif │ ├── estimated.glif │ ├── eth.glif │ ├── eth.sc.glif │ ├── etilde.glif │ ├── etilde.sc.glif │ ├── euro.glif │ ├── exclam.glif │ ├── exclamdbl.glif │ ├── exclamdown.case.glif │ ├── exclamdown.glif │ ├── ezh.glif │ ├── ezh.sc.glif │ ├── ezhcaron.glif │ ├── ezhcaron.sc.glif │ ├── f.glif │ ├── f.sc.glif │ ├── f_f.glif │ ├── f_f_i.glif │ ├── f_f_l.glif │ ├── fdotaccent.glif │ ├── fdotaccent.sc.glif │ ├── fi.glif │ ├── figuredash.glif │ ├── figurespace.glif │ ├── firsttonechinese.glif │ ├── five.dnom.glif │ ├── five.glif │ ├── five.lf.glif │ ├── five.numr.glif │ ├── five.osf.glif │ ├── five.sc.glif │ ├── five.tf.glif │ ├── five.tosf.glif │ ├── fiveeighths.glif │ ├── fiveinferior.glif │ ├── fivesixths.glif │ ├── fivesuperior.glif │ ├── fl.glif │ ├── florin.glif │ ├── four.dnom.glif │ ├── four.glif │ ├── four.lf.glif │ ├── four.numr.glif │ ├── four.osf.glif │ ├── four.sc.glif │ ├── four.tf.glif │ ├── four.tosf.glif │ ├── fourfifths.glif │ ├── fourinferior.glif │ ├── fourperemspace.glif │ ├── foursuperior.glif │ ├── fourthtonechinese.glif │ ├── fraction.glif │ ├── franc.glif │ ├── g.glif │ ├── g.sc.glif │ ├── gacute.sc.glif │ ├── gbreve.glif │ ├── gbreve.sc.glif │ ├── gcaron.glif │ ├── gcaron.sc.glif │ ├── gcircumflex.glif │ ├── gcircumflex.sc.glif │ ├── gcommaaccent.glif │ ├── gcommaaccent.sc.glif │ ├── gdotaccent.glif │ ├── gdotaccent.sc.glif │ ├── germandbls.glif │ ├── germandbls.sc.glif │ ├── gmacron.glif │ ├── gmacron.sc.glif │ ├── grave.glif │ ├── gravecomb.case.glif │ ├── gravecomb.glif │ ├── greater.glif │ ├── greaterequal.glif │ ├── guarani.glif │ ├── guillemetleft.case.glif │ ├── guillemetleft.glif │ ├── guillemetright.case.glif │ ├── guillemetright.glif │ ├── guilsinglleft.case.glif │ ├── guilsinglleft.glif │ ├── guilsinglright.case.glif │ ├── guilsinglright.glif │ ├── h.glif │ ├── h.sc.glif │ ├── hairspace.glif │ ├── hbar.glif │ ├── hbar.sc.glif │ ├── hbrevebelow.glif │ ├── hbrevebelow.sc.glif │ ├── hcircumflex.glif │ ├── hcircumflex.sc.glif │ ├── hdotbelow.glif │ ├── hookabovecomb.case.glif │ ├── hookabovecomb.glif │ ├── horizontalbar.glif │ ├── horncomb.case.glif │ ├── horncomb.glif │ ├── hryvnia.glif │ ├── hungarumlaut.case.glif │ ├── hungarumlaut.glif │ ├── hungarumlautcomb.case.glif │ ├── hungarumlautcomb.glif │ ├── hyphen.case.glif │ ├── hyphen.glif │ ├── hyphentwo.glif │ ├── i.cy.glif │ ├── i.dot.glif │ ├── i.dot.sc.glif │ ├── i.glif │ ├── i.sc.glif │ ├── i.uc.sc.glif │ ├── iacute.glif │ ├── iacute.sc.glif │ ├── ibreve.glif │ ├── ibreve.sc.glif │ ├── icaron.glif │ ├── icaron.sc.glif │ ├── icircumflex.glif │ ├── icircumflex.sc.glif │ ├── idblgrave.glif │ ├── idblgrave.sc.glif │ ├── idieresis.glif │ ├── idieresis.sc.glif │ ├── idieresisacute.glif │ ├── idieresisacute.sc.glif │ ├── idotaccent.glif │ ├── idotaccent.sc.glif │ ├── idotbelow.glif │ ├── idotbelow.sc.glif │ ├── idotless.glif │ ├── idotless.sc.glif │ ├── igrave.glif │ ├── igrave.sc.glif │ ├── ihookabove.glif │ ├── ihookabove.sc.glif │ ├── iinvertedbreve.glif │ ├── iinvertedbreve.sc.glif │ ├── ij.glif │ ├── ij.sc.glif │ ├── ij_acutecomb.glif │ ├── ij_acutecomb.sc.glif │ ├── imacron.glif │ ├── imacron.sc.glif │ ├── increment.glif │ ├── infinity.glif │ ├── integral.glif │ ├── iogonek.glif │ ├── iogonek.sc.glif │ ├── itilde.glif │ ├── itilde.sc.glif │ ├── j.glif │ ├── j.sc.glif │ ├── jcircumflex.glif │ ├── jcircumflex.sc.glif │ ├── jdotless.glif │ ├── jdotless.sc.glif │ ├── k.glif │ ├── k.sc.glif │ ├── kcommaaccent.glif │ ├── kcommaaccent.sc.glif │ ├── kgreenlandic.glif │ ├── kgreenlandic.sc.glif │ ├── kip.glif │ ├── l.glif │ ├── l.sc.glif │ ├── lacute.glif │ ├── lacute.sc.glif │ ├── layerinfo.plist │ ├── lcaron.glif │ ├── lcaron.sc.glif │ ├── lcommaaccent.glif │ ├── lcommaaccent.sc.glif │ ├── ldot.glif │ ├── ldot.sc.glif │ ├── ldotbelow.glif │ ├── leftA_rrow.glif │ ├── leftB_lackT_riangle.glif │ ├── leftW_hiteT_riangle.glif │ ├── leftanglebracket-math.glif │ ├── less.glif │ ├── lessequal.glif │ ├── lira.glif │ ├── liraT_urkish.glif │ ├── literS_ign.glif │ ├── lj.glif │ ├── lj.sc.glif │ ├── llinebelow.glif │ ├── llinebelow.sc.glif │ ├── logicalnot.glif │ ├── lozenge.glif │ ├── lslash.glif │ ├── lslash.sc.glif │ ├── m.glif │ ├── m.sc.glif │ ├── macron.case.glif │ ├── macron.glif │ ├── macronbelowcomb.case.glif │ ├── macronbelowcomb.glif │ ├── macroncomb.case.glif │ ├── macroncomb.glif │ ├── manat.glif │ ├── mdotaccent.glif │ ├── mdotaccent.sc.glif │ ├── mdotbelow.glif │ ├── mdotbelow.sc.glif │ ├── micro.glif │ ├── minus.glif │ ├── minute.glif │ ├── mu.glif │ ├── mu.sc.glif │ ├── multiply.glif │ ├── n.glif │ ├── n.sc.glif │ ├── nacute.glif │ ├── nacute.sc.glif │ ├── naira.glif │ ├── napostrophe.glif │ ├── narrownbspace.glif │ ├── nbspace.glif │ ├── ncaron.glif │ ├── ncaron.sc.glif │ ├── ncommaaccent.glif │ ├── ncommaaccent.sc.glif │ ├── ndotaccent.glif │ ├── ndotaccent.sc.glif │ ├── ndotbelow.glif │ ├── ndotbelow.sc.glif │ ├── nine.dnom.glif │ ├── nine.glif │ ├── nine.lf.glif │ ├── nine.numr.glif │ ├── nine.osf.glif │ ├── nine.sc.glif │ ├── nine.tf.glif │ ├── nine.tosf.glif │ ├── nineinferior.glif │ ├── ninesuperior.glif │ ├── nj.glif │ ├── nj.sc.glif │ ├── nlinebelow.glif │ ├── nlinebelow.sc.glif │ ├── notequal.glif │ ├── ntilde.glif │ ├── ntilde.sc.glif │ ├── numbersign.glif │ ├── numero.glif │ ├── o.glif │ ├── o.sc.glif │ ├── oacute.glif │ ├── oacute.sc.glif │ ├── obreve.glif │ ├── obreve.sc.glif │ ├── ocaron.glif │ ├── ocaron.sc.glif │ ├── ocircumflex.glif │ ├── ocircumflex.sc.glif │ ├── ocircumflexacute.glif │ ├── ocircumflexacute.sc.glif │ ├── ocircumflexdotbelow.glif │ ├── ocircumflexdotbelow.sc.glif │ ├── ocircumflexgrave.glif │ ├── ocircumflexgrave.sc.glif │ ├── ocircumflexhookabove.glif │ ├── ocircumflexhookabove.sc.glif │ ├── ocircumflextilde.glif │ ├── ocircumflextilde.sc.glif │ ├── odblgrave.glif │ ├── odblgrave.sc.glif │ ├── odieresis.glif │ ├── odieresis.sc.glif │ ├── odieresismacron.glif │ ├── odieresismacron.sc.glif │ ├── odotaccentmacron.glif │ ├── odotaccentmacron.sc.glif │ ├── odotbelow.glif │ ├── odotbelow.sc.glif │ ├── oe.glif │ ├── oe.sc.glif │ ├── ogonek.glif │ ├── ogonekcomb.case.glif │ ├── ogonekcomb.glif │ ├── ograve.glif │ ├── ograve.sc.glif │ ├── ohookabove.glif │ ├── ohookabove.sc.glif │ ├── ohorn.glif │ ├── ohorn.sc.glif │ ├── ohornacute.glif │ ├── ohornacute.sc.glif │ ├── ohorndotbelow.glif │ ├── ohorndotbelow.sc.glif │ ├── ohorngrave.glif │ ├── ohorngrave.sc.glif │ ├── ohornhookabove.glif │ ├── ohornhookabove.sc.glif │ ├── ohorntilde.glif │ ├── ohorntilde.sc.glif │ ├── ohungarumlaut.glif │ ├── ohungarumlaut.sc.glif │ ├── oinvertedbreve.glif │ ├── oinvertedbreve.sc.glif │ ├── omacron.glif │ ├── omacron.sc.glif │ ├── omacronacute.glif │ ├── omacronacute.sc.glif │ ├── omacrongrave.glif │ ├── omacrongrave.sc.glif │ ├── omega.sc.glif │ ├── one.dnom.glif │ ├── one.glif │ ├── one.lf.glif │ ├── one.numr.glif │ ├── one.osf.glif │ ├── one.sc.glif │ ├── one.tf.glif │ ├── one.tosf.glif │ ├── oneeighth.glif │ ├── onefifth.glif │ ├── onehalf.glif │ ├── oneinferior.glif │ ├── oneninth.glif │ ├── onequarter.glif │ ├── oneseventh.glif │ ├── onesixth.glif │ ├── onesuperior.glif │ ├── onetenth.glif │ ├── onethird.glif │ ├── oogonek.glif │ ├── oogonek.sc.glif │ ├── ordfeminine.glif │ ├── ordmasculine.glif │ ├── oslash.glif │ ├── oslashacute.glif │ ├── otilde.glif │ ├── otilde.sc.glif │ ├── otildeacute.glif │ ├── otildeacute.sc.glif │ ├── otildedieresis.glif │ ├── otildedieresis.sc.glif │ ├── otildemacron.glif │ ├── otildemacron.sc.glif │ ├── p.glif │ ├── p.sc.glif │ ├── paragraph.glif │ ├── parenleft.case.glif │ ├── parenleft.glif │ ├── parenright.case.glif │ ├── parenright.glif │ ├── partialdiff.glif │ ├── pdotaccent.glif │ ├── pdotaccent.sc.glif │ ├── percent.glif │ ├── period.glif │ ├── periodcentered.case.glif │ ├── periodcentered.glif │ ├── periodcentered.loclC_A_T_.case.glif │ ├── perthousand.glif │ ├── peseta.glif │ ├── peso.glif │ ├── pi.glif │ ├── pi.sc.glif │ ├── plus.glif │ ├── plusminus.glif │ ├── primemod.glif │ ├── product.glif │ ├── punctuationspace.glif │ ├── q.glif │ ├── q.sc.glif │ ├── question.glif │ ├── questiondown.case.glif │ ├── questiondown.glif │ ├── quotedbl.glif │ ├── quotedblbase.glif │ ├── quotedblleft.glif │ ├── quotedblright.glif │ ├── quoteleft.glif │ ├── quotereversed.glif │ ├── quoteright.glif │ ├── quotesinglbase.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── r.sc.glif │ ├── racute.glif │ ├── racute.sc.glif │ ├── radical.glif │ ├── rcaron.glif │ ├── rcaron.sc.glif │ ├── rcommaaccent.glif │ ├── rcommaaccent.sc.glif │ ├── rdblgrave.glif │ ├── rdblgrave.sc.glif │ ├── rdotbelow.glif │ ├── rdotbelow.sc.glif │ ├── registered.glif │ ├── rightA_rrow.glif │ ├── rightB_lackT_riangle.glif │ ├── rightW_hiteT_riangle.glif │ ├── rightanglebracket-math.glif │ ├── ring.case.glif │ ├── ring.glif │ ├── ringcomb.case.glif │ ├── ringcomb.glif │ ├── ringhalfleft.glif │ ├── ringhalfright.glif │ ├── rinvertedbreve.glif │ ├── rinvertedbreve.sc.glif │ ├── rlinebelow.glif │ ├── rlinebelow.sc.glif │ ├── ruble.glif │ ├── rupeeI_ndian.glif │ ├── s.glif │ ├── s.sc.glif │ ├── sacute.glif │ ├── sacute.sc.glif │ ├── sacutedotaccent.glif │ ├── sacutedotaccent.sc.glif │ ├── scaron.glif │ ├── scaron.sc.glif │ ├── scarondotaccent.glif │ ├── scarondotaccent.sc.glif │ ├── scedilla.glif │ ├── scedilla.sc.glif │ ├── schwa.glif │ ├── schwa.sc.glif │ ├── scircumflex.glif │ ├── scircumflex.sc.glif │ ├── scommaaccent.glif │ ├── scommaaccent.sc.glif │ ├── sdotaccent.glif │ ├── sdotaccent.sc.glif │ ├── sdotbelow.glif │ ├── sdotbelow.sc.glif │ ├── sdotbelowdotaccent.glif │ ├── sdotbelowdotaccent.sc.glif │ ├── second.glif │ ├── secondtonechinese.glif │ ├── section.glif │ ├── semicolon.glif │ ├── seven.dnom.glif │ ├── seven.glif │ ├── seven.lf.glif │ ├── seven.numr.glif │ ├── seven.osf.glif │ ├── seven.sc.glif │ ├── seven.tf.glif │ ├── seven.tosf.glif │ ├── seveneighths.glif │ ├── seveninferior.glif │ ├── sevensuperior.glif │ ├── sheqel.glif │ ├── six.dnom.glif │ ├── six.glif │ ├── six.lf.glif │ ├── six.numr.glif │ ├── six.osf.glif │ ├── six.sc.glif │ ├── six.tf.glif │ ├── six.tosf.glif │ ├── sixinferior.glif │ ├── sixperemspace.glif │ ├── sixsuperior.glif │ ├── slash.case.glif │ ├── slash.glif │ ├── slashlongcomb.glif │ ├── slashshortcomb.glif │ ├── softhyphen.case.glif │ ├── softhyphen.glif │ ├── space.glif │ ├── sterling.glif │ ├── strokelongcomb.glif │ ├── strokeshortcomb.glif │ ├── summation.glif │ ├── t.glif │ ├── t.sc.glif │ ├── tbar.glif │ ├── tcaron.glif │ ├── tcaron.sc.glif │ ├── tcedilla.glif │ ├── tcedilla.sc.glif │ ├── tcommaaccent.glif │ ├── tcommaaccent.sc.glif │ ├── tdieresis.glif │ ├── tdieresis.sc.glif │ ├── tdotaccent.glif │ ├── tdotaccent.sc.glif │ ├── tdotbelow.glif │ ├── tdotbelow.sc.glif │ ├── tenge.glif │ ├── thinspace.glif │ ├── thorn.glif │ ├── thorn.sc.glif │ ├── three.dnom.glif │ ├── three.glif │ ├── three.lf.glif │ ├── three.numr.glif │ ├── three.osf.glif │ ├── three.sc.glif │ ├── three.tf.glif │ ├── three.tosf.glif │ ├── threeeighths.glif │ ├── threeinferior.glif │ ├── threeperemspace.glif │ ├── threequarters.glif │ ├── threesuperior.glif │ ├── tilde.glif │ ├── tildecomb.case.glif │ ├── tildecomb.glif │ ├── tlinebelow.glif │ ├── tlinebelow.sc.glif │ ├── trademark.glif │ ├── tugrik.glif │ ├── two.dnom.glif │ ├── two.glif │ ├── two.lf.glif │ ├── two.numr.glif │ ├── two.osf.glif │ ├── two.sc.glif │ ├── two.tf.glif │ ├── two.tosf.glif │ ├── twofifths.glif │ ├── twoinferior.glif │ ├── twosuperior.glif │ ├── twothirds.glif │ ├── u.glif │ ├── u.sc.glif │ ├── uacute.glif │ ├── uacute.sc.glif │ ├── ubreve.glif │ ├── ubreve.sc.glif │ ├── ucaron.glif │ ├── ucaron.sc.glif │ ├── ucircumflex.glif │ ├── ucircumflex.sc.glif │ ├── udblgrave.glif │ ├── udblgrave.sc.glif │ ├── udieresis.glif │ ├── udieresis.sc.glif │ ├── udieresisacute.glif │ ├── udieresisacute.sc.glif │ ├── udieresiscaron.glif │ ├── udieresiscaron.sc.glif │ ├── udieresisgrave.glif │ ├── udieresisgrave.sc.glif │ ├── udieresismacron.glif │ ├── udieresismacron.sc.glif │ ├── udotbelow.glif │ ├── udotbelow.sc.glif │ ├── ugrave.glif │ ├── ugrave.sc.glif │ ├── uhookabove.glif │ ├── uhookabove.sc.glif │ ├── uhorn.glif │ ├── uhorn.sc.glif │ ├── uhornacute.glif │ ├── uhornacute.sc.glif │ ├── uhorndotbelow.glif │ ├── uhorndotbelow.sc.glif │ ├── uhorngrave.glif │ ├── uhorngrave.sc.glif │ ├── uhornhookabove.glif │ ├── uhornhookabove.sc.glif │ ├── uhorntilde.glif │ ├── uhorntilde.sc.glif │ ├── uhungarumlaut.glif │ ├── uhungarumlaut.sc.glif │ ├── uinvertedbreve.glif │ ├── uinvertedbreve.sc.glif │ ├── umacron.glif │ ├── umacron.sc.glif │ ├── umacrondieresis.glif │ ├── umacrondieresis.sc.glif │ ├── underscore.glif │ ├── uni0000.glif │ ├── uogonek.glif │ ├── uogonek.sc.glif │ ├── upA_rrow.glif │ ├── upB_lackT_riangle.glif │ ├── upW_hiteT_riangle.glif │ ├── uring.glif │ ├── uring.sc.glif │ ├── utilde.glif │ ├── utilde.sc.glif │ ├── utildeacute.glif │ ├── utildeacute.sc.glif │ ├── v.glif │ ├── v.sc.glif │ ├── verticallinelowmod.glif │ ├── verticallinemod.glif │ ├── w.glif │ ├── w.sc.glif │ ├── wacute.glif │ ├── wacute.sc.glif │ ├── wcircumflex.glif │ ├── wcircumflex.sc.glif │ ├── wdieresis.glif │ ├── wdieresis.sc.glif │ ├── wgrave.glif │ ├── wgrave.sc.glif │ ├── whiteD_iamond.glif │ ├── whiteS_quare.glif │ ├── won.glif │ ├── x.glif │ ├── x.sc.glif │ ├── y.glif │ ├── y.sc.glif │ ├── yacute.glif │ ├── yacute.sc.glif │ ├── ycircumflex.glif │ ├── ycircumflex.sc.glif │ ├── ydieresis.glif │ ├── ydieresis.sc.glif │ ├── ydotaccent.glif │ ├── ydotaccent.sc.glif │ ├── ydotbelow.glif │ ├── ydotbelow.sc.glif │ ├── yen.glif │ ├── ygrave.glif │ ├── ygrave.sc.glif │ ├── yhookabove.glif │ ├── yhookabove.sc.glif │ ├── ymacron.glif │ ├── ymacron.sc.glif │ ├── ytilde.glif │ ├── ytilde.sc.glif │ ├── z.glif │ ├── z.sc.glif │ ├── zacute.glif │ ├── zacute.sc.glif │ ├── zcaron.glif │ ├── zcaron.sc.glif │ ├── zdotaccent.glif │ ├── zdotaccent.sc.glif │ ├── zdotbelow.glif │ ├── zdotbelow.sc.glif │ ├── zero.dnom.glif │ ├── zero.glif │ ├── zero.lf.glif │ ├── zero.lf.zero.glif │ ├── zero.numr.glif │ ├── zero.osf.glif │ ├── zero.osf.zero.glif │ ├── zero.sc.glif │ ├── zero.tf.glif │ ├── zero.tf.zero.glif │ ├── zero.tosf.glif │ ├── zero.tosf.zero.glif │ ├── zero.zero.glif │ ├── zeroinferior.glif │ ├── zerosuperior.glif │ ├── zerowidthjoiner.glif │ ├── zerowidthnonjoiner.glif │ └── zerowidthspace.glif ├── groups.plist ├── kerning.plist ├── layercontents.plist ├── lib.plist └── metainfo.plist ├── MerriweatherSans-Regular.ufo ├── features.fea ├── fontinfo.plist ├── glyphs.public.background │ ├── E_zh.glif │ ├── acutecomb.glif │ ├── contents.plist │ ├── delta.sc.glif │ ├── layerinfo.plist │ ├── omega.sc.glif │ └── schwa.sc.glif ├── glyphs │ ├── A_.glif │ ├── A_E_.glif │ ├── A_E_acute.glif │ ├── A_acute.glif │ ├── A_breve.glif │ ├── A_breveacute.glif │ ├── A_brevedotbelow.glif │ ├── A_brevegrave.glif │ ├── A_brevehookabove.glif │ ├── A_brevetilde.glif │ ├── A_caron.glif │ ├── A_circumflex.glif │ ├── A_circumflexacute.glif │ ├── A_circumflexdotbelow.glif │ ├── A_circumflexgrave.glif │ ├── A_circumflexhookabove.glif │ ├── A_circumflextilde.glif │ ├── A_dblgrave.glif │ ├── A_dieresis.glif │ ├── A_dotbelow.glif │ ├── A_grave.glif │ ├── A_hookabove.glif │ ├── A_invertedbreve.glif │ ├── A_macron.glif │ ├── A_ogonek.glif │ ├── A_ring.glif │ ├── A_ringacute.glif │ ├── A_tilde.glif │ ├── B_.glif │ ├── B_dotaccent.glif │ ├── C_.glif │ ├── C_R_.glif │ ├── C_acute.glif │ ├── C_caron.glif │ ├── C_cedilla.glif │ ├── C_cedillaacute.glif │ ├── C_circumflex.glif │ ├── C_dotaccent.glif │ ├── D_.glif │ ├── D_Z_.glif │ ├── D_Z_caron.glif │ ├── D_caron.glif │ ├── D_croat.glif │ ├── D_dotaccent.glif │ ├── D_dotbelow.glif │ ├── D_elta.glif │ ├── D_linebelow.glif │ ├── D_z.glif │ ├── D_zcaron.glif │ ├── E_.glif │ ├── E_acute.glif │ ├── E_breve.glif │ ├── E_caron.glif │ ├── E_cedillabreve.glif │ ├── E_circumflex.glif │ ├── E_circumflexacute.glif │ ├── E_circumflexdotbelow.glif │ ├── E_circumflexgrave.glif │ ├── E_circumflexhookabove.glif │ ├── E_circumflextilde.glif │ ├── E_dblgrave.glif │ ├── E_dieresis.glif │ ├── E_dotaccent.glif │ ├── E_dotbelow.glif │ ├── E_grave.glif │ ├── E_hookabove.glif │ ├── E_invertedbreve.glif │ ├── E_macron.glif │ ├── E_macronacute.glif │ ├── E_macrongrave.glif │ ├── E_ng.glif │ ├── E_ogonek.glif │ ├── E_th.glif │ ├── E_tilde.glif │ ├── E_zh.glif │ ├── E_zhcaron.glif │ ├── F_.glif │ ├── F_dotaccent.glif │ ├── G_.glif │ ├── G_breve.glif │ ├── G_caron.glif │ ├── G_circumflex.glif │ ├── G_commaaccent.glif │ ├── G_dotaccent.glif │ ├── G_ermandbls.glif │ ├── G_macron.glif │ ├── H_.glif │ ├── H_bar.glif │ ├── H_brevebelow.glif │ ├── H_circumflex.glif │ ├── H_dotbelow.glif │ ├── I_.glif │ ├── I_.uc.glif │ ├── I_J_.glif │ ├── I_J__acutecomb.glif │ ├── I_acute.glif │ ├── I_breve.glif │ ├── I_caron.glif │ ├── I_circumflex.glif │ ├── I_dblgrave.glif │ ├── I_dieresis.glif │ ├── I_dieresisacute.glif │ ├── I_dotaccent.glif │ ├── I_dotbelow.glif │ ├── I_grave.glif │ ├── I_hookabove.glif │ ├── I_invertedbreve.glif │ ├── I_macron.glif │ ├── I_ogonek.glif │ ├── I_tilde.glif │ ├── J_.glif │ ├── J_circumflex.glif │ ├── K_.glif │ ├── K_commaaccent.glif │ ├── L_.glif │ ├── L_J_.glif │ ├── L_acute.glif │ ├── L_caron.glif │ ├── L_commaaccent.glif │ ├── L_dot.glif │ ├── L_dotbelow.glif │ ├── L_j.glif │ ├── L_linebelow.glif │ ├── L_slash.glif │ ├── M_.glif │ ├── M_dotaccent.glif │ ├── M_dotbelow.glif │ ├── N_.glif │ ├── N_J_.glif │ ├── N_acute.glif │ ├── N_caron.glif │ ├── N_commaaccent.glif │ ├── N_dotaccent.glif │ ├── N_dotbelow.glif │ ├── N_j.glif │ ├── N_linebelow.glif │ ├── N_tilde.glif │ ├── O_.glif │ ├── O_E_.glif │ ├── O_acute.glif │ ├── O_breve.glif │ ├── O_caron.glif │ ├── O_circumflex.glif │ ├── O_circumflexacute.glif │ ├── O_circumflexdotbelow.glif │ ├── O_circumflexgrave.glif │ ├── O_circumflexhookabove.glif │ ├── O_circumflextilde.glif │ ├── O_dblgrave.glif │ ├── O_dieresis.glif │ ├── O_dieresismacron.glif │ ├── O_dotaccentmacron.glif │ ├── O_dotbelow.glif │ ├── O_grave.glif │ ├── O_hm.glif │ ├── O_hookabove.glif │ ├── O_horn.glif │ ├── O_hornacute.glif │ ├── O_horndotbelow.glif │ ├── O_horngrave.glif │ ├── O_hornhookabove.glif │ ├── O_horntilde.glif │ ├── O_hungarumlaut.glif │ ├── O_invertedbreve.glif │ ├── O_macron.glif │ ├── O_macronacute.glif │ ├── O_macrongrave.glif │ ├── O_mega.glif │ ├── O_ogonek.glif │ ├── O_slash.glif │ ├── O_slashacute.glif │ ├── O_tilde.glif │ ├── O_tildeacute.glif │ ├── O_tildedieresis.glif │ ├── O_tildemacron.glif │ ├── P_.glif │ ├── P_dotaccent.glif │ ├── Q_.glif │ ├── R_.glif │ ├── R_acute.glif │ ├── R_caron.glif │ ├── R_commaaccent.glif │ ├── R_dblgrave.glif │ ├── R_dotbelow.glif │ ├── R_invertedbreve.glif │ ├── R_linebelow.glif │ ├── S_.glif │ ├── S_acute.glif │ ├── S_acutedotaccent.glif │ ├── S_caron.glif │ ├── S_carondotaccent.glif │ ├── S_cedilla.glif │ ├── S_chwa.glif │ ├── S_circumflex.glif │ ├── S_commaaccent.glif │ ├── S_dotaccent.glif │ ├── S_dotbelow.glif │ ├── S_dotbelowdotaccent.glif │ ├── T_.glif │ ├── T_bar.glif │ ├── T_caron.glif │ ├── T_cedilla.glif │ ├── T_commaaccent.glif │ ├── T_dotaccent.glif │ ├── T_dotbelow.glif │ ├── T_horn.glif │ ├── T_linebelow.glif │ ├── U_.glif │ ├── U_acute.glif │ ├── U_breve.glif │ ├── U_caron.glif │ ├── U_circumflex.glif │ ├── U_dblgrave.glif │ ├── U_dieresis.glif │ ├── U_dieresisacute.glif │ ├── U_dieresiscaron.glif │ ├── U_dieresisgrave.glif │ ├── U_dieresismacron.glif │ ├── U_dotbelow.glif │ ├── U_grave.glif │ ├── U_hookabove.glif │ ├── U_horn.glif │ ├── U_hornacute.glif │ ├── U_horndotbelow.glif │ ├── U_horngrave.glif │ ├── U_hornhookabove.glif │ ├── U_horntilde.glif │ ├── U_hungarumlaut.glif │ ├── U_invertedbreve.glif │ ├── U_macron.glif │ ├── U_macrondieresis.glif │ ├── U_ogonek.glif │ ├── U_ring.glif │ ├── U_tilde.glif │ ├── U_tildeacute.glif │ ├── V_.glif │ ├── W_.glif │ ├── W_acute.glif │ ├── W_circumflex.glif │ ├── W_dieresis.glif │ ├── W_grave.glif │ ├── X_.glif │ ├── Y_.glif │ ├── Y_acute.glif │ ├── Y_circumflex.glif │ ├── Y_dieresis.glif │ ├── Y_dotaccent.glif │ ├── Y_dotbelow.glif │ ├── Y_grave.glif │ ├── Y_hookabove.glif │ ├── Y_macron.glif │ ├── Y_tilde.glif │ ├── Z_.glif │ ├── Z_acute.glif │ ├── Z_caron.glif │ ├── Z_dotaccent.glif │ ├── Z_dotbelow.glif │ ├── _notdef.glif │ ├── _null.glif │ ├── a.glif │ ├── a.sc.glif │ ├── aacute.glif │ ├── aacute.sc.glif │ ├── abreve.glif │ ├── abreve.sc.glif │ ├── abreveacute.glif │ ├── abreveacute.sc.glif │ ├── abrevedotbelow.glif │ ├── abrevedotbelow.sc.glif │ ├── abrevegrave.glif │ ├── abrevegrave.sc.glif │ ├── abrevehookabove.glif │ ├── abrevehookabove.sc.glif │ ├── abrevetilde.glif │ ├── abrevetilde.sc.glif │ ├── acaron.glif │ ├── acaron.sc.glif │ ├── acircumflex.glif │ ├── acircumflex.sc.glif │ ├── acircumflexacute.glif │ ├── acircumflexacute.sc.glif │ ├── acircumflexdotbelow.glif │ ├── acircumflexdotbelow.sc.glif │ ├── acircumflexgrave.glif │ ├── acircumflexgrave.sc.glif │ ├── acircumflexhookabove.glif │ ├── acircumflexhookabove.sc.glif │ ├── acircumflextilde.glif │ ├── acircumflextilde.sc.glif │ ├── acute.glif │ ├── acutecomb.case.glif │ ├── acutecomb.glif │ ├── adblgrave.glif │ ├── adblgrave.sc.glif │ ├── adieresis.glif │ ├── adieresis.sc.glif │ ├── adotbelow.glif │ ├── adotbelow.sc.glif │ ├── ae.glif │ ├── ae.sc.glif │ ├── aeacute.glif │ ├── aeacute.sc.glif │ ├── agrave.glif │ ├── agrave.sc.glif │ ├── ahookabove.glif │ ├── ahookabove.sc.glif │ ├── ainvertedbreve.glif │ ├── ainvertedbreve.sc.glif │ ├── amacron.glif │ ├── amacron.sc.glif │ ├── ampersand.glif │ ├── aogonek.glif │ ├── aogonek.sc.glif │ ├── apostrophemod.glif │ ├── approxequal.glif │ ├── aring.glif │ ├── aring.sc.glif │ ├── aringacute.glif │ ├── aringacute.sc.glif │ ├── asciicircum.glif │ ├── asciitilde.glif │ ├── asterisk.glif │ ├── at.case.glif │ ├── at.glif │ ├── atilde.glif │ ├── atilde.sc.glif │ ├── b.glif │ ├── b.sc.glif │ ├── backslash.case.glif │ ├── backslash.glif │ ├── bar.glif │ ├── bdotaccent.glif │ ├── bdotaccent.sc.glif │ ├── bitcoin.glif │ ├── blackD_iamond.glif │ ├── blackS_quare.glif │ ├── braceleft.case.glif │ ├── braceleft.glif │ ├── braceright.case.glif │ ├── braceright.glif │ ├── bracketleft.case.glif │ ├── bracketleft.glif │ ├── bracketright.case.glif │ ├── bracketright.glif │ ├── breve.glif │ ├── brevebelowcomb.case.glif │ ├── brevebelowcomb.glif │ ├── brevecomb.case.glif │ ├── brevecomb.glif │ ├── brevecomb_acutecomb.case.glif │ ├── brevecomb_acutecomb.glif │ ├── brevecomb_gravecomb.case.glif │ ├── brevecomb_gravecomb.glif │ ├── brevecomb_hookabovecomb.case.glif │ ├── brevecomb_hookabovecomb.glif │ ├── brevecomb_tildecomb.case.glif │ ├── brevecomb_tildecomb.glif │ ├── breveinvertedcomb.case.glif │ ├── breveinvertedcomb.glif │ ├── brokenbar.glif │ ├── bullet.case.glif │ ├── bullet.glif │ ├── bulletoperator.glif │ ├── c.glif │ ├── c.sc.glif │ ├── cacute.glif │ ├── cacute.sc.glif │ ├── caron.glif │ ├── caroncomb.alt.glif │ ├── caroncomb.case.glif │ ├── caroncomb.glif │ ├── ccaron.glif │ ├── ccaron.sc.glif │ ├── ccedilla.glif │ ├── ccedilla.sc.glif │ ├── ccedillaacute.glif │ ├── ccedillaacute.sc.glif │ ├── ccircumflex.glif │ ├── ccircumflex.sc.glif │ ├── cdotaccent.glif │ ├── cdotaccent.sc.glif │ ├── cedi.glif │ ├── cedilla.glif │ ├── cedillacomb.case.glif │ ├── cedillacomb.glif │ ├── cent.glif │ ├── circumflex.glif │ ├── circumflexcomb.case.glif │ ├── circumflexcomb.glif │ ├── circumflexcomb_acutecomb.case.glif │ ├── circumflexcomb_acutecomb.glif │ ├── circumflexcomb_gravecomb.case.glif │ ├── circumflexcomb_gravecomb.glif │ ├── circumflexcomb_hookabovecomb.case.glif │ ├── circumflexcomb_hookabovecomb.glif │ ├── circumflexcomb_tildecomb.case.glif │ ├── circumflexcomb_tildecomb.glif │ ├── colon.glif │ ├── colonsign.glif │ ├── comma.glif │ ├── commaaccentcomb.case.glif │ ├── commaaccentcomb.glif │ ├── commaturnedabovecomb.case.glif │ ├── commaturnedabovecomb.glif │ ├── commaturnedmod.glif │ ├── commercialM_inusS_ign.glif │ ├── contents.plist │ ├── copyright.glif │ ├── currency.glif │ ├── d.glif │ ├── d.sc.glif │ ├── dagger.glif │ ├── daggerdbl.glif │ ├── dblgravecomb.case.glif │ ├── dblgravecomb.glif │ ├── dcaron.glif │ ├── dcaron.sc.glif │ ├── dcroat.glif │ ├── dcroat.sc.glif │ ├── ddotaccent.glif │ ├── ddotaccent.sc.glif │ ├── ddotbelow.glif │ ├── ddotbelow.sc.glif │ ├── degree.glif │ ├── delta.sc.glif │ ├── dieresis.glif │ ├── dieresisbelowcomb.case.glif │ ├── dieresisbelowcomb.glif │ ├── dieresiscomb.case.glif │ ├── dieresiscomb.glif │ ├── divide.glif │ ├── divisionslash.glif │ ├── dlinebelow.glif │ ├── dlinebelow.sc.glif │ ├── dollar.glif │ ├── dong.glif │ ├── dotaccent.glif │ ├── dotaccentcomb.case.glif │ ├── dotaccentcomb.glif │ ├── dotbelowcomb.case.glif │ ├── dotbelowcomb.glif │ ├── doubleprimemod.glif │ ├── downA_rrow.glif │ ├── downB_lackT_riangle.glif │ ├── downW_hiteT_riangle.glif │ ├── dram-arm.glif │ ├── dz.glif │ ├── dz.sc.glif │ ├── dzcaron.glif │ ├── dzcaron.sc.glif │ ├── e.glif │ ├── e.sc.glif │ ├── eacute.glif │ ├── eacute.sc.glif │ ├── ebreve.glif │ ├── ebreve.sc.glif │ ├── ecaron.glif │ ├── ecaron.sc.glif │ ├── ecedillabreve.glif │ ├── ecedillabreve.sc.glif │ ├── ecircumflex.glif │ ├── ecircumflex.sc.glif │ ├── ecircumflexacute.glif │ ├── ecircumflexacute.sc.glif │ ├── ecircumflexdotbelow.glif │ ├── ecircumflexdotbelow.sc.glif │ ├── ecircumflexgrave.glif │ ├── ecircumflexgrave.sc.glif │ ├── ecircumflexhookabove.glif │ ├── ecircumflexhookabove.sc.glif │ ├── ecircumflextilde.glif │ ├── ecircumflextilde.sc.glif │ ├── edblgrave.glif │ ├── edblgrave.sc.glif │ ├── edieresis.glif │ ├── edieresis.sc.glif │ ├── edotaccent.glif │ ├── edotaccent.sc.glif │ ├── edotbelow.glif │ ├── edotbelow.sc.glif │ ├── egrave.glif │ ├── egrave.sc.glif │ ├── ehookabove.glif │ ├── ehookabove.sc.glif │ ├── eight.dnom.glif │ ├── eight.glif │ ├── eight.lf.glif │ ├── eight.numr.glif │ ├── eight.osf.glif │ ├── eight.sc.glif │ ├── eight.tf.glif │ ├── eight.tosf.glif │ ├── eightinferior.glif │ ├── eightsuperior.glif │ ├── einvertedbreve.glif │ ├── einvertedbreve.sc.glif │ ├── ellipsis.glif │ ├── emacron.glif │ ├── emacron.sc.glif │ ├── emacronacute.glif │ ├── emacronacute.sc.glif │ ├── emacrongrave.glif │ ├── emacrongrave.sc.glif │ ├── emdash.case.glif │ ├── emdash.glif │ ├── emptyset.glif │ ├── emquad.glif │ ├── emspace.glif │ ├── endash.case.glif │ ├── endash.glif │ ├── eng.glif │ ├── eng.sc.glif │ ├── enquad.glif │ ├── enspace.glif │ ├── eogonek.glif │ ├── eogonek.sc.glif │ ├── equal.glif │ ├── estimated.glif │ ├── eth.glif │ ├── eth.sc.glif │ ├── etilde.glif │ ├── etilde.sc.glif │ ├── euro.glif │ ├── exclam.glif │ ├── exclamdouble.glif │ ├── exclamdown.case.glif │ ├── exclamdown.glif │ ├── ezh.glif │ ├── ezh.sc.glif │ ├── ezhcaron.glif │ ├── ezhcaron.sc.glif │ ├── f.glif │ ├── f.sc.glif │ ├── f_f.glif │ ├── f_f_i.glif │ ├── f_f_l.glif │ ├── fdotaccent.glif │ ├── fdotaccent.sc.glif │ ├── fi.glif │ ├── figuredash.glif │ ├── figurespace.glif │ ├── firsttonechinese.glif │ ├── five.dnom.glif │ ├── five.glif │ ├── five.lf.glif │ ├── five.numr.glif │ ├── five.osf.glif │ ├── five.sc.glif │ ├── five.tf.glif │ ├── five.tosf.glif │ ├── fiveeighths.glif │ ├── fiveinferior.glif │ ├── fivesixths.glif │ ├── fivesuperior.glif │ ├── fl.glif │ ├── florin.glif │ ├── four.dnom.glif │ ├── four.glif │ ├── four.lf.glif │ ├── four.numr.glif │ ├── four.osf.glif │ ├── four.sc.glif │ ├── four.tf.glif │ ├── four.tosf.glif │ ├── fourfifths.glif │ ├── fourinferior.glif │ ├── fourperemspace.glif │ ├── foursuperior.glif │ ├── fourthtonechinese.glif │ ├── fraction.glif │ ├── franc.glif │ ├── g.glif │ ├── g.sc.glif │ ├── gacute.sc.glif │ ├── gbreve.glif │ ├── gbreve.sc.glif │ ├── gcaron.glif │ ├── gcaron.sc.glif │ ├── gcircumflex.glif │ ├── gcircumflex.sc.glif │ ├── gcommaaccent.glif │ ├── gcommaaccent.sc.glif │ ├── gdotaccent.glif │ ├── gdotaccent.sc.glif │ ├── germandbls.glif │ ├── germandbls.sc.glif │ ├── gmacron.glif │ ├── gmacron.sc.glif │ ├── grave.glif │ ├── gravecomb.case.glif │ ├── gravecomb.glif │ ├── greater.glif │ ├── greaterequal.glif │ ├── guarani.glif │ ├── guillemetleft.case.glif │ ├── guillemetleft.glif │ ├── guillemetright.case.glif │ ├── guillemetright.glif │ ├── guilsinglleft.case.glif │ ├── guilsinglleft.glif │ ├── guilsinglright.case.glif │ ├── guilsinglright.glif │ ├── h.glif │ ├── h.sc.glif │ ├── hairspace.glif │ ├── hbar.glif │ ├── hbar.sc.glif │ ├── hbrevebelow.glif │ ├── hbrevebelow.sc.glif │ ├── hcircumflex.glif │ ├── hcircumflex.sc.glif │ ├── hdotbelow.glif │ ├── hdotbelow.sc.glif │ ├── hookabovecomb.case.glif │ ├── hookabovecomb.glif │ ├── horizontalbar.glif │ ├── horncomb.case.glif │ ├── horncomb.glif │ ├── hryvnia.glif │ ├── hungarumlaut.glif │ ├── hungarumlautcomb.case.glif │ ├── hungarumlautcomb.glif │ ├── hyphen.case.glif │ ├── hyphen.glif │ ├── hyphentwo.glif │ ├── i.cy.glif │ ├── i.dot.glif │ ├── i.dot.sc.glif │ ├── i.glif │ ├── i.sc.glif │ ├── i.uc.sc.glif │ ├── iacute.glif │ ├── iacute.sc.glif │ ├── ibreve.glif │ ├── ibreve.sc.glif │ ├── icaron.glif │ ├── icaron.sc.glif │ ├── icircumflex.glif │ ├── icircumflex.sc.glif │ ├── idblgrave.glif │ ├── idblgrave.sc.glif │ ├── idieresis.glif │ ├── idieresis.sc.glif │ ├── idieresisacute.glif │ ├── idieresisacute.sc.glif │ ├── idotaccent.glif │ ├── idotaccent.sc.glif │ ├── idotbelow.glif │ ├── idotbelow.sc.glif │ ├── idotless.glif │ ├── idotless.sc.glif │ ├── igrave.glif │ ├── igrave.sc.glif │ ├── ihookabove.glif │ ├── ihookabove.sc.glif │ ├── iinvertedbreve.glif │ ├── iinvertedbreve.sc.glif │ ├── ij.glif │ ├── ij.sc.glif │ ├── ij_acutecomb.glif │ ├── ij_acutecomb.sc.glif │ ├── imacron.glif │ ├── imacron.sc.glif │ ├── increment.glif │ ├── infinity.glif │ ├── integral.glif │ ├── iogonek.glif │ ├── iogonek.sc.glif │ ├── itilde.glif │ ├── itilde.sc.glif │ ├── j.glif │ ├── j.sc.glif │ ├── jcircumflex.glif │ ├── jcircumflex.sc.glif │ ├── jdotless.glif │ ├── jdotless.sc.glif │ ├── k.glif │ ├── k.sc.glif │ ├── kcommaaccent.glif │ ├── kcommaaccent.sc.glif │ ├── kgreenlandic.glif │ ├── kgreenlandic.sc.glif │ ├── kip.glif │ ├── l.glif │ ├── l.sc.glif │ ├── lacute.glif │ ├── lacute.sc.glif │ ├── layerinfo.plist │ ├── lcaron.glif │ ├── lcaron.sc.glif │ ├── lcommaaccent.glif │ ├── lcommaaccent.sc.glif │ ├── ldot.glif │ ├── ldot.sc.glif │ ├── ldotbelow.glif │ ├── ldotbelow.sc.glif │ ├── leftA_rrow.glif │ ├── leftB_lackT_riangle.glif │ ├── leftW_hiteT_riangle.glif │ ├── leftanglebracket-math.glif │ ├── less.glif │ ├── lessequal.glif │ ├── lira.glif │ ├── liraT_urkish.glif │ ├── literS_ign.glif │ ├── lj.glif │ ├── lj.sc.glif │ ├── llinebelow.glif │ ├── llinebelow.sc.glif │ ├── logicalnot.glif │ ├── lozenge.glif │ ├── lslash.glif │ ├── lslash.sc.glif │ ├── m.glif │ ├── m.sc.glif │ ├── macron.glif │ ├── macronbelowcomb.case.glif │ ├── macronbelowcomb.glif │ ├── macroncomb.case.glif │ ├── macroncomb.glif │ ├── manat.glif │ ├── mdotaccent.glif │ ├── mdotaccent.sc.glif │ ├── mdotbelow.glif │ ├── mdotbelow.sc.glif │ ├── micro.glif │ ├── minus.glif │ ├── minute.glif │ ├── mu.glif │ ├── mu.sc.glif │ ├── multiply.glif │ ├── n.glif │ ├── n.sc.glif │ ├── nacute.glif │ ├── nacute.sc.glif │ ├── naira.glif │ ├── napostrophe.glif │ ├── narrownbspace.glif │ ├── nbspace.glif │ ├── ncaron.glif │ ├── ncaron.sc.glif │ ├── ncommaaccent.glif │ ├── ncommaaccent.sc.glif │ ├── ndotaccent.glif │ ├── ndotaccent.sc.glif │ ├── ndotbelow.glif │ ├── ndotbelow.sc.glif │ ├── nine.dnom.glif │ ├── nine.glif │ ├── nine.lf.glif │ ├── nine.numr.glif │ ├── nine.osf.glif │ ├── nine.sc.glif │ ├── nine.tf.glif │ ├── nine.tosf.glif │ ├── nineinferior.glif │ ├── ninesuperior.glif │ ├── nj.glif │ ├── nj.sc.glif │ ├── nlinebelow.glif │ ├── nlinebelow.sc.glif │ ├── notequal.glif │ ├── ntilde.glif │ ├── ntilde.sc.glif │ ├── numbersign.glif │ ├── numero.glif │ ├── o.glif │ ├── o.sc.glif │ ├── oacute.glif │ ├── oacute.sc.glif │ ├── obreve.glif │ ├── obreve.sc.glif │ ├── ocaron.glif │ ├── ocaron.sc.glif │ ├── ocircumflex.glif │ ├── ocircumflex.sc.glif │ ├── ocircumflexacute.glif │ ├── ocircumflexacute.sc.glif │ ├── ocircumflexdotbelow.glif │ ├── ocircumflexdotbelow.sc.glif │ ├── ocircumflexgrave.glif │ ├── ocircumflexgrave.sc.glif │ ├── ocircumflexhookabove.glif │ ├── ocircumflexhookabove.sc.glif │ ├── ocircumflextilde.glif │ ├── ocircumflextilde.sc.glif │ ├── odblgrave.glif │ ├── odblgrave.sc.glif │ ├── odieresis.glif │ ├── odieresis.sc.glif │ ├── odieresismacron.glif │ ├── odieresismacron.sc.glif │ ├── odotaccentmacron.glif │ ├── odotaccentmacron.sc.glif │ ├── odotbelow.glif │ ├── odotbelow.sc.glif │ ├── oe.glif │ ├── oe.sc.glif │ ├── ogonek.glif │ ├── ogonekcomb.case.glif │ ├── ogonekcomb.glif │ ├── ograve.glif │ ├── ograve.sc.glif │ ├── ohookabove.glif │ ├── ohookabove.sc.glif │ ├── ohorn.glif │ ├── ohorn.sc.glif │ ├── ohornacute.glif │ ├── ohornacute.sc.glif │ ├── ohorndotbelow.glif │ ├── ohorndotbelow.sc.glif │ ├── ohorngrave.glif │ ├── ohorngrave.sc.glif │ ├── ohornhookabove.glif │ ├── ohornhookabove.sc.glif │ ├── ohorntilde.glif │ ├── ohorntilde.sc.glif │ ├── ohungarumlaut.glif │ ├── ohungarumlaut.sc.glif │ ├── oinvertedbreve.glif │ ├── oinvertedbreve.sc.glif │ ├── omacron.glif │ ├── omacron.sc.glif │ ├── omacronacute.glif │ ├── omacronacute.sc.glif │ ├── omacrongrave.glif │ ├── omacrongrave.sc.glif │ ├── omega.sc.glif │ ├── one.dnom.glif │ ├── one.glif │ ├── one.lf.glif │ ├── one.numr.glif │ ├── one.osf.glif │ ├── one.sc.glif │ ├── one.tf.glif │ ├── one.tosf.glif │ ├── oneeighth.glif │ ├── onefifth.glif │ ├── onehalf.glif │ ├── oneinferior.glif │ ├── oneninth.glif │ ├── onequarter.glif │ ├── oneseventh.glif │ ├── onesixth.glif │ ├── onesuperior.glif │ ├── onetenth.glif │ ├── onethird.glif │ ├── oogonek.glif │ ├── oogonek.sc.glif │ ├── ordfeminine.glif │ ├── ordmasculine.glif │ ├── oslash.glif │ ├── oslash.sc.glif │ ├── oslashacute.glif │ ├── oslashacute.sc.glif │ ├── otilde.glif │ ├── otilde.sc.glif │ ├── otildeacute.glif │ ├── otildeacute.sc.glif │ ├── otildedieresis.glif │ ├── otildedieresis.sc.glif │ ├── otildemacron.glif │ ├── otildemacron.sc.glif │ ├── p.glif │ ├── p.sc.glif │ ├── paragraph.glif │ ├── parenleft.case.glif │ ├── parenleft.glif │ ├── parenright.case.glif │ ├── parenright.glif │ ├── partialdiff.glif │ ├── pdotaccent.glif │ ├── pdotaccent.sc.glif │ ├── percent.glif │ ├── period.glif │ ├── periodcentered.case.glif │ ├── periodcentered.glif │ ├── periodcentered.loclC_A_T_.case.glif │ ├── periodcentered.loclC_A_T_.glif │ ├── perthousand.glif │ ├── peseta.glif │ ├── peso.glif │ ├── pi.glif │ ├── pi.sc.glif │ ├── plus.glif │ ├── plusminus.glif │ ├── primemod.glif │ ├── product.glif │ ├── punctuationspace.glif │ ├── q.glif │ ├── q.sc.glif │ ├── question.glif │ ├── questiondown.case.glif │ ├── questiondown.glif │ ├── quotedbl.glif │ ├── quotedblbase.glif │ ├── quotedblleft.glif │ ├── quotedblright.glif │ ├── quoteleft.glif │ ├── quotereversed.glif │ ├── quoteright.glif │ ├── quotesinglbase.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── r.sc.glif │ ├── racute.glif │ ├── racute.sc.glif │ ├── radical.glif │ ├── rcaron.glif │ ├── rcaron.sc.glif │ ├── rcommaaccent.glif │ ├── rcommaaccent.sc.glif │ ├── rdblgrave.glif │ ├── rdblgrave.sc.glif │ ├── rdotbelow.glif │ ├── rdotbelow.sc.glif │ ├── registered.glif │ ├── rightA_rrow.glif │ ├── rightB_lackT_riangle.glif │ ├── rightW_hiteT_riangle.glif │ ├── rightanglebracket-math.glif │ ├── ring.glif │ ├── ringcomb.case.glif │ ├── ringcomb.glif │ ├── ringhalfleft.glif │ ├── ringhalfright.glif │ ├── rinvertedbreve.glif │ ├── rinvertedbreve.sc.glif │ ├── rlinebelow.glif │ ├── rlinebelow.sc.glif │ ├── ruble.glif │ ├── rupeeI_ndian.glif │ ├── s.glif │ ├── s.sc.glif │ ├── sacute.glif │ ├── sacute.sc.glif │ ├── sacutedotaccent.glif │ ├── sacutedotaccent.sc.glif │ ├── scaron.glif │ ├── scaron.sc.glif │ ├── scarondotaccent.glif │ ├── scarondotaccent.sc.glif │ ├── scedilla.glif │ ├── scedilla.sc.glif │ ├── schwa.glif │ ├── schwa.sc.glif │ ├── scircumflex.glif │ ├── scircumflex.sc.glif │ ├── scommaaccent.glif │ ├── scommaaccent.sc.glif │ ├── sdotaccent.glif │ ├── sdotaccent.sc.glif │ ├── sdotbelow.glif │ ├── sdotbelow.sc.glif │ ├── sdotbelowdotaccent.glif │ ├── sdotbelowdotaccent.sc.glif │ ├── second.glif │ ├── secondtonechinese.glif │ ├── section.glif │ ├── semicolon.glif │ ├── seven.dnom.glif │ ├── seven.glif │ ├── seven.lf.glif │ ├── seven.numr.glif │ ├── seven.osf.glif │ ├── seven.sc.glif │ ├── seven.tf.glif │ ├── seven.tosf.glif │ ├── seveneighths.glif │ ├── seveninferior.glif │ ├── sevensuperior.glif │ ├── sheqel.glif │ ├── six.dnom.glif │ ├── six.glif │ ├── six.lf.glif │ ├── six.numr.glif │ ├── six.osf.glif │ ├── six.sc.glif │ ├── six.tf.glif │ ├── six.tosf.glif │ ├── sixinferior.glif │ ├── sixperemspace.glif │ ├── sixsuperior.glif │ ├── slash.case.glif │ ├── slash.glif │ ├── slashlongcomb.glif │ ├── slashshortcomb.glif │ ├── softhyphen.case.glif │ ├── softhyphen.glif │ ├── space.glif │ ├── sterling.glif │ ├── strokelongcomb.glif │ ├── strokeshortcomb.glif │ ├── summation.glif │ ├── t.glif │ ├── t.sc.glif │ ├── tbar.glif │ ├── tbar.sc.glif │ ├── tcaron.glif │ ├── tcaron.sc.glif │ ├── tcedilla.glif │ ├── tcedilla.sc.glif │ ├── tcommaaccent.glif │ ├── tcommaaccent.sc.glif │ ├── tdieresis.glif │ ├── tdieresis.sc.glif │ ├── tdotaccent.glif │ ├── tdotaccent.sc.glif │ ├── tdotbelow.glif │ ├── tdotbelow.sc.glif │ ├── tenge.glif │ ├── thinspace.glif │ ├── thorn.glif │ ├── thorn.sc.glif │ ├── three.dnom.glif │ ├── three.glif │ ├── three.lf.glif │ ├── three.numr.glif │ ├── three.osf.glif │ ├── three.sc.glif │ ├── three.tf.glif │ ├── three.tosf.glif │ ├── threeeighths.glif │ ├── threeinferior.glif │ ├── threeperemspace.glif │ ├── threequarters.glif │ ├── threesuperior.glif │ ├── tilde.glif │ ├── tildecomb.case.glif │ ├── tildecomb.glif │ ├── tlinebelow.glif │ ├── tlinebelow.sc.glif │ ├── trademark.glif │ ├── tugrik.glif │ ├── two.dnom.glif │ ├── two.glif │ ├── two.lf.glif │ ├── two.numr.glif │ ├── two.osf.glif │ ├── two.sc.glif │ ├── two.tf.glif │ ├── two.tosf.glif │ ├── twofifths.glif │ ├── twoinferior.glif │ ├── twosuperior.glif │ ├── twothirds.glif │ ├── u.glif │ ├── u.sc.glif │ ├── uacute.glif │ ├── uacute.sc.glif │ ├── ubreve.glif │ ├── ubreve.sc.glif │ ├── ucaron.glif │ ├── ucaron.sc.glif │ ├── ucircumflex.glif │ ├── ucircumflex.sc.glif │ ├── udblgrave.glif │ ├── udblgrave.sc.glif │ ├── udieresis.glif │ ├── udieresis.sc.glif │ ├── udieresisacute.glif │ ├── udieresisacute.sc.glif │ ├── udieresiscaron.glif │ ├── udieresiscaron.sc.glif │ ├── udieresisgrave.glif │ ├── udieresisgrave.sc.glif │ ├── udieresismacron.glif │ ├── udieresismacron.sc.glif │ ├── udotbelow.glif │ ├── udotbelow.sc.glif │ ├── ugrave.glif │ ├── ugrave.sc.glif │ ├── uhookabove.glif │ ├── uhookabove.sc.glif │ ├── uhorn.glif │ ├── uhorn.sc.glif │ ├── uhornacute.glif │ ├── uhornacute.sc.glif │ ├── uhorndotbelow.glif │ ├── uhorndotbelow.sc.glif │ ├── uhorngrave.glif │ ├── uhorngrave.sc.glif │ ├── uhornhookabove.glif │ ├── uhornhookabove.sc.glif │ ├── uhorntilde.glif │ ├── uhorntilde.sc.glif │ ├── uhungarumlaut.glif │ ├── uhungarumlaut.sc.glif │ ├── uinvertedbreve.glif │ ├── uinvertedbreve.sc.glif │ ├── umacron.glif │ ├── umacron.sc.glif │ ├── umacrondieresis.glif │ ├── umacrondieresis.sc.glif │ ├── underscore.glif │ ├── uni0000.glif │ ├── uogonek.glif │ ├── uogonek.sc.glif │ ├── upA_rrow.glif │ ├── upB_lackT_riangle.glif │ ├── upW_hiteT_riangle.glif │ ├── uring.glif │ ├── uring.sc.glif │ ├── utilde.glif │ ├── utilde.sc.glif │ ├── utildeacute.glif │ ├── utildeacute.sc.glif │ ├── v.glif │ ├── v.sc.glif │ ├── verticallinelowmod.glif │ ├── verticallinemod.glif │ ├── w.glif │ ├── w.sc.glif │ ├── wacute.glif │ ├── wacute.sc.glif │ ├── wcircumflex.glif │ ├── wcircumflex.sc.glif │ ├── wdieresis.glif │ ├── wdieresis.sc.glif │ ├── wgrave.glif │ ├── wgrave.sc.glif │ ├── whiteD_iamond.glif │ ├── whiteS_quare.glif │ ├── won.glif │ ├── x.glif │ ├── x.sc.glif │ ├── y.glif │ ├── y.sc.glif │ ├── yacute.glif │ ├── yacute.sc.glif │ ├── ycircumflex.glif │ ├── ycircumflex.sc.glif │ ├── ydieresis.glif │ ├── ydieresis.sc.glif │ ├── ydotaccent.glif │ ├── ydotaccent.sc.glif │ ├── ydotbelow.glif │ ├── ydotbelow.sc.glif │ ├── yen.glif │ ├── ygrave.glif │ ├── ygrave.sc.glif │ ├── yhookabove.glif │ ├── yhookabove.sc.glif │ ├── ymacron.glif │ ├── ymacron.sc.glif │ ├── ytilde.glif │ ├── ytilde.sc.glif │ ├── z.glif │ ├── z.sc.glif │ ├── zacute.glif │ ├── zacute.sc.glif │ ├── zcaron.glif │ ├── zcaron.sc.glif │ ├── zdotaccent.glif │ ├── zdotaccent.sc.glif │ ├── zdotbelow.glif │ ├── zdotbelow.sc.glif │ ├── zero.dnom.glif │ ├── zero.glif │ ├── zero.lf.glif │ ├── zero.lf.zero.glif │ ├── zero.numr.glif │ ├── zero.osf.glif │ ├── zero.osf.zero.glif │ ├── zero.sc.glif │ ├── zero.tf.glif │ ├── zero.tf.zero.glif │ ├── zero.tosf.glif │ ├── zero.tosf.zero.glif │ ├── zero.zero.glif │ ├── zeroinferior.glif │ ├── zerosuperior.glif │ ├── zerowidthjoiner.glif │ ├── zerowidthnonjoiner.glif │ └── zerowidthspace.glif ├── groups.plist ├── kerning.plist ├── layercontents.plist ├── lib.plist └── metainfo.plist ├── MerriweatherSans.designspace └── build.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/AUTHORS.txt -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/CONTRIBUTORS.txt -------------------------------------------------------------------------------- /OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/OFL.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/README.md -------------------------------------------------------------------------------- /TRADEMARKS.txt: -------------------------------------------------------------------------------- 1 | Merriweather is a trademark of Sorkin Type Co. -------------------------------------------------------------------------------- /fonts/otf/MerriweatherSans-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/otf/MerriweatherSans-Bold.otf -------------------------------------------------------------------------------- /fonts/otf/MerriweatherSans-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/otf/MerriweatherSans-BoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/MerriweatherSans-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/otf/MerriweatherSans-ExtraBold.otf -------------------------------------------------------------------------------- /fonts/otf/MerriweatherSans-ExtraBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/otf/MerriweatherSans-ExtraBoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/MerriweatherSans-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/otf/MerriweatherSans-Italic.otf -------------------------------------------------------------------------------- /fonts/otf/MerriweatherSans-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/otf/MerriweatherSans-Light.otf -------------------------------------------------------------------------------- /fonts/otf/MerriweatherSans-LightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/otf/MerriweatherSans-LightItalic.otf -------------------------------------------------------------------------------- /fonts/otf/MerriweatherSans-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/otf/MerriweatherSans-Regular.otf -------------------------------------------------------------------------------- /fonts/ttf/MerriweatherSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/ttf/MerriweatherSans-Bold.ttf -------------------------------------------------------------------------------- /fonts/ttf/MerriweatherSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/ttf/MerriweatherSans-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/MerriweatherSans-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/ttf/MerriweatherSans-ExtraBold.ttf -------------------------------------------------------------------------------- /fonts/ttf/MerriweatherSans-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/ttf/MerriweatherSans-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/MerriweatherSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/ttf/MerriweatherSans-Italic.ttf -------------------------------------------------------------------------------- /fonts/ttf/MerriweatherSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/ttf/MerriweatherSans-Light.ttf -------------------------------------------------------------------------------- /fonts/ttf/MerriweatherSans-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/ttf/MerriweatherSans-LightItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/MerriweatherSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/ttf/MerriweatherSans-Regular.ttf -------------------------------------------------------------------------------- /fonts/variable/MerriweatherSans-Italic[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/variable/MerriweatherSans-Italic[wght].ttf -------------------------------------------------------------------------------- /fonts/variable/MerriweatherSans[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/fonts/variable/MerriweatherSans[wght].ttf -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | fontmake==2.2.0 2 | gftools==0.4.2 3 | -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/features.fea -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/fontinfo.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/D_z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/D_z.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/L_j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/L_j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/N_j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/N_j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/ae.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/ae.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/bar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/dz.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/dz.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/eng.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/eng.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/eth.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/eth.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/ezh.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/ezh.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/f_f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/f_f.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/fi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/fi.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/fl.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/fl.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/ij.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/ij.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/kip.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/kip.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/lj.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/lj.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/mu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/mu.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/nj.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/nj.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/oe.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/oe.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/one.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/pi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/pi.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/six.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/two.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/won.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/won.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/yen.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/groups.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/groups.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/kerning.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/kerning.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/lib.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBold.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBold.ufo/metainfo.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-ExtraBoldItalic.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-ExtraBoldItalic.ufo/lib.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.designspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.designspace -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/features.fea -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/fontinfo.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/A_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/A_E_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/A_ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/A_ring.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/C_R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/C_R_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/D_Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/D_Z_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/D_elta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/D_elta.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/D_z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/D_z.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/E_ng.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/E_ng.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/E_th.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/E_th.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/E_zh.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/E_zh.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/H_bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/H_bar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/I_.uc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/I_.uc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/I_J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/I_J_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/L_J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/L_J_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/L_dot.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/L_dot.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/L_j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/L_j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/N_J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/N_J_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/N_j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/N_j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/O_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/O_E_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/O_hm.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/O_hm.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/O_horn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/O_horn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/O_mega.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/O_mega.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/S_chwa.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/S_chwa.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/T_bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/T_bar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/T_horn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/T_horn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/U_horn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/U_horn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/U_ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/U_ring.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/_null.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/_null.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/a.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/a.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/aacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/aacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/abreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/abreve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/acaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/acaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ae.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ae.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ae.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ae.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/agrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/agrave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/aring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/aring.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/atilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/atilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/b.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/b.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/bar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/breve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/bullet.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/c.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/c.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/cacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/cacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ccaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ccaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/cedi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/cedi.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/cent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/cent.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/colon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/colon.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/comma.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/d.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/d.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/dagger.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/dagger.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/dcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/dcaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/dcroat.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/dcroat.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/degree.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/degree.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/divide.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/divide.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/dollar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/dollar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/dong.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/dong.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/dz.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/dz.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/dz.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/dz.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/e.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/e.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/eacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/eacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ebreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ebreve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ecaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ecaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/egrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/egrave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/eight.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/eight.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/emdash.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/emquad.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/emquad.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/endash.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/eng.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/eng.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/eng.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/eng.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/enquad.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/enquad.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/equal.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/equal.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/eth.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/eth.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/eth.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/eth.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/etilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/etilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/euro.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/euro.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/exclam.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/exclam.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ezh.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ezh.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ezh.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ezh.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/f.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/f.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/f_f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/f_f.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/f_f_i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/f_f_i.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/f_f_l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/f_f_l.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/fi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/fi.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/five.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/five.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/fl.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/fl.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/florin.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/florin.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/four.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/four.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/franc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/franc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/g.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/g.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/gbreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/gbreve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/gcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/gcaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/grave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/h.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/h.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/hbar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/hbar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/hyphen.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/i.cy.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/i.cy.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/i.dot.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/i.dot.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/i.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/i.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/iacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/iacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ibreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ibreve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/icaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/icaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/igrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/igrave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ij.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ij.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ij.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ij.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/itilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/itilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/j.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/j.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/k.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/k.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/kip.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/kip.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/l.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/l.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/lacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/lacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/lcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/lcaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ldot.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ldot.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/less.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/lira.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/lira.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/lj.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/lj.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/lj.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/lj.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/lslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/lslash.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/m.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/m.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/macron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/macron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/manat.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/manat.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/micro.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/micro.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/minus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/minus.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/minute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/minute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/mu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/mu.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/mu.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/mu.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/n.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/n.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/nacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/nacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/naira.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/naira.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ncaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ncaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/nine.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/nine.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/nj.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/nj.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/nj.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/nj.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ntilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ntilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/numero.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/numero.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/o.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/o.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/oacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/oacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/obreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/obreve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ocaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ocaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/oe.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/oe.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/oe.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/oe.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ogonek.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ograve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ograve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ohorn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ohorn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/one.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/one.lf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/one.lf.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/one.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/one.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/one.tf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/one.tf.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/oslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/oslash.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/otilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/otilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/p.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/p.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/period.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/peseta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/peseta.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/peso.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/peso.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/pi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/pi.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/pi.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/pi.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/plus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/plus.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/q.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/q.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/r.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/r.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/racute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/racute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/rcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/rcaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ring.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ruble.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ruble.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/s.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/s.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/sacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/sacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/scaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/scaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/schwa.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/schwa.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/second.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/second.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/seven.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/seven.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/sheqel.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/sheqel.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/six.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/six.lf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/six.lf.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/six.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/six.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/six.tf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/six.tf.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/slash.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/space.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/t.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/t.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/tbar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/tbar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/tcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/tcaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/tenge.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/tenge.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/thorn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/thorn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/three.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/three.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/tilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/tugrik.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/tugrik.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/two.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/two.lf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/two.lf.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/two.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/two.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/two.tf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/two.tf.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/u.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/u.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/uacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/uacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ubreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ubreve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ucaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ucaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ugrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ugrave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/uhorn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/uhorn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/uring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/uring.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/utilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/utilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/v.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/v.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/w.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/w.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/wacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/wacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/wgrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/wgrave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/won.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/won.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/x.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/x.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/y.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/y.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/yacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/yacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/yen.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ygrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ygrave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/ytilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/ytilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/z.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/z.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/zacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/zacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/zcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/zcaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/glyphs/zero.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/glyphs/zero.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/groups.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/groups.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/kerning.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/kerning.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/lib.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Italic.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Italic.ufo/metainfo.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/features.fea -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/fontinfo.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/A_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/A_E_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/A_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/A_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/A_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/A_breve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/A_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/A_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/A_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/A_grave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/A_ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/A_ring.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/A_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/A_tilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/C_R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/C_R_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/C_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/C_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/C_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/C_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/D_Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/D_Z_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/D_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/D_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/D_croat.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/D_croat.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/D_elta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/D_elta.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/D_z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/D_z.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/E_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/E_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/E_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/E_breve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/E_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/E_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/E_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/E_grave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/E_ng.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/E_ng.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/E_th.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/E_th.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/E_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/E_tilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/E_zh.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/E_zh.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/G_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/G_breve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/G_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/G_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/H_bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/H_bar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/I_.uc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/I_.uc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/I_J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/I_J_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/I_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/I_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/I_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/I_breve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/I_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/I_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/I_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/I_grave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/I_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/I_tilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/L_J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/L_J_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/L_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/L_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/L_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/L_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/L_dot.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/L_dot.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/L_j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/L_j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/L_slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/L_slash.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/N_J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/N_J_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/N_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/N_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/N_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/N_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/N_j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/N_j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/N_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/N_tilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/O_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/O_E_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/O_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/O_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/O_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/O_breve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/O_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/O_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/O_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/O_grave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/O_hm.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/O_hm.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/O_horn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/O_horn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/O_mega.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/O_mega.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/O_slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/O_slash.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/O_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/O_tilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/R_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/R_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/R_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/R_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/S_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/S_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/S_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/S_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/S_chwa.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/S_chwa.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/T_bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/T_bar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/T_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/T_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/T_horn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/T_horn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/U_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/U_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/U_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/U_breve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/U_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/U_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/U_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/U_grave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/U_horn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/U_horn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/U_ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/U_ring.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/U_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/U_tilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/W_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/W_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/W_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/W_grave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/Y_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/Y_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/Y_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/Y_grave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/Y_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/Y_tilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/Z_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/Z_acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/Z_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/Z_caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/_notdef.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/_null.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/_null.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/a.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/a.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/aacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/aacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/abreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/abreve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/acaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/acaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/acute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ae.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ae.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ae.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ae.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/aeacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/aeacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/agrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/agrave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/amacron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/amacron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/aogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/aogonek.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/aring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/aring.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/at.case.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/at.case.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/atilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/atilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/b.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/b.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/bar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/bitcoin.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/bitcoin.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/breve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/bullet.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/c.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/c.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/cacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/cacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/caron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ccaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ccaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/cedi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/cedi.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/cedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/cedilla.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/cent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/cent.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/colon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/colon.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/comma.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/d.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/d.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/dagger.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/dagger.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/dcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/dcaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/dcroat.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/dcroat.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/degree.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/degree.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/divide.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/divide.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/dollar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/dollar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/dong.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/dong.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/dz.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/dz.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/dz.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/dz.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/dzcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/dzcaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/e.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/e.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/eacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/eacute.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ebreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ebreve.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ecaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ecaron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/egrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/egrave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/eight.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/eight.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/emacron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/emacron.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/emdash.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/emquad.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/emquad.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/emspace.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/emspace.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/endash.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/eng.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/eng.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/eng.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/eng.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/enquad.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/enquad.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/equal.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/equal.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/eth.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/eth.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/euro.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/euro.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ezh.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ezh.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/f.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/f.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/f_f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/f_f.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/f_f_i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/f_f_i.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/f_f_l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/f_f_l.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/fi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/fi.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/five.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/five.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/fl.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/fl.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/four.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/four.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/franc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/franc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/g.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/g.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/grave.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/h.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/h.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/hbar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/hbar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/i.cy.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/i.cy.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/i.dot.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/i.dot.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/i.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/i.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ij.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ij.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ij.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ij.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/j.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/j.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/k.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/k.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/kip.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/kip.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/l.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/l.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ldot.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ldot.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/less.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/lira.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/lira.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/lj.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/lj.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/lj.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/lj.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/m.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/m.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/manat.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/manat.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/micro.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/micro.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/minus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/minus.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/mu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/mu.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/mu.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/mu.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/n.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/n.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/naira.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/naira.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/nine.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/nine.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/nj.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/nj.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/nj.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/nj.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/o.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/o.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/oe.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/oe.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/oe.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/oe.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ohorn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ohorn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/one.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/p.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/p.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/peso.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/peso.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/pi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/pi.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/pi.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/pi.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/plus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/plus.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/q.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/q.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/r.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/r.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ring.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/ruble.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/ruble.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/s.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/s.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/schwa.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/schwa.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/seven.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/seven.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/six.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/slash.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/space.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/t.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/t.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/tbar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/tbar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/tenge.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/tenge.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/thorn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/thorn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/three.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/three.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/tilde.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/two.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/u.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/u.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/uhorn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/uhorn.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/uring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/uring.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/v.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/v.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/w.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/w.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/won.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/won.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/x.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/x.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/y.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/y.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/yen.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/z.sc.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/z.sc.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/glyphs/zero.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/glyphs/zero.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/groups.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/groups.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/kerning.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/kerning.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/lib.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Light.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Light.ufo/metainfo.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-LightItalic.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-LightItalic.ufo/lib.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/features.fea -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/fontinfo.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/D_z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/D_z.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/L_j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/L_j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/N_j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/N_j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/ae.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/ae.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/bar.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/dz.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/dz.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/eng.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/eng.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/eth.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/eth.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/ezh.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/ezh.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/f_f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/f_f.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/fi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/fi.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/fl.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/fl.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/ij.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/ij.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/kip.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/kip.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/lj.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/lj.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/mu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/mu.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/nj.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/nj.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/oe.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/oe.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/one.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/pi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/pi.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/six.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/two.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/won.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/won.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/yen.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/groups.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/groups.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/kerning.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/kerning.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/lib.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans-Regular.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans-Regular.ufo/metainfo.plist -------------------------------------------------------------------------------- /sources/MerriweatherSans.designspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/MerriweatherSans.designspace -------------------------------------------------------------------------------- /sources/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SorkinType/Merriweather-Sans/HEAD/sources/build.sh --------------------------------------------------------------------------------